| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-01 | clk: spear: fix resource leak in clk_register_vco_pll() | Haoxiang Li | 1 | -1/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -5/+5 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -5/+5 |
| 2025-09-08 | clk: spear: vco-pll: convert from round_rate() to determine_rate() | Brian Masney | 1 | -9/+14 |
| 2025-09-08 | clk: spear: gpt-synth: convert from round_rate() to determine_rate() | Brian Masney | 1 | -5/+7 |
| 2025-09-08 | clk: spear: frac-synth: convert from round_rate() to determine_rate() | Brian Masney | 1 | -5/+7 |
| 2025-09-08 | clk: spear: aux-synth: convert from round_rate() to determine_rate() | Brian Masney | 1 | -5/+7 |
| 2025-07-26 | clk: Fix typos | Bjorn Helgaas | 1 | -1/+1 |
| 2023-07-19 | clk: Explicitly include correct DT includes | Rob Herring | 3 | -3/+1 |
| 2022-11-22 | clk: spear: Fix SSP clock definition on SPEAr600 | Kory Maincent | 1 | -3/+3 |
| 2022-11-22 | clk: spear: Fix CLCD clock definition on SPEAr600 | Kory Maincent | 1 | -1/+1 |
| 2022-10-10 | clk: spear: Move prototype to accessible header | Viresh Kumar | 2 | -0/+2 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa... | Thomas Gleixner | 10 | -40/+10 |
| 2021-02-11 | clk: spear: Move prototype to accessible header | Lee Jones | 2 | -0/+2 |
| 2020-07-16 | clk: spear: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2019-09-06 | clk: spear: Make structure i2s_sclk_masks constant | Nishka Dasgupta | 1 | -1/+1 |
| 2018-04-06 | clk: spear: fix WDT clock definition on SPEAr600 | Quentin Schulz | 1 | -1/+1 |
| 2017-12-06 | SPEAr: clk: pr_err() strings should end with newlines | Arvind Yadav | 1 | -1/+1 |
| 2017-12-06 | clk: SPEAr: pr_err() strings should end with newlines | Arvind Yadav | 1 | -1/+1 |
| 2017-11-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 7 | -26/+16 |
| 2017-11-15 | Merge branch 'clk-cleanup' into clk-next | Stephen Boyd | 4 | -15/+5 |
| 2017-11-13 | clk: spear: Delete error messages for failed memory allocations | Markus Elfring | 4 | -15/+5 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-01 | clk: spear: make clk_ops const | Bhumika Goyal | 4 | -5/+5 |
| 2017-11-01 | CLK: SPEAr: make aux_clk_masks structures const | Bhumika Goyal | 3 | -3/+3 |
| 2017-11-01 | CLK: SPEAr: make structure field and function argument as const | Bhumika Goyal | 2 | -3/+3 |
| 2017-04-19 | clk: spear: fix ADC clock definition on SPEAr600 | Thomas Petazzoni | 1 | -1/+1 |
| 2016-03-02 | clk: spear: Remove CLK_IS_ROOT | Stephen Boyd | 4 | -32/+19 |
| 2015-08-31 | Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -4/+1 |
| 2015-08-24 | clk: spear: Convert to clk_hw based provider APIs | Stephen Boyd | 1 | -1/+1 |
| 2015-07-20 | clk: spear: Remove clk.h include | Stephen Boyd | 3 | -3/+0 |
| 2015-07-17 | Update Viresh Kumar's email address | Viresh Kumar | 10 | -10/+10 |
| 2014-07-13 | Merge branch 'clk-fixes' into clk-next | Mike Turquette | 1 | -5/+11 |
| 2014-07-13 | clk: spear3xx: Set proper clock parent of uart1/2 | Thomas Gleixner | 1 | -4/+10 |
| 2014-07-13 | clk: spear3xx: Use proper control register offset | Thomas Gleixner | 1 | -1/+1 |
| 2014-07-11 | ARM: SPEAr13xx: Fix pcie clock name | Pratyush Anand | 2 | -4/+4 |
| 2013-12-19 | clk: SPEAr: Staticize clk_frac_ops | Sachin Kamat | 1 | -1/+1 |
| 2013-08-19 | clk: add CLK_SET_RATE_NO_REPARENT flag | James Hogan | 4 | -167/+201 |
| 2013-06-11 | clk: spear: fix build error for spear3xx | Arnd Bergmann | 1 | -1/+1 |
| 2013-05-02 | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -106/+112 |
| 2013-03-21 | clk:SPEAr1340: Correct parent clock configuration | Vipul Kumar Samar | 1 | -9/+9 |
| 2013-03-12 | ARM: spear: make clock driver independent of headers | Arnd Bergmann | 4 | -106/+112 |
| 2012-12-14 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+1 |
| 2012-11-26 | ARM: SPEAr1310: Move 1310 specific misc register into machine specific files | Vipul Kumar Samar | 1 | -0/+1 |
| 2012-11-21 | CLK: SPEAr: Remove unused dummy apb_pclk | Vipul Kumar Samar | 4 | -12/+0 |
| 2012-11-21 | CLK: SPEAr: Correct index scanning done for clock synths | Deepak Sikri | 1 | -0/+3 |
| 2012-11-21 | CLK: SPEAr: Update clock rate table | Deepak Sikri | 4 | -21/+89 |
| 2012-11-21 | CLK: SPEAr: Add missing clocks | Vipul Kumar Samar | 3 | -0/+16 |
| 2012-11-21 | CLK: SPEAr: Set CLK_SET_RATE_PARENT for few clocks | Vipul Kumar Samar | 5 | -114/+133 |
| 2012-11-21 | CLK: SPEAr13xx: fix parent names of multiple clocks | Shiraz Hashim | 2 | -4/+4 |
| 2012-11-21 | CLK: SPEAr13xx: Fix mux clock names | Shiraz Hashim | 2 | -12/+12 |
| 2012-11-21 | CLK: SPEAr: Fix dev_id & con_id for multiple clocks | Rajeev Kumar | 4 | -41/+49 |
| 2012-11-15 | clk: spear: Add stub functions for spear3[0|1|2]0_clk_init() | Axel Lin | 1 | -0/+6 |
| 2012-10-29 | clk: SPEAr: Vco-pll: Fix compilation warning | Viresh Kumar | 1 | -1/+1 |
| 2012-07-18 | Clk: SPEAr1340: Update sys clock parent array | Vipul Kumar Samar | 1 | -2/+2 |
| 2012-07-18 | clk: SPEAr1340: Fix clk enable register for uart1 and i2c1. | Vipul Kumar Samar | 1 | -2/+2 |
| 2012-07-18 | Clk:spear6xx:Fix: Rename clk ids within predefined limit | Vipul Kumar Samar | 1 | -62/+60 |
| 2012-07-18 | Clk:spear3xx:Fix: Rename clk ids within predefined limit | Vipul Kumar Samar | 1 | -88/+80 |
| 2012-07-18 | clk:spear1310:Fix: Rename clk ids within predefined limit | Vipul Kumar Samar | 1 | -157/+155 |
| 2012-07-18 | clk:spear1340:Fix: Rename clk ids within predefined limit | Vipul Kumar Samar | 1 | -138/+135 |
| 2012-06-25 | clk: SPEAr600: Fix ethernet clock name for DT based probing | Stefan Roese | 1 | -1/+1 |
| 2012-06-20 | Viresh has moved | Viresh Kumar | 10 | -10/+10 |
| 2012-05-14 | SPEAr13xx: Add common clock framework support | Viresh Kumar | 3 | -0/+2072 |
| 2012-05-12 | SPEAr: Switch to common clock framework | Viresh Kumar | 3 | -0/+957 |
| 2012-05-12 | SPEAr: clk: Add General Purpose Timer Synthesizer clock | Viresh Kumar | 3 | -1/+172 |
| 2012-05-12 | SPEAr: clk: Add Fractional Synthesizer clock | Viresh Kumar | 3 | -1/+182 |
| 2012-05-12 | SPEAr: clk: Add Auxiliary Synthesizer clock | Viresh Kumar | 3 | -1/+242 |
| 2012-05-12 | SPEAr: clk: Add VCO-PLL Synthesizer clock | Viresh Kumar | 4 | -0/+462 |