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