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-03-04
clk: imx7d: Remove audio_mclk_root_clk
Abel Vesa
1
-1
/
+0
2022-02-28
Merge 5.17-rc6 into staging-next
Greg Kroah-Hartman
2
-99
/
+10
2022-02-25
clk: Mark clk_core_evict_parent_cache_subtree() 'target' const
Stephen Boyd
1
-1
/
+1
2022-02-25
clk: Mark 'all_lists' as const
Stephen Boyd
1
-2
/
+2
2022-02-25
clk: pistachio: Declare mux table as const u32[]
Jonathan Neuschäfer
1
-1
/
+1
2022-02-25
clk: qcom: Declare mux table as const u32[]
Jonathan Neuschäfer
1
-1
/
+1
2022-02-25
clk: mmp: Declare mux tables as const u32[]
Jonathan Neuschäfer
1
-2
/
+2
2022-02-25
clk: hisilicon: Remove unnecessary cast of mux table to u32 *
Jonathan Neuschäfer
1
-1
/
+1
2022-02-25
clk: mux: Declare u32 *table parameter as const
Jonathan Neuschäfer
1
-5
/
+5
2022-02-25
clk: nxp: Declare mux table parameter as const u32 *
Jonathan Neuschäfer
1
-1
/
+1
2022-02-25
clk: nxp: Remove unused variable
Jonathan Neuschäfer
1
-2
/
+1
2022-02-25
Merge tag 'samsung-clk-fsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/drivers
Arnd Bergmann
5
-0
/
+1815
2022-02-24
clk: qcom: rpmhcc: add sc8280xp support to the RPMh clock controller
Bjorn Andersson
1
-0
/
+18
2022-02-24
clk: lan966x: Fix linking error
Horatiu Vultur
1
-0
/
+2
2022-02-24
clk: qcom: dispcc: Update the transition delay for MDSS GDSC
Taniya Das
3
-3
/
+12
2022-02-24
clk: qcom: gdsc: Add support to update GDSC transition delay
Taniya Das
2
-6
/
+28
2022-02-24
clk: qcom: ipq8074: Use floor ops for SDCC1 clock
Dirk Buchwalder
1
-1
/
+1
2022-02-24
clk: rockchip: re-add rational best approximation algorithm to the fractional divider
Quentin Schulz
1
-0
/
+3
2022-02-23
clk/rockchip: Use of_device_get_match_data()
Minghao Chi (CGEL ZTE)
1
-4
/
+2
2022-02-23
remove the h8300 architecture
Christoph Hellwig
4
-206
/
+0
2022-02-22
clk: renesas: r8a779f0: Add PFC clock
Geert Uytterhoeven
1
-0
/
+1
2022-02-22
clk: renesas: r8a779f0: Add I2C clocks
Geert Uytterhoeven
1
-0
/
+6
2022-02-22
clk: renesas: r8a779f0: Add WDT clock
Geert Uytterhoeven
1
-0
/
+9
2022-02-22
clk: renesas: r8a779f0: Fix RSW2 clock divider
Geert Uytterhoeven
1
-1
/
+1
2022-02-21
clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clock
Laurent Pinchart
1
-0
/
+1
2022-02-21
clk: scmi: Support atomic clock enable/disable API
Cristian Marussi
1
-11
/
+60
2022-02-17
clk: jz4725b: fix mmc0 clock gating
Siarhei Volkau
1
-2
/
+1
2022-02-17
clk: qcom: gcc-msm8994: Remove NoC clocks
Konrad Dybcio
1
-97
/
+9
2022-02-17
clk: mvebu: use time_is_before_eq_jiffies() instead of open coding it
Wang Qing
1
-1
/
+2
2022-02-17
clk: mediatek: Warn if clk IDs are duplicated
Chen-Yu Tsai
5
-6
/
+34
2022-02-17
clk: mediatek: mt8195: Implement remove functions
Chen-Yu Tsai
5
-0
/
+83
2022-02-17
clk: mediatek: mt8195: Implement error handling in probe functions
Chen-Yu Tsai
5
-18
/
+61
2022-02-17
clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()
Chen-Yu Tsai
14
-0
/
+14
2022-02-17
clk: mediatek: Unregister clks in mtk_clk_simple_probe() error path
Chen-Yu Tsai
1
-1
/
+3
2022-02-17
clk: mediatek: mtk: Implement error handling in register APIs
Chen-Yu Tsai
2
-35
/
+103
2022-02-17
clk: mediatek: pll: Implement error handling in register API
Chen-Yu Tsai
2
-7
/
+22
2022-02-17
clk: mediatek: mux: Implement error handling in register API
Chen-Yu Tsai
1
-1
/
+14
2022-02-17
clk: mediatek: mux: Reverse check for existing clk to reduce nesting level
Chen-Yu Tsai
1
-7
/
+8
2022-02-17
clk: mediatek: gate: Implement error handling in register API
Chen-Yu Tsai
1
-1
/
+14
2022-02-17
clk: mediatek: cpumux: Implement error handling in register API
Chen-Yu Tsai
1
-1
/
+14
2022-02-17
clk: mediatek: mtk: Clean up included headers
Chen-Yu Tsai
2
-13
/
+12
2022-02-17
clk: mediatek: Add mtk_clk_simple_remove()
Chen-Yu Tsai
2
-0
/
+16
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_composites() API
Chen-Yu Tsai
2
-0
/
+48
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_divider_clks() API
Chen-Yu Tsai
2
-3
/
+24
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_factors() API
Chen-Yu Tsai
2
-2
/
+24
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_fixed_clks() API
Chen-Yu Tsai
2
-2
/
+24
2022-02-17
clk: mediatek: pll: Clean up included headers
Chen-Yu Tsai
1
-5
/
+7
2022-02-17
clk: mediatek: pll: Implement unregister API
Chen-Yu Tsai
2
-0
/
+57
2022-02-17
clk: mediatek: pll: Split definitions into separate header file
Chen-Yu Tsai
19
-57
/
+91
2022-02-17
clk: mediatek: mux: Clean up included headers
Chen-Yu Tsai
2
-5
/
+14
[prev]
[next]