| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-12 | clk: scmi: Use new simplified per-clock rate properties | Cristian Marussi | 1 | -15/+2 |
| 2026-05-12 | clk: scmi: Use new determine_rate clock operation | Cristian Marussi | 1 | -25/+6 |
| 2026-05-12 | clk: scmi: Fix clock rate rounding | Cristian Marussi | 1 | -2/+2 |
| 2025-10-06 | Merge branch 'clk-determine-rate' into clk-next | Stephen Boyd | 1 | -19/+16 |
| 2025-09-19 | clk: scmi: Add duty cycle ops only when duty cycle is supported | Jacky Bai | 1 | -2/+9 |
| 2025-09-08 | clk: scmi: migrate round_rate() to determine_rate() | Brian Masney | 1 | -19/+16 |
| 2025-07-31 | Merge branch 'clk-fixes' into clk-next | Stephen Boyd | 1 | -8/+10 |
| 2025-07-26 | clk: Fix typos | Bjorn Helgaas | 1 | -1/+1 |
| 2025-06-19 | clk: scmi: Handle case where child clocks are initialized before their parents | Sascha Hauer | 1 | -8/+10 |
| 2024-08-27 | clk: scmi: add is_prepared hook | Peng Fan | 1 | -2/+14 |
| 2024-04-22 | clk: scmi: Add support for get/set duty_cycle operations | Cristian Marussi | 1 | -0/+49 |
| 2024-04-22 | clk: scmi: Add support for re-parenting restricted clocks | Cristian Marussi | 1 | -1/+6 |
| 2024-04-22 | clk: scmi: Add support for rate change restricted clocks | Cristian Marussi | 1 | -1/+6 |
| 2024-04-22 | clk: scmi: Add support for state control restricted clocks | Cristian Marussi | 1 | -7/+15 |
| 2024-04-22 | clk: scmi: Allocate CLK operations dynamically | Cristian Marussi | 1 | -50/+136 |
| 2023-10-08 | clk: scmi: Add support for clock {set,get}_parent | Peng Fan | 1 | -1/+60 |
| 2023-10-08 | clk: scmi: Free scmi_clk allocated when the clocks with invalid info are skipped | Sudeep Holla | 1 | -0/+1 |
| 2023-09-20 | clk: scmi: Add support for .is_enabled clk_ops | Cristian Marussi | 1 | -3/+20 |
| 2023-09-20 | firmware: arm_scmi: Simplify enable/disable clock operations | Cristian Marussi | 1 | -4/+7 |
| 2022-02-21 | clk: scmi: Support atomic clock enable/disable API | Cristian Marussi | 1 | -11/+60 |
| 2021-03-30 | clk: scmi: Port driver to the new scmi_clk_proto_ops interface | Cristian Marussi | 1 | -10/+18 |
| 2020-07-13 | clk: scmi: Fix min and max rate when registering clocks with discrete rates | Sudeep Holla | 1 | -3/+19 |
| 2019-12-24 | clk: scmi: Match scmi device by both name and protocol id | Sudeep Holla | 1 | -1/+1 |
| 2019-08-12 | firmware: arm_scmi: Drop config flag in clk_ops->rate_set | Sudeep Holla | 1 | -1/+1 |
| 2018-08-30 | clk: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -1/+1 |
| 2018-08-02 | clk: scmi: Fix the rounding of clock rate | Amit Daniel Kachhap | 1 | -3/+2 |
| 2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -2/+2 |
| 2018-03-20 | clk: scmi: use devm_of_clk_add_hw_provider() API and drop scmi_clocks_remove | Sudeep Holla | 1 | -10/+2 |
| 2018-02-28 | clk: add support for clocks provided by SCMI | Sudeep Holla | 1 | -0/+202 |