index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
clk: mediatek: Export required symbols to compile clk drivers as module
AngeloGioacchino Del Regno
4
-0
/
+6
2022-09-26
clk: mediatek: clk-apmixed: Remove unneeded __init annotation
AngeloGioacchino Del Regno
1
-1
/
+1
2022-09-24
platform/x86: int3472: Support multiple clock consumers
Daniel Scally
1
-4
/
+9
2022-09-23
clk: rockchip: Add clock controller support for RV1126 SoC
Jagan Teki
4
-0
/
+1165
2022-09-19
clk: imx93: add SAI IPG clk
Peng Fan
1
-3
/
+9
2022-09-19
clk: imx93: add MU1/2 clock
Peng Fan
1
-2
/
+6
2022-09-19
clk: imx93: switch to use new clk gate API
Peng Fan
1
-4
/
+4
2022-09-19
clk: imx: add i.MX93 clk gate
Peng Fan
3
-0
/
+204
2022-09-19
clk: imx: clk-composite-93: check white_list
Peng Fan
3
-5
/
+10
2022-09-19
clk: imx: clk-composite-93: check slice busy
Peng Fan
1
-3
/
+160
2022-09-18
clk: renesas: r8a779g0: Add EtherAVB clocks
Geert Uytterhoeven
1
-0
/
+3
2022-09-18
clk: renesas: r8a779g0: Add PFC/GPIO clocks
Geert Uytterhoeven
1
-0
/
+4
2022-09-18
clk: renesas: r8a779g0: Add I2C clocks
Geert Uytterhoeven
1
-0
/
+6
2022-09-18
clk: renesas: r8a779g0: Add watchdog clock
Geert Uytterhoeven
1
-0
/
+1
2022-09-16
Merge tag 'v6.0-rc5' into i2c/for-mergewindow
Wolfram Sang
3
-7
/
+13
2022-09-15
clk: tests: Add missing test case for ranges
Maxime Ripard
1
-0
/
+53
2022-09-15
clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3d
Maxime Ripard
1
-0
/
+9
2022-09-15
clk: Introduce the clk_hw_get_rate_range function
Maxime Ripard
1
-0
/
+16
2022-09-15
clk: Zero the clk_rate_request structure
Maxime Ripard
1
-0
/
+2
2022-09-15
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
6
-16
/
+274
2022-09-15
clk: Constify clk_has_parent()
Maxime Ripard
1
-1
/
+1
2022-09-15
clk: Introduce clk_core_has_parent()
Maxime Ripard
2
-15
/
+65
2022-09-15
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
Maxime Ripard
1
-3
/
+10
2022-09-15
clk: Add our request boundaries in clk_core_init_rate_req
Maxime Ripard
1
-6
/
+1
2022-09-15
clk: Introduce clk_hw_init_rate_request()
Maxime Ripard
2
-10
/
+30
2022-09-15
clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its caller
Maxime Ripard
1
-5
/
+3
2022-09-15
clk: Change clk_core_init_rate_req prototype
Maxime Ripard
1
-4
/
+6
2022-09-15
clk: Set req_rate on reparenting
Maxime Ripard
2
-0
/
+261
2022-09-15
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2
-1
/
+36
2022-09-15
clk: tests: Add some tests for orphan with multiple parents
Maxime Ripard
1
-0
/
+237
2022-09-15
clk: tests: Add tests for mux with multiple parents
Maxime Ripard
1
-0
/
+121
2022-09-15
clk: tests: Add tests for single parent mux
Maxime Ripard
1
-9
/
+185
2022-09-15
clk: tests: Add tests for uncached clock
Maxime Ripard
1
-1
/
+92
2022-09-15
clk: tests: Add reference to the orphan mux bug report
Maxime Ripard
1
-0
/
+3
2022-09-15
clk: tests: Add test suites description
Maxime Ripard
1
-0
/
+33
2022-09-15
clk: Clarify clk_get_rate() expectations
Maxime Ripard
1
-2
/
+3
2022-09-15
clk: Skip clamping when rounding if there's no boundaries
Maxime Ripard
1
-1
/
+13
2022-09-15
clk: Drop the rate range on clk_put()
Maxime Ripard
2
-14
/
+141
2022-09-15
clk: test: Switch to clk_hw_get_clk
Maxime Ripard
1
-19
/
+55
2022-09-15
clk: at91: sama5d2: Add Generic Clocks for UART/USART
Sergiu Moga
1
-0
/
+10
2022-09-14
clk: microchip: add PolarFire SoC fabric clock support
Conor Dooley
2
-0
/
+291
2022-09-14
clk: microchip: mpfs: update module authorship & licencing
Conor Dooley
1
-3
/
+7
2022-09-14
clk: microchip: mpfs: convert periph_clk to clk_gate
Conor Dooley
1
-66
/
+6
2022-09-14
clk: microchip: mpfs: convert cfg_clk to clk_divider
Conor Dooley
1
-68
/
+8
2022-09-14
clk: microchip: mpfs: delete 2 line mpfs_clk_register_foo()
Conor Dooley
1
-27
/
+6
2022-09-14
clk: microchip: mpfs: simplify control reg access
Conor Dooley
1
-25
/
+17
2022-09-14
clk: microchip: mpfs: move id & offset out of clock structs
Conor Dooley
1
-15
/
+15
2022-09-14
clk: microchip: mpfs: add MSS pll's set & round rate
Conor Dooley
1
-0
/
+54
2022-09-14
clk: microchip: mpfs: add reset controller
Conor Dooley
2
-12
/
+99
2022-09-14
clk: microchip: mpfs: make the rtc's ahb clock critical
Conor Dooley
1
-1
/
+3
[prev]
[next]