aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)Author
2019-04-05clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki
2018-06-19clk: add duty cycle supportJerome Brunet
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-06-04Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd
2018-06-04Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk...Stephen Boyd
2018-06-01clk: Return void from debug_init opStephen Boyd
2018-06-01clk: remove clk_debugfs_add_file()Greg Kroah-Hartman
2018-05-02clk: Extract OF clock helpers in <linux/of_clk.h>Geert Uytterhoeven
2018-04-19clk: Remove clk_init_cb typedefGeert Uytterhoeven
2018-04-16clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet
2018-03-12clk: divider: read-only divider can propagate rate changeJerome Brunet
2018-03-12clk: fix mux clock documentationJerome Brunet
2018-03-12clk: mux: add helper function for index/value translationJerome Brunet
2018-03-12clk: divider: export clk_div_mask() helperJerome Brunet
2018-01-26Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd
2018-01-26Merge branch 'clk-divider-container' into clk-nextStephen Boyd
2018-01-26Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and...Stephen Boyd
2018-01-10clk: Show symbolic clock flags in debugfsGeert Uytterhoeven
2017-12-28clk: divider: fix incorrect usage of container_ofJerome Brunet
2017-12-21clk: move clock common macros out from vendor directoriesChunyan Zhang
2017-12-19clk: add clock protection mechanism to clk coreJerome 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