aboutsummaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-25clk: Pass correct arguments to __clk_hw_register_gate()Gravatar Stephen Boyd 1-5/+5
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '...Gravatar Stephen Boyd 1-0/+13
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Gravatar Stephen Boyd 1-82/+336
2020-01-28clk: composite: add _register_composite_pdata() variantsGravatar Michael Walle 1-0/+13
2020-01-07clk: divider: Add support for specifying parents via DT/pointersGravatar Stephen Boyd 1-13/+142
2020-01-06clk: gate: Add support for specifying parents via DT/pointersGravatar Stephen Boyd 1-3/+56
2020-01-06clk: mux: Add support for specifying parents via DT/pointersGravatar Stephen Boyd 1-18/+38
2020-01-06clk: fixed-rate: Document that accuracy isn't a rateGravatar Stephen Boyd 1-1/+1
2020-01-06clk: fixed-rate: Add clk flags for parent accuracyGravatar Stephen Boyd 1-0/+6
2020-01-05clk: fixed-rate: Add support for specifying parents via DT/pointersGravatar Stephen Boyd 1-6/+94
2020-01-05clk: fixed-rate: Document accuracy memberGravatar Stephen Boyd 1-0/+1
2020-01-05clk: fixed-rate: Move to_clk_fixed_rate() to C fileGravatar Stephen Boyd 1-2/+0
2020-01-05clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()Gravatar Stephen Boyd 1-3/+0
2020-01-05clk: gpio: Use DT way of specifying parentsGravatar Stephen Boyd 1-38/+0
2019-12-23clk: add terminate callback to clk_opsGravatar Jerome Brunet 1-0/+3
2019-12-23clk: let init callback return an error codeGravatar Jerome Brunet 1-3/+7
2019-11-11clk: Add API to get index of the clock parentGravatar Sowjanya Komatineni 1-0/+1
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Gravatar Stephen Boyd 1-1/+2
2019-08-16clk: Overwrite clk_hw::init with NULL during clk_register()Gravatar Stephen Boyd 1-1/+2
2019-08-09clk: core: introduce clk_hw_set_parent()Gravatar Neil Armstrong 1-0/+1
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Gravatar Stephen Boyd 1-7/+7
2019-07-12clk: consoldiate the __clk_get_hw() declarationsGravatar Stephen Rothwell 1-0/+7
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parentGravatar Chen-Yu Tsai 1-0/+11
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw *Gravatar Chen-Yu Tsai 1-0/+15
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parentGravatar Chen-Yu Tsai 1-0/+11
2019-06-18clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_dataGravatar Chen-Yu Tsai 1-0/+9
2019-06-18clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_dataGravatar Chen-Yu Tsai 1-0/+11
2019-06-18clk: Add CLK_HW_INIT_* macros using .parent_hwsGravatar Chen-Yu Tsai 1-0/+32
2019-05-23clk: Unexport __clk_of_tableGravatar Stephen Boyd 1-4/+0
2019-05-23clk: Remove ifdef for COMMON_CLK in clk-provider.hGravatar Stephen Boyd 1-3/+0
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 1-1/+0
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextGravatar Stephen Boyd 1-0/+22
2019-05-07Merge branch 'clk-ti' into clk-nextGravatar Stephen Boyd 1-1/+1
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Gravatar Stephen Boyd 1-59/+31
2019-04-26clk: Remove CLK_IS_BASIC clk flagGravatar Stephen Boyd 1-1/+1
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Gravatar Jonas Gorski 1-15/+0
2019-04-23clk: core: remove powerpc special handlingGravatar Jonas Gorski 1-16/+0
2019-04-23clk: mux: add explicit big endian supportGravatar Jonas Gorski 1-0/+4
2019-04-23clk: multiplier: add explicit big endian supportGravatar Jonas Gorski 1-0/+4
2019-04-23clk: gate: add explicit big endian supportGravatar Jonas Gorski 1-0/+4
2019-04-23clk: fractional-divider: add explicit big endian supportGravatar Jonas Gorski 1-0/+4
2019-04-23clk: divider: add explicit big endian supportGravatar Jonas Gorski 1-0/+4
2019-04-19clk: Allow parents to be specified via clkspec indexGravatar Stephen Boyd 1-0/+2
2019-04-19clk: Allow parents to be specified without string namesGravatar Stephen Boyd 1-0/+19
2019-04-19clk: Add of_clk_hw_register() API for early clk driversGravatar Stephen Boyd 1-0/+1
2019-04-02clk: Drop duplicate clk_register() documentationGravatar Stephen Boyd 1-11/+0
2019-02-22clk: fractional-divider: check parent rate only if flag is setGravatar Katsuhiro Suzuki 1-0/+3
2019-01-24clk: Remove 'flags' member of struct clk_fixed_rateGravatar Stephen Boyd 1-1/+0
2019-01-24clk: Document CLK_MUX_READ_ONLY mux flagGravatar Stephen Boyd 1-0/+2
2019-01-24clk: Document deprecated thingsGravatar Stephen Boyd 1-1/+1