| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-22 | clk: actions: owl-divider: convert from divider_round_rate() to divider_deter... | Brian Masney | 2 | -20/+2 |
| 2026-01-22 | clk: actions: owl-composite: convert from owl_divider_helper_round_rate() to ... | Brian Masney | 1 | -8/+3 |
| 2025-11-20 | clk: actions: Fix discarding const qualifier by 'container_of' macro | Adrian Barnaś | 7 | -7/+7 |
| 2025-10-06 | Merge branch 'clk-determine-rate' into clk-next | Stephen Boyd | 4 | -23/+35 |
| 2025-09-08 | clk: actions: owl-pll: convert from round_rate() to determine_rate() | Brian Masney | 1 | -9/+16 |
| 2025-09-08 | clk: actions: owl-factor: convert from round_rate() to determine_rate() | Brian Masney | 1 | -5/+7 |
| 2025-09-08 | clk: actions: owl-divider: convert from round_rate() to determine_rate() | Brian Masney | 1 | -5/+8 |
| 2025-09-08 | clk: actions: owl-composite: convert from round_rate() to determine_rate() | Brian Masney | 1 | -4/+4 |
| 2025-08-14 | clk: remove unneeded 'fast_io' parameter in regmap_config | Wolfram Sang | 1 | -1/+0 |
| 2023-08-22 | clk: actions: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-07-19 | clk: Explicitly include correct DT includes | Rob Herring | 2 | -3/+1 |
| 2023-06-08 | clk: actions: composite: fact: Switch to determine_rate | Maxime Ripard | 1 | -6/+12 |
| 2023-06-08 | clk: actions: composite: div: Switch to determine_rate | Maxime Ripard | 1 | -5/+11 |
| 2023-06-08 | clk: actions: composite: Add a determine_rate hook for pass clk | Maxime Ripard | 1 | -0/+1 |
| 2022-04-22 | clk: actions: remove redundant assignment after a mask operation | Colin Ian King | 1 | -1/+1 |
| 2022-03-11 | clk: actions: Make sentinel elements more obvious | Jonathan Neuschäfer | 3 | -29/+31 |
| 2022-03-11 | clk: actions: Terminate clk_div_table with sentinel element | Jonathan Neuschäfer | 2 | -1/+2 |
| 2021-11-02 | clk/actions/owl-factor.c: remove superfluous headers | Mianhan Liu | 1 | -1/+0 |
| 2021-06-27 | clk: actions: Add NIC and ETHERNET clock support for Actions S500 SoC | Cristian Ciocaltea | 1 | -1/+16 |
| 2021-06-27 | clk: actions: Fix AHPPREDIV-H-AHB clock chain on Owl S500 SoC | Cristian Ciocaltea | 1 | -8/+11 |
| 2021-06-27 | clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC | Cristian Ciocaltea | 1 | -15/+29 |
| 2021-06-27 | clk: actions: Fix SD clocks factor table on Owl S500 SoC | Cristian Ciocaltea | 1 | -4/+2 |
| 2021-06-27 | clk: actions: Fix UART clock dividers on Owl S500 SoC | Cristian Ciocaltea | 1 | -6/+6 |
| 2020-07-21 | clk: actions: Add Actions S500 SoC Reset Management Unit support | Cristian Ciocaltea | 1 | -0/+78 |
| 2020-07-21 | clk: actions: Add APB, DMAC, GPIO clock support for Actions S500 SoC | Cristian Ciocaltea | 1 | -0/+9 |
| 2020-07-21 | clk: actions: Fix h_clk for Actions S500 SoC | Cristian Ciocaltea | 1 | -1/+1 |
| 2019-09-19 | Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and ... | Stephen Boyd | 1 | -4/+3 |
| 2019-09-17 | clk: actions: Fix factor clk struct member access | Manivannan Sadhasivam | 1 | -4/+3 |
| 2019-08-16 | clk: actions: Don't reference clk_init_data after registration | Stephen Boyd | 1 | -2/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-01 | clk: actions: Use the correct style for SPDX License Identifier | Nishad Kamdar | 9 | -9/+9 |
| 2019-02-22 | clk: actions: Add clock driver for S500 SoC | Manivannan Sadhasivam | 3 | -0/+531 |
| 2019-02-21 | clk: actions: Add configurable PLL delay | Manivannan Sadhasivam | 2 | -7/+25 |
| 2018-10-16 | clk: actions: Add Actions Semi S900 SoC Reset Management Unit support | Manivannan Sadhasivam | 1 | -0/+82 |
| 2018-10-16 | clk: actions: Add Actions Semi S700 SoC Reset Management Unit support | Manivannan Sadhasivam | 1 | -0/+51 |
| 2018-10-16 | clk: actions: Add Actions Semi Owl SoCs Reset Management Unit support | Manivannan Sadhasivam | 5 | -0/+101 |
| 2018-10-16 | clk: actions: Cache regmap info in private clock descriptor | Manivannan Sadhasivam | 4 | -6/+8 |
| 2018-07-25 | clk: actions: Add S700 SoC clock support | Saravanan Sekar | 3 | -0/+613 |
| 2018-07-25 | clk: actions: Add missing REGMAP_MMIO dependency | Saravanan Sekar | 1 | -0/+1 |
| 2018-04-06 | clk: actions: Add S900 SoC clock support | Manivannan Sadhasivam | 3 | -0/+734 |
| 2018-04-06 | clk: actions: Add pll clock support | Manivannan Sadhasivam | 3 | -0/+287 |
| 2018-04-06 | clk: actions: Add composite clock support | Manivannan Sadhasivam | 3 | -0/+324 |
| 2018-04-06 | clk: actions: Add fixed factor clock support | Manivannan Sadhasivam | 1 | -0/+28 |
| 2018-04-06 | clk: actions: Add factor clock support | Manivannan Sadhasivam | 3 | -0/+306 |
| 2018-04-06 | clk: actions: Add divider clock support | Manivannan Sadhasivam | 3 | -0/+170 |
| 2018-04-06 | clk: actions: Add mux clock support | Manivannan Sadhasivam | 3 | -0/+122 |
| 2018-04-06 | clk: actions: Add gate clock support | Manivannan Sadhasivam | 3 | -0/+151 |
| 2018-04-06 | clk: actions: Add common clock driver support | Manivannan Sadhasivam | 4 | -0/+137 |