summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-15Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp...Stephen Boyd1-0/+8
2018-12-11clk: Tag clk core files with SPDXStephen Boyd1-6/+1
2018-12-03clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag supportA.s. Dong1-0/+8
2018-10-03clk: clk: Add clk_gate_restore_context functionKeerthy1-0/+2
2018-10-03clk: Add functions to save/restore clock context en-masseRuss Dill1-0/+7
2018-06-19clk: add duty cycle supportJerome Brunet1-0/+26
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-21/+2
2018-06-04Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd1-6/+1
2018-06-04Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk...Stephen Boyd1-13/+1
2018-06-02clk: Return void from debug_init opStephen Boyd1-1/+1
2018-06-02clk: remove clk_debugfs_add_file()Greg Kroah-Hartman1-5/+0
2018-05-02clk: Extract OF clock helpers in <linux/of_clk.h>Geert Uytterhoeven1-13/+1
2018-04-19clk: Remove clk_init_cb typedefGeert Uytterhoeven1-2/+0
2018-04-16clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet1-0/+3
2018-03-13clk: divider: read-only divider can propagate rate changeJerome Brunet1-0/+15
2018-03-13clk: fix mux clock documentationJerome Brunet1-1/+2
2018-03-13clk: mux: add helper function for index/value translationJerome Brunet1-0/+4
2018-03-13clk: divider: export clk_div_mask() helperJerome Brunet1-0/+1
2018-01-27Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd1-0/+2
2018-01-27Merge branch 'clk-divider-container' into clk-nextStephen Boyd1-1/+1
2018-01-27Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and...Stephen Boyd1-0/+38
2018-01-11clk: Show symbolic clock flags in debugfsGeert Uytterhoeven1-0/+2
2017-12-29clk: divider: fix incorrect usage of container_ofJerome Brunet1-1/+1
2017-12-22clk: move clock common macros out from vendor directoriesChunyan Zhang1-0/+38
2017-12-20clk: add clock protection mechanism to clk coreJerome Brunet1-0/+1
2017-11-14Merge branch 'clk-gpio' into clk-nextStephen Boyd1-6/+6
2017-11-02clk: clk-gpio: Make GPIO clock provider use descriptors onlyLinus Walleij1-6/+6
2017-11-02clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd1-0/+13
2017-09-01clk: gate: expose clk_gate_ops::is_enabledGabriel Fernandez1-0/+1
2017-08-08clk: fractional-divider: allow overriding of approximationElaine Zhang1-0/+3
2017-06-07clk: divider: Make divider_round_rate take the parent clockMaxime Ripard1-3/+13
2016-10-18clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo1-1/+1
2016-09-24clk: change the type of clk_hw_onecell_data.num to unsigned intMasahiro Yamada1-1/+1
2016-08-26clk: return unsigned int in dummy non-OF of_clk_get_parent_count()Rafał Miłecki1-1/+1
2016-08-13clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-0/+12
2016-07-02clk: core: support clocks which requires parents enable (part 1)Dong Aisheng1-0/+2
2016-06-30Merge branch 'clk-hw-unregister-fixed-rate' into clk-nextStephen Boyd1-0/+1
2016-06-30clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada1-0/+1
2016-06-02clk: Remove CLK_IS_ROOT flagStephen Boyd1-1/+1
2016-04-22Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd1-0/+93
2016-04-22Merge branch 'clk-composite-unregister' into clk-nextStephen Boyd1-0/+1
2016-04-22clk: composite: Add unregister functionMaxime Ripard1-0/+1
2016-04-20clk: fixed-rate: Add hw based registration APIsStephen Boyd1-0/+7
2016-04-20clk: gpio: Add hw based registration APIsStephen Boyd1-0/+8
2016-04-20clk: composite: Add hw based registration APIsStephen Boyd1-0/+7
2016-04-20clk: fractional-divider: Add hw based registration APIsStephen Boyd1-0/+5
2016-04-20clk: fixed-factor: Add hw based registration APIsStephen Boyd1-0/+4
2016-04-20clk: mux: Add hw based registration APIsStephen Boyd1-0/+11
2016-04-20clk: gate: Add hw based registration APIsStephen Boyd1-0/+5
2016-04-20clk: divider: Add hw based registration APIsStephen Boyd1-0/+10