summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into cl...Stephen Boyd2022-03-291-6/+6
|\ \
| | * clk: mux: Declare u32 *table parameter as constJonathan Neuschäfer2022-02-251-6/+6
| |/
* | clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()Marek Vasut2022-03-181-0/+3
|/
* clk: gate: Add devm_clk_hw_register_gate()Horatiu Vultur2021-12-081-0/+23
* Merge branch 'clk-frac-divider' into clk-nextStephen Boyd2021-09-011-3/+9
|\
| * clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko2021-08-121-0/+7
| * clk: fractional-divider: Hide clk_fractional_divider_ops from wide audienceAndy Shevchenko2021-08-121-1/+0
* | clk: Align provider-specific CLK_* bit definitionsGeert Uytterhoeven2021-08-051-5/+5
|/
* clk: divider: Add re-usable determine_rate implementationsMartin Blumenstingl2021-06-301-0/+6
* clk: divider: add devm_clk_hw_register_dividerDmitry Baryshkov2021-04-071-0/+17
* clk: mux: provide devm_clk_hw_register_mux()Dmitry Baryshkov2021-04-071-0/+13
* clk: fixed: add devm helper for clk_hw_register_fixed_factor()Daniel Palmer2021-02-141-1/+3
*-. Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '...Stephen Boyd2020-12-201-0/+34
|\ \
| | * clk: divider: add devm_clk_hw_register_divider_table()Michael Walle2020-12-071-0/+27
| | * clk: composite: add devm_clk_hw_register_composite_pdata()Michael Walle2020-12-071-0/+7
| |/
* | clk: add api to get clk consumer from clk_hwJerome Brunet2020-11-141-0/+5
|/
*-. 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