aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-1/+0
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd1-0/+22
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd1-1/+1
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be' into clk-nextStephen Boyd1-59/+31
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd1-1/+1
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski1-15/+0
2019-04-23clk: core: remove powerpc special handlingJonas Gorski1-16/+0
2019-04-23clk: mux: add explicit big endian supportJonas Gorski1-0/+4
2019-04-23clk: multiplier: add explicit big endian supportJonas Gorski1-0/+4
2019-04-23clk: gate: add explicit big endian supportJonas Gorski1-0/+4
2019-04-23clk: fractional-divider: add explicit big endian supportJonas Gorski1-0/+4
2019-04-23clk: divider: add explicit big endian supportJonas Gorski1-0/+4
2019-04-19clk: Allow parents to be specified via clkspec indexStephen Boyd1-0/+2
2019-04-19clk: Allow parents to be specified without string namesStephen Boyd1-0/+19
2019-04-19clk: Add of_clk_hw_register() API for early clk driversStephen Boyd1-0/+1
2019-04-02clk: Drop duplicate clk_register() documentationStephen Boyd1-11/+0
2019-02-22clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki1-0/+3
2019-01-24clk: Remove 'flags' member of struct clk_fixed_rateStephen Boyd1-1/+0
2019-01-24clk: Document CLK_MUX_READ_ONLY mux flagStephen Boyd1-0/+2
2019-01-24clk: Document deprecated thingsStephen Boyd1-1/+1
2019-01-24clk: Collapse gpio clk kerneldocStephen Boyd1-15/+8
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