summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Stephen Boyd2019-07-121-7/+7
|\ \
| | * clk: consoldiate the __clk_get_hw() declarationsStephen Rothwell2019-07-121-0/+7
| | * clk: Unexport __clk_of_tableStephen Boyd2019-05-241-4/+0Star
| | * clk: Remove ifdef for COMMON_CLK in clk-provider.hStephen Boyd2019-05-241-3/+0Star
| |/
* | clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parentChen-Yu Tsai2019-06-181-0/+11
* | clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw *Chen-Yu Tsai2019-06-181-0/+15
* | clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parentChen-Yu Tsai2019-06-181-0/+11
* | clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_dataChen-Yu Tsai2019-06-181-0/+9
* | clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_dataChen-Yu Tsai2019-06-181-0/+11
* | clk: Add CLK_HW_INIT_* macros using .parent_hwsChen-Yu Tsai2019-06-181-0/+32
|/
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-1/+0Star
* Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd2019-05-071-0/+22
|\
| * clk: Allow parents to be specified via clkspec indexStephen Boyd2019-04-191-0/+2
| * clk: Allow parents to be specified without string namesStephen Boyd2019-04-191-0/+19
| * clk: Add of_clk_hw_register() API for early clk driversStephen Boyd2019-04-191-0/+1
* | Merge branch 'clk-ti' into clk-nextStephen Boyd2019-05-071-1/+1
|\ \
| * | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
| |/
| |
| \
| \
| \
*---. \ Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd2019-05-071-59/+31Star
|\ \ \ \ | |_|_|/ |/| | |
| | | * clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski2019-04-231-15/+0Star
| | | * clk: core: remove powerpc special handlingJonas Gorski2019-04-231-16/+0Star
| | | * clk: mux: add explicit big endian supportJonas Gorski2019-04-231-0/+4
| | | * clk: multiplier: add explicit big endian supportJonas Gorski2019-04-231-0/+4
| | | * clk: gate: add explicit big endian supportJonas Gorski2019-04-231-0/+4
| | | * clk: fractional-divider: add explicit big endian supportJonas Gorski2019-04-231-0/+4
| | | * clk: divider: add explicit big endian supportJonas Gorski2019-04-231-0/+4
| |_|/ |/| |
| * | clk: Drop duplicate clk_register() documentationStephen Boyd2019-04-031-11/+0Star
| * | clk: Remove 'flags' member of struct clk_fixed_rateStephen Boyd2019-01-241-1/+0Star
| * | clk: Document CLK_MUX_READ_ONLY mux flagStephen Boyd2019-01-241-0/+2
| * | clk: Document deprecated thingsStephen Boyd2019-01-241-1/+1
| * | clk: Collapse gpio clk kerneldocStephen Boyd2019-01-241-15/+8Star
| |/
* / 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/+1Star
|/
* 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/+2Star
|\
| *-. Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd2018-06-041-6/+1Star
| |\ \
| | | * clk: Return void from debug_init opStephen Boyd2018-06-021-1/+1
| | | * clk: remove clk_debugfs_add_file()Greg Kroah-Hartman2018-06-021-5/+0Star
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk...Stephen Boyd2018-06-041-13/+1Star
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * clk: Extract OF clock helpers in <linux/of_clk.h>Geert Uytterhoeven2018-05-021-13/+1Star
| | | |/ | | |/|
| * / | clk: Remove clk_init_cb typedefGeert Uytterhoeven2018-04-191-2/+0Star
| |/ /
* / / 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-271-0/+2
|\ \