summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi/clock.c
AgeCommit message (Expand)AuthorLines
2020-07-17firmware: arm_scmi: Use NULL instead of integer 0 for rate pointerSudeep Holla-1/+1
2020-07-10firmware: arm_scmi: Keep the discrete clock rates sortedSudeep Holla-2/+18
2019-12-24firmware: arm_scmi: Stash version in protocol init functionsSudeep Holla-0/+2
2019-08-12firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla-8/+4
2019-08-12firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possibleSudeep Holla-3/+16
2019-08-12firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla-2/+2
2019-06-12firmware: arm_scmi: update rate_discrete in clock_describe_rates_getPeng Fan-0/+2
2018-09-10firmware: arm_scmi: use strlcpy to ensure NULL-terminated stringsSudeep Holla-1/+1
2018-05-15Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson-12/+12
2018-05-10firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla-12/+12
2018-04-16firmware: arm_scmi: remove redundant null check on arrayColin Ian King-1/+1
2018-03-20firmware: arm_scmi: prevent accessing rate_discrete uninitializedAnders Roxell-2/+3
2018-02-28firmware: arm_scmi: add initial support for clock protocolSudeep Holla-0/+342