index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
samsung
/
clk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-13
clk: samsung: Remove redundant check in samsung_cmu_register_one
Aditya Pakki
1
-4
/
+0
2019-11-08
drivers/clk: convert VL struct to struct_size
Stephen Kitt
1
-2
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
1
-0
/
+1
2018-10-05
clk: samsung: Add support for setting registers state before suspend
Marek Szyprowski
1
-10
/
+13
2017-10-25
Merge tag 'clk-v4.15-samsung' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Stephen Boyd
1
-30
/
+3
2017-10-09
clk: samsung: Remove obsolete clkdev alias support
Marek Szyprowski
1
-30
/
+3
2017-09-08
clk: samsung: Add support for runtime PM
Marek Szyprowski
1
-6
/
+6
2017-06-07
clk: samsung: Convert common drivers to the new clk_hw API
Marek Szyprowski
1
-50
/
+41
2016-06-02
clk: samsung: exynos5433: prepare for adding CPU clocks
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2016-06-02
clk: samsung: Constify clock init data with clock arrays
Krzysztof Kozlowski
1
-1
/
+1
2015-07-20
clk: samsung: Properly include clk.h and clkdev.h
Stephen Boyd
1
-0
/
+4
2015-06-05
clk: make several parent names const
Uwe Kleine-König
1
-6
/
+7
2015-05-21
clk: samsung: Fix typo in panic log
Shailendra Verma
1
-1
/
+1
2014-12-23
clk: samsung: Change the return value of samsung_cmu_register_one()
Chanwoo Choi
1
-3
/
+10
2014-12-02
clk: samsung: remove unnecessary inclusion of header files from clk.h
Pankaj Dubey
1
-0
/
+2
2014-12-02
clk: samsung: remove unnecessary CONFIG_OF from clk.c
Pankaj Dubey
1
-2
/
+0
2014-10-31
clk: samsung: Add fixed_factor_clocks field to struct exynos_cmu_info
Naveen Krishna Ch
1
-0
/
+3
2014-10-31
clk: samsung: Factor out the common code to clk.c
Naveen Krishna Ch
1
-0
/
+95
2014-07-26
clk: samsung: Make of_device_id array const
Krzysztof Kozlowski
1
-1
/
+1
2014-06-30
clk: samsung: Register clk provider only after registering its all clocks
Sylwester Nawrocki
1
-9
/
+10
2014-05-14
clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]
Pankaj Dubey
1
-1
/
+1
2014-05-14
clk: samsung: Initialize clock table with error pointers
Tomasz Figa
1
-1
/
+6
2014-05-14
clk/samsung: add support for multiple clock providers
Rahul Sharma
1
-52
/
+62
2014-02-14
clk: samsung: Drop old suspend/resume code
Tomasz Figa
1
-53
/
+1
2014-02-14
clk: samsung: exynos5250: Move suspend/resume handling to SoC driver
Tomasz Figa
1
-2
/
+3
2014-02-14
clk: samsung: Provide common helpers for register save/restore
Tomasz Figa
1
-0
/
+32
2013-09-07
clk: samsung: Modify _get_rate() helper to use __clk_lookup()
Tomasz Figa
1
-6
/
+4
2013-04-08
clk: samsung: Fix compilation error
Sachin Kamat
1
-0
/
+2
2013-04-04
clk: exynos4: Add support for SoC-specific register save list
Tomasz Figa
1
-3
/
+6
2013-03-28
clk: samsung: add infrastructure to add separate aliases
Heiko Stuebner
1
-0
/
+33
2013-03-28
clk: samsung: always allocate the clk_table
Heiko Stuebner
1
-4
/
+4
2013-03-28
clk: samsung: fix pm init on non-dt platforms
Heiko Stueber
1
-12
/
+13
2013-03-28
clk: samsung: register clk_div_tables for divider clocks
Heiko Stuebner
1
-3
/
+11
2013-03-25
clk: samsung: add common clock framework helper functions for Samsung platforms
Thomas Abraham
1
-0
/
+273