| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+9 |
| 2026-06-03 | clk: keystone: sci-clk: fix application of sizeof to pointer | Jing Yangyang | 1 | -1/+1 |
| 2026-06-03 | clk: keystone: don't cache clock rate | Michael Walle | 1 | -0/+8 |
| 2026-05-26 | clk: keystone: sci-clk: Add restore_context() operation | Thomas Richard (TI) | 1 | -8/+37 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -4/+4 |
| 2025-11-30 | clk: keystone: syscon-clk: fix regmap leak on probe failure | Johan Hovold | 1 | -1/+1 |
| 2025-11-13 | clk: keystone: Fix discarded const qualifiers | Adrian Barnaś | 1 | -2/+2 |
| 2025-09-19 | clk: keystone: sci-clk: use devm_kmemdup_array() | Raag Jadav | 1 | -4/+1 |
| 2025-03-04 | clk: keystone: syscon-clk: Do not use syscon helper to build regmap | Andrew Davis | 1 | -1/+12 |
| 2024-09-21 | clk: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-03-13 | Merge branches 'clk-aspeed', 'clk-keystone', 'clk-mobileye' and 'clk-allwinne... | Stephen Boyd | 1 | -0/+10 |
| 2024-02-21 | clk: keystone: sci-clk: Adding support for non contiguous clocks | Udit Kumar | 1 | -0/+10 |
| 2024-02-21 | clk: keystone: sci-clk: match func name comment to actual | Randy Dunlap | 1 | -1/+1 |
| 2023-10-18 | clk: keystone: pll: fix a couple NULL vs IS_ERR() checks | Dan Carpenter | 1 | -6/+9 |
| 2023-08-30 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -3/+2 |
| 2023-08-04 | clk: keystone: syscon-clk: Fix audio refclk | Francesco Dolcini | 1 | -2/+4 |
| 2023-07-19 | drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init() | Minjie Du | 1 | -1/+1 |
| 2023-07-19 | clk: Explicitly include correct DT includes | Rob Herring | 1 | -2/+1 |
| 2023-06-26 | Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl... | Stephen Boyd | 2 | -7/+44 |
| 2023-06-16 | clk: keystone: sci-clk: check return value of kasprintf() | Claudiu Beznea | 1 | -0/+2 |
| 2023-06-16 | clk: keystone: syscon-clk: Add support for audio refclk | Jai Luthra | 1 | -5/+40 |
| 2023-06-16 | clk: keystone: syscon-clk: Allow the clock node to not be of type syscon | Andrew Davis | 1 | -2/+2 |
| 2023-03-28 | clk: keystone: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-10-17 | clk: keystone: syscon-clk: Use dev_err_probe() helper | Yang Yingliang | 1 | -6/+3 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE | Thomas Gleixner | 1 | -9/+1 |
| 2022-04-22 | clk: keystone: syscon-clk: Add support for AM62 epwm-tbclk | Georgi Vlaev | 1 | -0/+11 |
| 2021-06-22 | clk: keystone: syscon-clk: Add support for AM64 specific epwm-tbclk | Lokesh Vutla | 1 | -0/+17 |
| 2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -2/+2 |
| 2020-09-22 | clk: keystone: sci-clk: add 10% slack to set_rate | Tero Kristo | 1 | -1/+2 |
| 2020-09-22 | clk: keystone: sci-clk: cache results of last query rate operation | Tero Kristo | 1 | -0/+14 |
| 2020-09-22 | clk: keystone: sci-clk: fix parsing assigned-clock data during probe | Tero Kristo | 1 | -1/+1 |
| 2020-07-10 | Replace HTTP links with HTTPS ones: Common CLK framework | Alexander A. Klimov | 2 | -2/+2 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-03-20 | clk: keystone: Add new driver to handle syscon based clocks | Vignesh Raghavendra | 3 | -0/+181 |
| 2019-07-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -38/+212 |
| 2019-06-07 | clk: keystone: sci-clk: extend clock IDs to 32 bits | Tero Kristo | 1 | -8/+28 |
| 2019-06-07 | clk: keystone: sci-clk: probe clocks from DT instead of firmware | Tero Kristo | 2 | -0/+141 |
| 2019-06-07 | clk: keystone: sci-clk: split out the fw clock parsing to own function | Tero Kristo | 1 | -27/+41 |
| 2019-06-07 | clk: keystone: sci-clk: cut down the clock name length | Tero Kristo | 1 | -4/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2 | -10/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2018-10-18 | Merge branch 'clk-k3-tisci' into clk-next | Stephen Boyd | 3 | -1/+11 |
| 2018-10-07 | clk: keystone: add missing MODULE_LICENSE | Arnd Bergmann | 2 | -0/+10 |
| 2018-10-02 | clk: keystone: Enable TISCI clocks if K3_ARCH | Nishanth Menon | 1 | -1/+1 |
| 2018-08-30 | clk: Convert to using %pOFn instead of device_node.name | Rob Herring | 2 | -2/+2 |
| 2018-03-08 | clk: keystone: sci-clk: add support for dynamically probing clocks | Tero Kristo | 1 | -290/+90 |
| 2017-08-02 | clk: keystone: sci-clk: Fix sci_clk_get | Tero Kristo | 1 | -24/+42 |
| 2017-06-22 | clk: keystone: TI_SCI_PROTOCOL is needed for clk driver | Arnd Bergmann | 1 | -1/+2 |
| 2017-06-14 | clk: keystone: Add sci-clk driver support | Tero Kristo | 3 | -1/+741 |
| 2016-12-08 | clk: keystone: pll: Unmap region obtained by of_iomap | Arvind Yadav | 1 | -2/+7 |
| 2016-11-01 | clk: keystone: improve function-level documentation | Julia Lawall | 1 | -2/+2 |
| 2015-10-19 | clk: keystone: fix a trivial typo | Geliang Tang | 1 | -1/+1 |
| 2015-07-28 | Merge branch 'cleanup-clk-h-includes' into clk-next | Stephen Boyd | 2 | -2/+0 |
| 2015-07-28 | clk: keystone: make use of of_clk_parent_fill helper function | Dinh Nguyen | 1 | -2/+1 |
| 2015-07-20 | clk: keystone: Remove clk.h include | Stephen Boyd | 2 | -2/+0 |
| 2015-06-18 | clk: keystone: add support for post divider register for main pll | Murali Karicheri | 1 | -2/+18 |
| 2014-02-10 | clk: keystone: gate: fix clk_init_data initialization | Ivan Khoronzhuk | 1 | -0/+1 |
| 2013-12-10 | clk: keystone: gate: fix error handling on init | Grygorii Strashko | 1 | -4/+8 |
| 2013-12-10 | clk: keystone: use clkod register bits for postdiv | Murali Karicheri | 1 | -4/+20 |
| 2013-10-07 | clk: keystone: Build Keystone clock drivers | Santosh Shilimkar | 1 | -0/+1 |
| 2013-10-07 | clk: keystone: Add gate control clock driver | Santosh Shilimkar | 1 | -0/+264 |
| 2013-10-07 | clk: keystone: add Keystone PLL clock driver | Santosh Shilimkar | 1 | -0/+305 |