index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
meson
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: meson: s4: fix module autoloading
Krzysztof Kozlowski
2024-05-03
2
-0
/
+2
*
clk: meson: fix module license to GPL only
Neil Armstrong
2024-04-10
18
-18
/
+18
*
clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF
Neil Armstrong
2024-04-10
2
-20
/
+57
*
clk: meson: add vclk driver
Neil Armstrong
2024-04-10
4
-0
/
+197
*
clk: meson: pll: print out pll name when unable to lock it
Dmitry Rokosov
2024-03-29
1
-2
/
+2
*
clk: meson: s4: pll: determine maximum register in regmap config
Dmitry Rokosov
2024-03-29
1
-0
/
+1
*
clk: meson: s4: peripherals: determine maximum register in regmap config
Dmitry Rokosov
2024-03-29
1
-0
/
+1
*
clk: meson: a1: pll: determine maximum register in regmap config
Dmitry Rokosov
2024-03-29
1
-0
/
+1
*
clk: meson: a1: peripherals: determine maximum register in regmap config
Dmitry Rokosov
2024-03-29
1
-0
/
+1
*
clk: meson: Add missing clocks to axg_clk_regmaps
Igor Prusov
2024-02-05
1
-0
/
+2
*
clk: meson: g12a: add CSI & ISP gates clocks
Neil Armstrong
2023-11-24
1
-0
/
+9
*
clk: meson: g12a: add MIPI ISP clocks
Neil Armstrong
2023-11-24
2
-0
/
+67
*
clk: meson: g12a: add CTS_ENCL & CTS_ENCL_SEL clocks
Neil Armstrong
2023-11-24
1
-0
/
+40
*
clk: meson: S4: select CONFIG_COMMON_CLK_MESON_CLKC_UTILS
Arnd Bergmann
2023-10-23
1
-0
/
+2
*
clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controller
Yu Tu
2023-09-27
4
-0
/
+3881
*
clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver
Yu Tu
2023-09-27
4
-0
/
+918
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-08-30
28
-3287
/
+2727
|
\
|
*
-
.
Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...
Stephen Boyd
2023-08-30
28
-3279
/
+2719
|
|
\
\
|
|
|
*
clk: meson: axg-audio: move bindings include to main driver
Neil Armstrong
2023-08-08
2
-3
/
+2
|
|
|
*
clk: meson: meson8b: move bindings include to main driver
Neil Armstrong
2023-08-08
2
-7
/
+3
|
|
|
*
clk: meson: a1: move bindings include to main driver
Neil Armstrong
2023-08-08
4
-6
/
+4
|
|
|
*
clk: meson: eeclk: move bindings include to main driver
Neil Armstrong
2023-08-08
6
-9
/
+6
|
|
|
*
clk: meson: aoclk: move bindings include to main driver
Neil Armstrong
2023-08-08
6
-45
/
+9
|
|
|
*
dt-bindings: clk: axg-audio-clkc: expose all clock ids
Neil Armstrong
2023-08-08
1
-70
/
+0
|
|
|
*
dt-bindings: clk: amlogic,a1-pll-clkc: expose all clock ids
Neil Armstrong
2023-08-08
1
-15
/
+0
|
|
|
*
dt-bindings: clk: amlogic,a1-peripherals-clkc: expose all clock ids
Neil Armstrong
2023-08-08
1
-63
/
+0
|
|
|
*
dt-bindings: clk: meson8b-clkc: expose all clock ids
Neil Armstrong
2023-08-08
1
-108
/
+0
|
|
|
*
dt-bindings: clk: g12a-aoclkc: expose all clock ids
Neil Armstrong
2023-08-08
1
-17
/
+0
|
|
|
*
dt-bindings: clk: g12a-clks: expose all clock ids
Neil Armstrong
2023-08-08
1
-140
/
+0
|
|
|
*
dt-bindings: clk: axg-clkc: expose all clock ids
Neil Armstrong
2023-08-08
1
-58
/
+0
|
|
|
*
dt-bindings: clk: gxbb-clkc: expose all clock ids
Neil Armstrong
2023-08-08
1
-76
/
+0
|
|
|
*
clk: meson: migrate axg-audio out of hw_onecell_data to drop NR_CLKS
Neil Armstrong
2023-08-08
3
-428
/
+424
|
|
|
*
clk: meson: migrate meson8b out of hw_onecell_data to drop NR_CLKS
Neil Armstrong
2023-08-08
3
-658
/
+660
|
|
|
*
clk: meson: migrate a1 clock drivers out of hw_onecell_data to drop NR_CLKS
Neil Armstrong
2023-08-08
5
-180
/
+183
|
|
|
*
clk: meson: migrate meson-aoclk out of hw_onecell_data to drop NR_CLKS
Neil Armstrong
2023-08-08
9
-73
/
+68
|
|
|
*
clk: meson: migrate meson-eeclk out of hw_onecell_data to drop NR_CLKS
Neil Armstrong
2023-08-08
9
-1323
/
+1312
|
|
|
*
clk: meson: introduce meson-clkc-utils
Neil Armstrong
2023-08-08
4
-0
/
+48
|
|
|
/
|
*
/
clk: Explicitly include correct DT includes
Rob Herring
2023-07-19
8
-8
/
+8
|
|
/
*
/
clk: meson: change usleep_range() to udelay() for atomic context
Dmitry Rokosov
2023-07-11
1
-2
/
+2
|
/
*
clk: meson: pll: remove unneeded semicolon
Jiapeng Chong
2023-06-15
1
-1
/
+1
*
clk: meson: a1: Staticize rtc clk
Stephen Boyd
2023-06-12
1
-1
/
+1
*
clk: meson: a1: add Amlogic A1 Peripherals clock controller driver
Dmitry Rokosov
2023-05-30
4
-0
/
+2367
*
clk: meson: a1: add Amlogic A1 PLL clock controller driver
Dmitry Rokosov
2023-05-30
4
-0
/
+414
*
clk: meson: introduce new pll power-on sequence for A1 SoC family
Dmitry Rokosov
2023-05-30
2
-0
/
+25
*
clk: meson: make pll rst bit as optional
Dmitry Rokosov
2023-05-30
1
-7
/
+17
*
clk: meson: clk-cpu-dyndiv: switch from .round_rate to .determine_rate
Martin Blumenstingl
2023-01-13
1
-5
/
+4
*
clk: meson: sclk-div: switch from .round_rate to .determine_rate
Martin Blumenstingl
2023-01-13
1
-5
/
+6
*
clk: meson: dualdiv: switch from .round_rate to .determine_rate
Martin Blumenstingl
2023-01-13
1
-8
/
+13
*
clk: meson: mpll: Switch from .round_rate to .determine_rate
Martin Blumenstingl
2023-01-13
1
-7
/
+13
*
-
.
Merge branches 'clk-bindings', 'clk-renesas', 'clk-amlogic', 'clk-allwinner' ...
Stephen Boyd
2022-12-12
1
-8
/
+12
|
\
\
[next]