summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Stephen Boyd2020-08-031-1/+0
|\ \
| | * clk: drop unused function __clk_get_flagsJulia Lawall2020-08-031-1/+0
| |/
* | clk: <linux/clk-provider.h>: drop a duplicated wordRandy Dunlap2020-07-201-1/+1
|/
* clk: Pass correct arguments to __clk_hw_register_gate()Stephen Boyd2020-03-251-5/+5
*-. Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '...Stephen Boyd2020-01-311-0/+13
|\ \
| | * clk: composite: add _register_composite_pdata() variantsMichael Walle2020-01-281-0/+13
| |/
| |
| \
*-. \ Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd2020-01-311-82/+336
|\ \ \ | | |/ | |/|
| | * clk: divider: Add support for specifying parents via DT/pointersStephen Boyd2020-01-071-13/+142
| | * clk: gate: Add support for specifying parents via DT/pointersStephen Boyd2020-01-061-3/+56
| | * clk: mux: Add support for specifying parents via DT/pointersStephen Boyd2020-01-061-18/+38
| | * clk: fixed-rate: Document that accuracy isn't a rateStephen Boyd2020-01-061-1/+1
| | * clk: fixed-rate: Add clk flags for parent accuracyStephen Boyd2020-01-061-0/+6
| | * clk: fixed-rate: Add support for specifying parents via DT/pointersStephen Boyd2020-01-051-6/+94
| | * clk: fixed-rate: Document accuracy memberStephen Boyd2020-01-051-0/+1
| | * clk: fixed-rate: Move to_clk_fixed_rate() to C fileStephen Boyd2020-01-051-2/+0
| | * clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()Stephen Boyd2020-01-051-3/+0
| | * clk: gpio: Use DT way of specifying parentsStephen Boyd2020-01-051-38/+0
| |/
* | clk: add terminate callback to clk_opsJerome Brunet2019-12-231-0/+3
* | clk: let init callback return an error codeJerome Brunet2019-12-231-3/+7
|/
* clk: Add API to get index of the clock parentSowjanya Komatineni2019-11-111-0/+1
*-. Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd2019-09-191-1/+2
|\ \
| * | clk: Overwrite clk_hw::init with NULL during clk_register()Stephen Boyd2019-08-161-1/+2
| |/
* | clk: core: introduce clk_hw_set_parent()Neil Armstrong2019-08-091-0/+1
|/
*-. 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-231-4/+0
| | * clk: Remove ifdef for COMMON_CLK in clk-provider.hStephen Boyd2019-05-231-3/+0
| |/
* | 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/+0
* 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/+31
|\ \ \ \ | |_|_|/ |/| | |
| | | * clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski2019-04-231-15/+0
| | | * clk: core: remove powerpc special handlingJonas Gorski2019-04-231-16/+0
| | | * 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-021-11/+0
| * | clk: Remove 'flags' member of struct clk_fixed_rateStephen Boyd2019-01-241-1/+0