index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-composite.c
Age
Commit message (
Expand
)
Author
2016-04-21
Merge branch 'clk-hw-register' (early part) into clk-next
Stephen Boyd
2016-04-21
Merge branch 'clk-composite-unregister' into clk-next
Stephen Boyd
2016-04-21
clk: composite: Add unregister function
Maxime Ripard
2016-04-19
clk: composite: Add hw based registration APIs
Stephen Boyd
2016-04-15
clk: Add clk_composite_set_rate_and_parent
Finley Xiao
2016-01-29
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
Geliang Tang
2015-08-24
clk: Convert basic types to clk_hw based provider APIs
Stephen Boyd
2015-08-24
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
2015-08-24
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Stephen Boyd
2015-07-27
clk: fix some determine_rate implementations
Boris Brezillon
2015-07-27
clk: change clk_ops' ->determine_rate() prototype
Boris Brezillon
2015-05-14
clk: basic-types: Remove useless allocation failure printks
Stephen Boyd
2015-05-05
clk: make strings in parent name arrays const
Sascha Hauer
2015-02-18
clk: Replace explicit clk assignment with __clk_hw_set_clk
Javier Martinez Canillas
2015-02-02
clk: Add rate constraints to clocks
Tomeu Vizoso
2014-12-03
clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
Tomeu Vizoso
2014-07-13
clk: composite: improve rate_hw sanity check logic
Mike Turquette
2014-07-13
clk: composite: allow read-only clocks
Heiko Stübner
2014-07-13
clk: composite: support determine_rate using rate_ops->round_rate + mux_ops->...
Boris BREZILLON
2014-01-15
clk: composite: pass mux_hw into determine_rate
Mike Turquette
2013-11-10
clk: composite: .determine_rate support
Emilio López
2013-04-12
clk: composite: allow fixed rates & fixed dividers
Mike Turquette
2013-04-12
clk: composite: rename 'div' references to 'rate'
Mike Turquette
2013-03-26
clk: Add composite clock type
Prashant Gaikwad