summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
Commit message (Expand)AuthorAgeFilesLines
* clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki2019-02-221-0/+3
*-. Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp...Stephen Boyd2018-12-141-0/+8
|\ \
| * | clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag supportA.s. Dong2018-12-031-0/+8
| |/
* / clk: Tag clk core files with SPDXStephen Boyd2018-12-111-6/+1
|/
* clk: clk: Add clk_gate_restore_context functionKeerthy2018-10-031-0/+2
* clk: Add functions to save/restore clock context en-masseRuss Dill2018-10-031-0/+7
* clk: add duty cycle supportJerome Brunet2018-06-191-0/+26
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-21/+2
|\
| *-. Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd2018-06-041-6/+1
| |\ \
| | | * clk: Return void from debug_init opStephen Boyd2018-06-011-1/+1
| | | * clk: remove clk_debugfs_add_file()Greg Kroah-Hartman2018-06-011-5/+0
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk...Stephen Boyd2018-06-041-13/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * clk: Extract OF clock helpers in <linux/of_clk.h>Geert Uytterhoeven2018-05-021-13/+1
| | | |/ | | |/|
| * / | clk: Remove clk_init_cb typedefGeert Uytterhoeven2018-04-191-2/+0
| |/ /
* / / clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet2018-04-161-0/+3
|/ /
* | clk: divider: read-only divider can propagate rate changeJerome Brunet2018-03-121-0/+15
* | clk: fix mux clock documentationJerome Brunet2018-03-121-1/+2
* | clk: mux: add helper function for index/value translationJerome Brunet2018-03-121-0/+4
* | clk: divider: export clk_div_mask() helperJerome Brunet2018-03-121-0/+1
|/
*-. Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd2018-01-261-0/+2
|\ \
| | * clk: Show symbolic clock flags in debugfsGeert Uytterhoeven2018-01-101-0/+2
* | | Merge branch 'clk-divider-container' into clk-nextStephen Boyd2018-01-261-1/+1
|\ \ \
| * | | clk: divider: fix incorrect usage of container_ofJerome Brunet2017-12-281-1/+1
| |/ /
| | |
| \ \
*-. | | Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and...Stephen Boyd2018-01-261-0/+38
|\ \| | | |_|/ |/| |
| * | clk: move clock common macros out from vendor directoriesChunyan Zhang2017-12-211-0/+38
| |/
* / clk: add clock protection mechanism to clk coreJerome Brunet2017-12-191-0/+1
|/
* Merge branch 'clk-gpio' into clk-nextStephen Boyd2017-11-141-6/+6
|\
| * clk: clk-gpio: Make GPIO clock provider use descriptors onlyLinus Walleij2017-11-021-6/+6
* | clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd2017-11-011-0/+13
|/
* clk: gate: expose clk_gate_ops::is_enabledGabriel Fernandez2017-08-311-0/+1
* clk: fractional-divider: allow overriding of approximationElaine Zhang2017-08-081-0/+3
* clk: divider: Make divider_round_rate take the parent clockMaxime Ripard2017-06-071-3/+13
* clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo2016-10-171-1/+1
* clk: change the type of clk_hw_onecell_data.num to unsigned intMasahiro Yamada2016-09-231-1/+1
* clk: return unsigned int in dummy non-OF of_clk_get_parent_count()Rafał Miłecki2016-08-261-1/+1
* clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-121-0/+12
* clk: core: support clocks which requires parents enable (part 1)Dong Aisheng2016-07-011-0/+2
* Merge branch 'clk-hw-unregister-fixed-rate' into clk-nextStephen Boyd2016-06-301-0/+1
|\
| * clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada2016-06-301-0/+1
* | clk: Remove CLK_IS_ROOT flagStephen Boyd2016-06-011-1/+1
|/
* Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd2016-04-211-0/+93
|\
| * clk: fixed-rate: Add hw based registration APIsStephen Boyd2016-04-191-0/+7
| * clk: gpio: Add hw based registration APIsStephen Boyd2016-04-191-0/+8
| * clk: composite: Add hw based registration APIsStephen Boyd2016-04-191-0/+7
| * clk: fractional-divider: Add hw based registration APIsStephen Boyd2016-04-191-0/+5
| * clk: fixed-factor: Add hw based registration APIsStephen Boyd2016-04-191-0/+4
| * clk: mux: Add hw based registration APIsStephen Boyd2016-04-191-0/+11
| * clk: gate: Add hw based registration APIsStephen Boyd2016-04-191-0/+5
| * clk: divider: Add hw based registration APIsStephen Boyd2016-04-191-0/+10
| * clk: Add clk_hw OF clk providersStephen Boyd2016-04-191-0/+30