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
/
st
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-12
/
+12
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-17
/
+16
2025-10-06
Merge branch 'clk-determine-rate' into clk-next
Stephen Boyd
-32
/
+39
2025-09-21
clk: st: flexgen: remove unused compatible
Raphael Gallais-Pou
-80
/
+0
2025-09-08
clk: st: clkgen-pll: convert from round_rate() to determine_rate()
Brian Masney
-16
/
+22
2025-09-08
clk: st: clkgen-fsyn: convert from round_rate() to determine_rate()
Brian Masney
-16
/
+17
2023-06-08
clk: st: flexgen: Switch to determine_rate
Maxime Ripard
-7
/
+8
2022-12-07
clk: st: Fix memory leak in st_of_quadfs_setup()
Xiu Jianfeng
-2
/
+3
2022-08-19
clk: st: Hold reference returned by of_get_parent()
Liang He
-2
/
+8
2022-01-05
clk: st: clkgen-mux: search reg within node or parent
Alain Volmat
-2
/
+9
2022-01-05
clk: st: clkgen-fsyn: search reg within node or parent
Alain Volmat
-2
/
+11
2021-06-27
clk: st: clkgen-fsyn: embed soc clock outputs within compatible data
Alain Volmat
-12
/
+101
2021-06-27
clk: st: clkgen-pll: embed soc clock outputs within compatible data
Alain Volmat
-14
/
+106
2021-06-27
clk: st: flexgen: embed soc clock outputs within compatible data
Alain Volmat
-14
/
+353
2021-06-27
clk: st: clkgen-pll: remove unused variable of struct clkgen_pll
Alain Volmat
-1
/
+0
2021-02-11
clk: st: clkgen-fsyn: Fix worthy struct documentation demote partially filled...
Lee Jones
-3
/
+3
2021-02-11
clk: st: clkgen-pll: Demote unpopulated kernel-doc header
Lee Jones
-2
/
+1
2020-07-16
clk: st: Remove uninitialized_var() usage
Kees Cook
-1
/
+0
2020-05-27
clk: clk-flexgen: fix clock-critical handling
Alain Volmat
-0
/
+1
2019-09-19
Merge branches 'clk-aspeed', 'clk-unused', 'clk-of-node-put', 'clk-const-bulk...
Stephen Boyd
-14
/
+1
2019-09-06
clk: st: clkgen-pll: remove unused variable 'st_pll3200c32_407_a0'
YueHaibing
-13
/
+0
2019-09-06
clk: st: clkgen-fsyn: remove unused variable 'st_quadfs_fs660c32_ops'
YueHaibing
-1
/
+0
2019-08-07
clk: st: clk-flexgen: Add of_node_put() in st_of_flexgen_setup()
Nishka Dasgupta
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
-1
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
-12
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
-0
/
+1
2018-12-10
clk: st: Remove usage of CLK_IS_BASIC
Stephen Boyd
-4
/
+4
2018-08-30
clk: Convert to using %pOFn instead of device_node.name
Rob Herring
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+1
2016-12-08
clk: st: clk-flexgen: Unmap region obtained by of_iomap
Arvind Yadav
-1
/
+4
2016-09-16
drivers: clk: st: Handle clk synchronous mode for video clocks
Gabriel Fernandez
-2
/
+35
2016-09-16
drivers: clk: st: Add clock propagation for audio clocks
Gabriel Fernandez
-1
/
+25
2016-09-16
drivers: clk: st: Add fs660c32 synthesizer algorithm
Gabriel Fernandez
-69
/
+111
2016-09-16
drivers: clk: st: Simplify clock binding of STiH4xx platforms
Gabriel Fernandez
-77
/
+55
2016-09-16
drivers: clk: st: Remove stih415-416 clock support
Gabriel Fernandez
-1404
/
+1
2016-06-30
clk: st: clkgen-pll: Detect critical clocks
Lee Jones
-10
/
+17
2016-06-30
clk: st: clkgen-fsyn: Detect critical clocks
Lee Jones
-3
/
+7
2016-06-30
clk: st: clk-flexgen: Detect critical clocks
Lee Jones
-1
/
+3
2016-02-26
clk: st: Remove impossible check for of_clk_get_parent_count() < 0
Stephen Boyd
-4
/
+4
2016-01-29
clk: st: avoid uninitialized variable use
Arnd Bergmann
-2
/
+6
2016-01-29
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
Geliang Tang
-5
/
+4
2015-11-20
clk: st: avoid uninitialized variable use
Arnd Bergmann
-8
/
+9
2015-10-08
drivers: clk: st: Correct the pll-type for A9 for stih418
Gabriel Fernandez
-0
/
+194
2015-10-08
drivers: clk: st: PLL rate change implementation for DVFS
Gabriel Fernandez
-10
/
+216
2015-10-08
drivers: clk: st: Support for enable/disable in Clockgen PLLs
Gabriel Fernandez
-1
/
+59
2015-10-01
clk: st: fix handling result of of_property_count_strings
Andrzej Hajda
-3
/
+4
[next]