aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi/clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-14firmware: arm_scmi: Move scmi protocols registration into the driverSudeep Holla1-6/+1
2020-09-07firmware: arm_scmi: Constify static scmi-opsRikard Falkeborn1-1/+1
2020-07-17firmware: arm_scmi: Use NULL instead of integer 0 for rate pointerSudeep Holla1-1/+1
2020-07-10firmware: arm_scmi: Keep the discrete clock rates sortedSudeep Holla1-2/+18
2019-12-24firmware: arm_scmi: Stash version in protocol init functionsSudeep Holla1-0/+2
2019-08-12firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla1-8/+4
2019-08-12firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possibleSudeep Holla1-3/+16
2019-08-12firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla1-2/+2
2019-06-12firmware: arm_scmi: update rate_discrete in clock_describe_rates_getPeng Fan1-0/+2
2018-09-10firmware: arm_scmi: use strlcpy to ensure NULL-terminated stringsSudeep Holla1-1/+1
2018-05-15Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/driversOlof Johansson1-12/+12
2018-05-10firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla1-12/+12
2018-04-16firmware: arm_scmi: remove redundant null check on arrayColin Ian King1-1/+1
2018-03-20firmware: arm_scmi: prevent accessing rate_discrete uninitializedAnders Roxell1-2/+3
2018-02-28firmware: arm_scmi: add initial support for clock protocolSudeep Holla1-0/+342