index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
samsung
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-19
clk: samsung: Add initial Exynos7885 clock driver
David Virag
2
-0
/
+598
2021-12-19
clk: samsung: clk-pll: Add support for pll1417x
David Virag
2
-0
/
+2
2021-12-19
clk: samsung: Make exynos850_register_cmu shared
David Virag
4
-84
/
+119
2021-12-19
clk: samsung: exynos850: Add missing sysreg clocks
Sam Protsenko
1
-0
/
+29
2021-11-22
clk: samsung: exynos850: Register clocks early
Sam Protsenko
1
-21
/
+49
2021-11-22
clk: samsung: exynos850: Keep some crucial clocks running
Sam Protsenko
1
-6
/
+13
2021-11-22
clk: samsung: exynos850: Implement CMU_CMGP domain
Sam Protsenko
1
-0
/
+100
2021-11-22
clk: samsung: exynos850: Implement CMU_APM domain
Sam Protsenko
1
-1
/
+141
2021-11-20
clk: samsung: Update CPU clk registration
Will McVicker
6
-57
/
+67
2021-11-19
clk: samsung: Remove meaningless __init and extern from header files
Sylwester Nawrocki
2
-18
/
+18
2021-11-19
clk: samsung: remove __clk_lookup() usage
Marek Szyprowski
8
-36
/
+32
2021-10-18
clk: samsung: describe drivers in Kconfig
Krzysztof Kozlowski
1
-10
/
+20
2021-10-15
clk: samsung: exynos5433: update apollo and atlas clock probing
Will McVicker
1
-72
/
+48
2021-10-15
clk: samsung: add support for CPU clocks
Will McVicker
3
-0
/
+46
2021-10-15
clk: samsung: Introduce Exynos850 clock driver
Sam Protsenko
2
-0
/
+836
2021-10-09
clk: samsung: clk-pll: Implement pll0831x PLL type
Sam Protsenko
2
-0
/
+106
2021-10-09
clk: samsung: clk-pll: Implement pll0822x PLL type
Sam Protsenko
2
-0
/
+92
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-04-08
clk: samsung: Remove redundant dev_err calls
Chen Hui
2
-6
/
+2
2021-04-07
clk: exynos7: Mark aclk_fsys1_200 as critical
Paweł Chmiel
1
-1
/
+6
2020-12-21
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
3
-89
/
+147
2020-12-05
clk: samsung: mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2020-11-23
clk: samsung: Prevent potential endless loop in the PLL ops
Sylwester Nawrocki
1
-76
/
+71
2020-11-23
clk: samsung: Allow compile testing of Exynos, S3C64xx and S5Pv210
Krzysztof Kozlowski
2
-13
/
+76
2020-11-12
clk: samsung: allow building the clkout driver as module
Krzysztof Kozlowski
3
-1
/
+12
2020-10-28
clk: samsung: exynos-clkout: convert to module driver
Krzysztof Kozlowski
1
-57
/
+141
2020-10-24
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
5
-6
/
+13
2020-10-22
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
7
-46
/
+55
2020-09-22
clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED
Marek Szyprowski
1
-2
/
+2
2020-09-17
clk: samsung: Use cached clk_hws instead of __clk_lookup() calls
Sylwester Nawrocki
7
-36
/
+42
2020-09-17
clk: samsung: exynos5420/5250: Add IDs to the CPU parent clk definitions
Sylwester Nawrocki
2
-7
/
+8
2020-09-17
clk: samsung: exynos5420: Avoid __clk_lookup() calls when enabling clocks
Sylwester Nawrocki
1
-4
/
+6
2020-09-15
clk: samsung: Keep top BPLL mux on Exynos542x enabled
Marek Szyprowski
1
-0
/
+5
2020-08-19
ARM: s3c24xx: pass pointer to clk driver via platform data
Krzysztof Kozlowski
1
-1
/
+6
2020-08-19
ARM: s3c24xx: make S3C24XX_MISCCR access indirect
Arnd Bergmann
1
-6
/
+4
2020-08-17
clk: samsung: s3c24xx: declare s3c24xx_common_clk_init() in shared header
Krzysztof Kozlowski
3
-0
/
+3
2020-08-17
clk: samsung: s3c64xx: declare s3c64xx_clk_init() in shared header
Krzysztof Kozlowski
1
-0
/
+1
2020-05-19
clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1
Marek Szyprowski
1
-1
/
+2
2020-05-19
ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-05-13
clk: samsung: Fix CLK_SMMU_FIMCL3 clock name on Exynos542x
Marek Szyprowski
1
-1
/
+1
2020-05-13
clk: samsung: Mark top ISP and CAM clocks on Exynos542x as critical
Marek Szyprowski
1
-7
/
+9
2020-02-12
clk: samsung: Remove redundant check in samsung_cmu_register_one
Aditya Pakki
1
-4
/
+0
2019-12-23
clk: samsung: exynos5420: Keep top G3D clocks enabled
Marek Szyprowski
1
-0
/
+8
2019-11-27
Merge branches 'clk-ti', 'clk-allwinner', 'clk-qcom', 'clk-sa' and 'clk-aspee...
Stephen Boyd
1
-2
/
+1
2019-11-27
Merge branches 'clk-hisi', 'clk-amlogic', 'clk-samsung', 'clk-renesas' and 'c...
Stephen Boyd
2
-11
/
+62
2019-11-08
drivers/clk: convert VL struct to struct_size
Stephen Kitt
1
-2
/
+1
2019-10-29
clk: samsung: exynos5420: Add SET_RATE_PARENT flag to clocks on G3D path
Marek Szyprowski
1
-8
/
+12
[next]