aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)Author
2018-04-12clk: divider: fix incorrect usage of container_ofJerome Brunet
2017-11-14Merge branch 'clk-gpio' into clk-nextStephen Boyd
2017-11-02clk: clk-gpio: Make GPIO clock provider use descriptors onlyLinus Walleij
2017-11-01clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd
2017-08-31clk: gate: expose clk_gate_ops::is_enabledGabriel Fernandez
2017-08-08clk: fractional-divider: allow overriding of approximationElaine Zhang
2017-06-07clk: divider: Make divider_round_rate take the parent clockMaxime Ripard
2016-10-17clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo
2016-09-23clk: change the type of clk_hw_onecell_data.num to unsigned intMasahiro Yamada
2016-08-26clk: return unsigned int in dummy non-OF of_clk_get_parent_count()Rafał Miłecki
2016-08-12clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado
2016-07-01clk: core: support clocks which requires parents enable (part 1)Dong Aisheng
2016-06-30Merge branch 'clk-hw-unregister-fixed-rate' into clk-nextStephen Boyd
2016-06-30clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada
2016-06-01clk: Remove CLK_IS_ROOT flagStephen Boyd
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd
2016-04-21Merge branch 'clk-composite-unregister' into clk-nextStephen Boyd
2016-04-21clk: composite: Add unregister functionMaxime Ripard
2016-04-19clk: fixed-rate: Add hw based registration APIsStephen Boyd
2016-04-19clk: gpio: Add hw based registration APIsStephen Boyd
2016-04-19clk: composite: Add hw based registration APIsStephen Boyd
2016-04-19clk: fractional-divider: Add hw based registration APIsStephen Boyd
2016-04-19clk: fixed-factor: Add hw based registration APIsStephen Boyd
2016-04-19clk: mux: Add hw based registration APIsStephen Boyd
2016-04-19clk: gate: Add hw based registration APIsStephen Boyd
2016-04-19clk: divider: Add hw based registration APIsStephen Boyd
2016-04-19clk: Add clk_hw OF clk providersStephen Boyd
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd
2016-04-09clk: Provide OF helper to mark clocks as CRITICALLee Jones
2016-04-09clk: Allow clocks to be marked as CRITICALLee Jones
2016-02-26clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd
2016-02-06clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypesStephen Boyd
2016-02-06clk: Deprecate CLK_IS_ROOTStephen Boyd
2016-01-29clk: add clk_unregister_fixed_rate()Masahiro Yamada
2016-01-29clk: add clk_unregister_fixed_factor()Masahiro Yamada
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner
2015-12-23Merge branch 'clk-rockchip' into clk-nextMichael Turquette
2015-12-23clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner
2015-11-20clk: Use static inline functions instead of macros for dummiesGeert Uytterhoeven
2015-11-20clk: fix a typo in comment block of struct clk_rate_requestMasahiro Yamada
2015-10-26clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood
2015-10-26clk: Add stubs for of_clk_*() APIs when CONFIG_OF=nStephen Boyd
2015-10-23clk: Remove clk_{register,unregister}_multiplier()Stephen Boyd
2015-10-21Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd
2015-10-21clk: Add a basic multiplier clockMaxime Ripard
2015-10-16clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven
2015-10-02clk: fractional-divider: keep mwidth and nwidth internallyAndy Shevchenko
2015-08-24clk: Constify clk_hw argument to provider APIsStephen Boyd
2015-08-24clk: Remove unused provider APIsStephen Boyd