aboutsummaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-31clk: gate: expose clk_gate_ops::is_enabledGravatar Gabriel Fernandez 1-0/+1
2017-08-08clk: fractional-divider: allow overriding of approximationGravatar Elaine Zhang 1-0/+3
2017-06-07clk: divider: Make divider_round_rate take the parent clockGravatar Maxime Ripard 1-3/+13
2016-10-17clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionGravatar Shawn Guo 1-1/+1
2016-09-23clk: change the type of clk_hw_onecell_data.num to unsigned intGravatar Masahiro Yamada 1-1/+1
2016-08-26clk: return unsigned int in dummy non-OF of_clk_get_parent_count()Gravatar Rafał Miłecki 1-1/+1
2016-08-12clk: core: New macro CLK_OF_DECLARE_DRIVERGravatar Ricardo Ribalda Delgado 1-0/+12
2016-07-01clk: core: support clocks which requires parents enable (part 1)Gravatar Dong Aisheng 1-0/+2
2016-06-30Merge branch 'clk-hw-unregister-fixed-rate' into clk-nextGravatar Stephen Boyd 1-0/+1
2016-06-30clk: fixed-rate: add clk_hw_unregister_fixed_rate()Gravatar Masahiro Yamada 1-0/+1
2016-06-01clk: Remove CLK_IS_ROOT flagGravatar Stephen Boyd 1-1/+1
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextGravatar Stephen Boyd 1-0/+93
2016-04-21Merge branch 'clk-composite-unregister' into clk-nextGravatar Stephen Boyd 1-0/+1
2016-04-21clk: composite: Add unregister functionGravatar Maxime Ripard 1-0/+1
2016-04-19clk: fixed-rate: Add hw based registration APIsGravatar Stephen Boyd 1-0/+7
2016-04-19clk: gpio: Add hw based registration APIsGravatar Stephen Boyd 1-0/+8
2016-04-19clk: composite: Add hw based registration APIsGravatar Stephen Boyd 1-0/+7
2016-04-19clk: fractional-divider: Add hw based registration APIsGravatar Stephen Boyd 1-0/+5
2016-04-19clk: fixed-factor: Add hw based registration APIsGravatar Stephen Boyd 1-0/+4
2016-04-19clk: mux: Add hw based registration APIsGravatar Stephen Boyd 1-0/+11
2016-04-19clk: gate: Add hw based registration APIsGravatar Stephen Boyd 1-0/+5
2016-04-19clk: divider: Add hw based registration APIsGravatar Stephen Boyd 1-0/+10
2016-04-19clk: Add clk_hw OF clk providersGravatar Stephen Boyd 1-0/+30
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsGravatar Stephen Boyd 1-0/+6
2016-04-09clk: Provide OF helper to mark clocks as CRITICALGravatar Lee Jones 1-1/+7
2016-04-09clk: Allow clocks to be marked as CRITICALGravatar Lee Jones 1-0/+1
2016-02-26clk: Make of_clk_get_parent_count() return unsigned intsGravatar Stephen Boyd 1-1/+1
2016-02-06clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypesGravatar Stephen Boyd 1-4/+0
2016-02-06clk: Deprecate CLK_IS_ROOTGravatar Stephen Boyd 1-1/+1
2016-01-29clk: add clk_unregister_fixed_rate()Gravatar Masahiro Yamada 1-1/+1
2016-01-29clk: add clk_unregister_fixed_factor()Gravatar Masahiro Yamada 1-0/+1
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGravatar Geliang Tang 1-0/+18
2016-01-29clk-divider: make sure read-only dividers do not write to their registerGravatar Heiko Stuebner 1-0/+1
2015-12-23Merge branch 'clk-rockchip' into clk-nextGravatar Michael Turquette 1-0/+1
2015-12-23clk: add flag for clocks that need to be enabled on rate changesGravatar Heiko Stuebner 1-0/+1
2015-11-20clk: Use static inline functions instead of macros for dummiesGravatar Geert Uytterhoeven 1-4/+2
2015-11-20clk: fix a typo in comment block of struct clk_rate_requestGravatar Masahiro Yamada 1-1/+1
2015-10-26clk: Add clk_hw_is_enabled() for use by clk providersGravatar Joachim Eastwood 1-0/+1
2015-10-26clk: Add stubs for of_clk_*() APIs when CONFIG_OF=nGravatar Stephen Boyd 1-0/+9
2015-10-23clk: Remove clk_{register,unregister}_multiplier()Gravatar Stephen Boyd 1-7/+0
2015-10-21Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Stephen Boyd 1-0/+42
2015-10-21clk: Add a basic multiplier clockGravatar Maxime Ripard 1-0/+42
2015-10-16clk: Make clk input parameter of __clk_get_name() constGravatar Geert Uytterhoeven 1-1/+1
2015-10-02clk: fractional-divider: keep mwidth and nwidth internallyGravatar Andy Shevchenko 1-1/+2
2015-08-24clk: Constify clk_hw argument to provider APIsGravatar Stephen Boyd 1-7/+7
2015-08-24clk: Remove unused provider APIsGravatar Stephen Boyd 1-6/+0
2015-08-24clk: Add clk_hw_*() APIs for use by clk providersGravatar Stephen Boyd 1-0/+9
2015-07-28clk: gpio: Mark parent_names array constGravatar Stephen Boyd 1-1/+1
2015-07-28clk: allow a clk divider with max divisor when zeroGravatar Jim Quinlan 1-0/+4
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextGravatar Stephen Boyd 1-1/+1