index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
samsung
/
clk-exynos5250.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: samsung: exynos5250: do not define number of clocks in bindings
Krzysztof Kozlowski
2023-08-15
1
-1
/
+4
*
clk: samsung: Set dev in samsung_clk_init()
Sam Protsenko
2023-03-06
1
-1
/
+1
*
clk: samsung: Don't pass reg_base to samsung_clk_register_pll()
Sam Protsenko
2023-03-06
1
-2
/
+1
*
clk: samsung: Remove np argument from samsung_clk_init()
Sam Protsenko
2023-03-06
1
-1
/
+1
*
clk: samsung: Update CPU clk registration
Will McVicker
2021-11-20
1
-4
/
+7
*
clk: samsung: remove __clk_lookup() usage
Marek Szyprowski
2021-11-19
1
-5
/
+5
*
clk: samsung: Use cached clk_hws instead of __clk_lookup() calls
Sylwester Nawrocki
2020-09-17
1
-1
/
+3
*
clk: samsung: exynos5420/5250: Add IDs to the CPU parent clk definitions
Sylwester Nawrocki
2020-09-17
1
-2
/
+2
*
clk: samsung: Change signature of exynos5_subcmus_init() function
Sylwester Nawrocki
2019-08-08
1
-1
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
clk: Remove io.h from clk-provider.h
Stephen Boyd
2019-05-15
1
-0
/
+1
*
clk: samsung: exynos5250: Use generic helper for handling suspend/resume
Marek Szyprowski
2018-10-05
1
-40
/
+2
*
clk: samsung: exynos5250: Add missing clocks for FIMC LITE SYSMMU devices
Marek Szyprowski
2018-03-14
1
-0
/
+6
*
clk: samsung: exynos5250: Move PD-dependent clocks to Exynos5 sub-CMU
Marek Szyprowski
2018-03-06
1
-16
/
+35
*
clk: samsung: Add compile time PLL rate validators
Andrzej Hajda
2018-02-23
1
-27
/
+27
*
clk: samsung: exynos5250: Fix PLL rates
Andrzej Hajda
2018-02-23
1
-4
/
+4
*
clk: samsung: Remove clkdev alias support in Exynos5250 clk driver
Marek Szyprowski
2017-10-09
1
-9
/
+9
*
clk: samsung: exynos5250: Move sleep init function to init section
Krzysztof Kozlowski
2016-06-02
1
-2
/
+2
*
clk: samsung: exynos5250: Constify all clock initializers
Krzysztof Kozlowski
2016-06-02
1
-10
/
+10
*
clk: samsung: Remove useless check for return value of samsung_clk_init
Krzysztof Kozlowski
2016-06-02
1
-2
/
+1
*
clk: samsung: Remove CLK_IS_ROOT
Stephen Boyd
2016-03-02
1
-5
/
+5
*
clk: samsung: exynos5250: Add DISP1 clocks
Tomeu Vizoso
2015-10-24
1
-1
/
+13
*
Merge branch 'v4.3-topic/clk-samsung' of git://git.kernel.org/pub/scm/linux/k...
Michael Turquette
2015-07-28
1
-0
/
+31
|
\
|
*
clk: exynos5250: add cpu clock configuration data and instantiate cpu clock
Thomas Abraham
2015-07-24
1
-0
/
+31
*
|
clk: samsung: Properly include clk.h and clkdev.h
Stephen Boyd
2015-07-20
1
-2
/
+0
|
/
*
clk: samsung: Make of_device_id array const
Krzysztof Kozlowski
2014-07-26
1
-1
/
+1
*
clk: samsung: Register clk provider only after registering its all clocks
Sylwester Nawrocki
2014-06-30
1
-0
/
+2
*
clk/exynos5250: fix bit number for tv sysmmu clock
Rahul Sharma
2014-06-30
1
-1
/
+1
*
Merge tag 'samsung-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Olof Johansson
2014-05-30
1
-0
/
+35
|
\
|
*
clk: exynos5250: Add missing sysmmu clocks for DISP and ISP blocks
Cho KyongHo
2014-05-26
1
-0
/
+35
*
|
ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock
Amit Daniel Kachhap
2014-05-26
1
-0
/
+42
|
/
*
clk: samsung: exynos5250: Add clocks for G3D
Arun Kumar K
2014-05-14
1
-1
/
+14
*
clk: samsung: exynos5250/5420: Add gate clock for SSS module
Naveen Krishna Chatradhi
2014-05-14
1
-0
/
+1
*
clk/samsung: add support for multiple clock providers
Rahul Sharma
2014-05-14
1
-10
/
+15
*
clk: samsung: Drop old suspend/resume code
Tomasz Figa
2014-02-14
1
-1
/
+1
*
clk: samsung: exynos5250: Move suspend/resume handling to SoC driver
Tomasz Figa
2014-02-14
1
-5
/
+44
*
clk: exynos5250: add clock ID for div_pcm0
Andrew Bresticker
2014-01-08
1
-1
/
+1
*
clk: exynos5250: replace clock ID private enums with IDs from DT header
Andrzej Hajda
2014-01-08
1
-295
/
+264
*
clk: exynos5250: register APLL rate table
Andrew Bresticker
2014-01-08
1
-1
/
+24
*
clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
Sachin Kamat
2013-12-30
1
-1
/
+2
*
clk: samsung: exynos5250: Fix parents of gate clocks from MFC domain
Tomasz Figa
2013-12-30
1
-3
/
+5
*
clk: samsung: exynos5250: Correct parent list of audio muxes
Tomasz Figa
2013-12-30
1
-3
/
+3
*
clk: samsung: exynos5250: Add missing unpopulated mux parents
Tomasz Figa
2013-12-30
1
-4
/
+12
*
clk: samsung: exynos5250: Fix parent of gate clocks from DISP1 domain
Tomasz Figa
2013-12-30
1
-6
/
+8
*
clk: samsung: exynos5250: Fix parents of gate clocks from GSCL domain
Tomasz Figa
2013-12-30
1
-8
/
+17
*
clk: samsung: exynos5250: Make names of mux and div clocks consistent
Tomasz Figa
2013-12-30
1
-122
/
+123
*
clk: samsung: exynos5250: Sort definitions by registers and bitfield
Tomasz Figa
2013-12-30
1
-102
/
+188
*
clk: samsung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clock
Abhilash Kesavan
2013-12-30
1
-1
/
+2
*
clk: samsung: exynos5250: Add MDMA0 clocks
Abhilash Kesavan
2013-12-30
1
-1
/
+4
*
clk: samsung: exynos5250: Fix ACP gate register offset
Abhilash Kesavan
2013-12-30
1
-1
/
+1
[next]