aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-14Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp' and 'clk-imx8mq' into clk-nextStephen 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/clk/linuxLinus Torvalds1-21/+2
2018-06-04Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and 'clk-debugfs-simple' into clk-nextStephen Boyd1-6/+1
2018-06-04Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk-qcom-rcg-fix' into clk-nextStephen Boyd1-13/+1
2018-06-01clk: Return void from debug_init opStephen Boyd1-1/+1
2018-06-01clk: 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-12clk: divider: read-only divider can propagate rate changeJerome Brunet1-0/+15
2018-03-12clk: fix mux clock documentationJerome Brunet1-1/+2
2018-03-12clk: mux: add helper function for index/value translationJerome Brunet1-0/+4
2018-03-12clk: divider: export clk_div_mask() helperJerome Brunet1-0/+1
2018-01-26Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' and 'clk-meson' into clk-nextStephen Boyd1-0/+2
2018-01-26Merge branch 'clk-divider-container' into clk-nextStephen Boyd1-1/+1
2018-01-26Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and 'clk-qcom-ipq8074' into clk-nextStephen Boyd1-0/+38
2018-01-10clk: Show symbolic clock flags in debugfsGeert Uytterhoeven1-0/+2
2017-12-28clk: divider: fix incorrect usage of container_ofJerome Brunet1-1/+1
2017-12-21clk: move clock common macros out from vendor directoriesChunyan Zhang1-0/+38
2017-12-19clk: 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-01clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd1-0/+13
2017-08-31clk: 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-17clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo1-1/+1
2016-09-23clk: 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-12clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-0/+12
2016-07-01clk: 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-01clk: Remove CLK_IS_ROOT flagStephen Boyd1-1/+1
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd1-0/+93
2016-04-21Merge branch 'clk-composite-unregister' into clk-nextStephen Boyd1-0/+1
2016-04-21clk: composite: Add unregister functionMaxime Ripard1-0/+1
2016-04-19clk: fixed-rate: Add hw based registration APIsStephen Boyd1-0/+7
2016-04-19clk: gpio: Add hw based registration APIsStephen Boyd1-0/+8
2016-04-19clk: composite: Add hw based registration APIsStephen Boyd1-0/+7
2016-04-19clk: fractional-divider: Add hw based registration APIsStephen Boyd1-0/+5
2016-04-19clk: fixed-factor: Add hw based registration APIsStephen Boyd1-0/+4
2016-04-19clk: mux: Add hw based registration APIsStephen Boyd1-0/+11
2016-04-19clk: gate: Add hw based registration APIsStephen Boyd1-0/+5
2016-04-19clk: divider: Add hw based registration APIsStephen Boyd1-0/+10