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
2021-09-14
clk: qcom: gpucc-sdm660: Remove fallback to global clock names
Marijn Suijten
1
-5
/
+4
2021-09-14
clk: qcom: mmcc-sdm660: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-36
/
+36
2021-09-14
clk: qcom: gpucc-sdm660: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-3
/
+3
2021-09-14
clk: qcom: gcc-sdm660: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-40
/
+40
2021-09-13
clk: samsung: s5pv210-audss: Make use of devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: samsung: exynos5433: Make use of devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: samsung: exynos4412-isp: Make use of devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: samsung: exynos-audss: Make use of devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi: sun8i-apb0: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi: sun6i-ar100: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi: sun6i-apb0-gates: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi: sun6i-apb0: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun9i-a80-usb: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun9i-a80-de: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun9i-a80: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun8i-r40: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun8i-de2: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun8i-a83t: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun50i-h6: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: ccu-sun50i-a64: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi: clk-mod0: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-13
clk: sunxi-ng: Use a separate lock for each CCU instance
Samuel Holland
1
-4
/
+5
2021-09-13
clk: sunxi-ng: Prevent unbinding CCUs via sysfs
Samuel Holland
8
-0
/
+8
2021-09-13
clk: sunxi-ng: Unregister clocks/resets when unbinding
Samuel Holland
23
-41
/
+100
2021-09-13
clk: sunxi-ng: Add machine dependency to A83T CCU
Samuel Holland
1
-0
/
+1
2021-09-13
clk: sunxi-ng: mux: Remove unused 'reg' field
Samuel Holland
1
-1
/
+0
2021-09-11
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-4
/
+0
2021-09-07
Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-1
/
+2
2021-09-03
clk: qcom: gcc-sm6350: Remove unused variable
Konrad Dybcio
1
-4
/
+0
2021-09-03
Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
3
-1
/
+10
2021-09-02
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
88
-577
/
+18204
2021-09-01
Merge branches 'clk-kirkwood', 'clk-imx', 'clk-doc', 'clk-zynq' and 'clk-ralink' into clk-next
Stephen Boyd
13
-42
/
+56
2021-09-01
Merge branches 'clk-nvidia', 'clk-rockchip', 'clk-at91' and 'clk-vc5' into clk-next
Stephen Boyd
7
-18
/
+46
2021-09-01
Merge branch 'clk-frac-divider' into clk-next
Stephen Boyd
4
-23
/
+66
2021-09-01
Merge branches 'clk-renesas', 'clk-cleanup' and 'clk-determine-divider' into clk-next
Stephen Boyd
16
-55
/
+126
2021-09-01
Merge branches 'clk-qcom', 'clk-socfpga', 'clk-mediatek', 'clk-lmk' and 'clk-x86' into clk-next
Stephen Boyd
48
-439
/
+17910
2021-08-29
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-1
/
+1
2021-08-29
clk: tegra: fix old-style declaration
Arnd Bergmann
1
-1
/
+1
2021-08-29
clk: qcom: Add SM6350 GCC driver
Konrad Dybcio
3
-0
/
+2596
2021-08-28
clk: vc5: Add properties for configuring SD/OE behavior
Sean Anderson
1
-0
/
+24
2021-08-28
clk: vc5: Use dev_err_probe
Sean Anderson
1
-10
/
+10
2021-08-28
clk: zynqmp: Fix kernel-doc format
Michal Simek
1
-2
/
+2
2021-08-28
clk: at91: clk-generated: Limit the requested rate to our range
Codrin Ciubotariu
1
-0
/
+6
2021-08-28
clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gates
Sergio Paracuellos
1
-8
/
+1
2021-08-28
clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereference
Adam Ford
1
-1
/
+1
2021-08-28
clk: zynqmp: Fix a memory leak
Shubhrajyoti Datta
1
-1
/
+1
2021-08-28
clk: zynqmp: Check the return type
Shubhrajyoti Datta
1
-3
/
+1
2021-08-28
clk: at91: sama7g5: remove all kernel-doc & kernel-doc warnings
Randy Dunlap
1
-7
/
+7
2021-08-28
clk: zynqmp: fix kernel doc
Rajan Vaja
1
-0
/
+1
2021-08-28
clk: kirkwood: Fix a clocking boot regression
Linus Walleij
1
-0
/
+1
[prev]
[next]