index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-composite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: composite: Export clk_hw_register_composite()
Anson Huang
2020-08-22
1
-0
/
+1
*
clk: composite: add _register_composite_pdata() variants
Michael Walle
2020-01-28
1
-3
/
+53
*
clk: Add clk_hw_unregister_composite helper function definition
Manivannan Sadhasivam
2019-11-22
1
-0
/
+11
*
clk: Zero init clk_init_data in helpers
Manivannan Sadhasivam
2019-11-22
1
-1
/
+1
*
clk: composite: Drop unused clk.h include
Stephen Boyd
2019-08-16
1
-1
/
+0
*
clk: Remove CLK_IS_BASIC clk flag
Stephen Boyd
2019-04-26
1
-1
/
+1
*
clk: Tag basic clk types with SPDX
Stephen Boyd
2018-12-11
1
-12
/
+1
*
Merge branch 'clk-hw-register' (early part) into clk-next
Stephen Boyd
2016-04-21
1
-12
/
+33
|
\
|
*
clk: composite: Add hw based registration APIs
Stephen Boyd
2016-04-19
1
-12
/
+33
*
|
Merge branch 'clk-composite-unregister' into clk-next
Stephen Boyd
2016-04-21
1
-0
/
+15
|
\
\
|
*
|
clk: composite: Add unregister function
Maxime Ripard
2016-04-21
1
-0
/
+15
|
|
/
*
|
clk: Add clk_composite_set_rate_and_parent
Finley Xiao
2016-04-15
1
-0
/
+33
|
/
*
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
Geliang Tang
2016-01-29
1
-2
/
+0
*
clk: Convert basic types to clk_hw based provider APIs
Stephen Boyd
2015-08-24
1
-7
/
+7
*
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
2015-08-24
1
-1
/
+1
*
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Stephen Boyd
2015-08-24
1
-1
/
+1
*
clk: fix some determine_rate implementations
Boris Brezillon
2015-07-27
1
-2
/
+1
*
clk: change clk_ops' ->determine_rate() prototype
Boris Brezillon
2015-07-27
1
-24
/
+24
*
clk: basic-types: Remove useless allocation failure printks
Stephen Boyd
2015-05-14
1
-3
/
+1
*
clk: make strings in parent name arrays const
Sascha Hauer
2015-05-05
1
-1
/
+1
*
clk: Replace explicit clk assignment with __clk_hw_set_clk
Javier Martinez Canillas
2015-02-18
1
-10
/
+10
*
clk: Add rate constraints to clocks
Tomeu Vizoso
2015-02-02
1
-2
/
+7
*
clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
Tomeu Vizoso
2014-12-03
1
-4
/
+5
*
clk: composite: improve rate_hw sanity check logic
Mike Turquette
2014-07-13
1
-10
/
+16
*
clk: composite: allow read-only clocks
Heiko Stübner
2014-07-13
1
-6
/
+3
*
clk: composite: support determine_rate using rate_ops->round_rate + mux_ops->...
Boris BREZILLON
2014-07-13
1
-1
/
+47
*
clk: composite: pass mux_hw into determine_rate
Mike Turquette
2014-01-15
1
-1
/
+1
*
clk: composite: .determine_rate support
Emilio López
2013-11-10
1
-0
/
+28
*
clk: composite: allow fixed rates & fixed dividers
Mike Turquette
2013-04-12
1
-4
/
+13
*
clk: composite: rename 'div' references to 'rate'
Mike Turquette
2013-04-12
1
-20
/
+20
*
clk: Add composite clock type
Prashant Gaikwad
2013-03-26
1
-0
/
+201