summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)Author
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '...Stephen Boyd
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd
2020-01-28clk: composite: add _register_composite_pdata() variantsMichael Walle
2020-01-07clk: divider: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-06clk: gate: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-06clk: mux: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-06clk: fixed-rate: Document that accuracy isn't a rateStephen Boyd
2020-01-06clk: fixed-rate: Add clk flags for parent accuracyStephen Boyd
2020-01-05clk: fixed-rate: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-05clk: fixed-rate: Document accuracy memberStephen Boyd
2020-01-05clk: fixed-rate: Move to_clk_fixed_rate() to C fileStephen Boyd
2020-01-05clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()Stephen Boyd
2020-01-05clk: gpio: Use DT way of specifying parentsStephen Boyd
2019-12-23clk: add terminate callback to clk_opsJerome Brunet
2019-12-23clk: let init callback return an error codeJerome Brunet
2019-11-11clk: Add API to get index of the clock parentSowjanya Komatineni
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd
2019-08-16clk: Overwrite clk_hw::init with NULL during clk_register()Stephen Boyd
2019-08-09clk: core: introduce clk_hw_set_parent()Neil Armstrong
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Stephen Boyd
2019-07-12clk: consoldiate the __clk_get_hw() declarationsStephen Rothwell
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parentChen-Yu Tsai
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw *Chen-Yu Tsai
2019-06-18clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parentChen-Yu Tsai
2019-06-18clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_dataChen-Yu Tsai
2019-06-18clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_dataChen-Yu Tsai
2019-06-18clk: Add CLK_HW_INIT_* macros using .parent_hwsChen-Yu Tsai
2019-05-23clk: Unexport __clk_of_tableStephen Boyd
2019-05-23clk: Remove ifdef for COMMON_CLK in clk-provider.hStephen Boyd
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski
2019-04-23clk: core: remove powerpc special handlingJonas Gorski
2019-04-23clk: mux: add explicit big endian supportJonas Gorski
2019-04-23clk: multiplier: add explicit big endian supportJonas Gorski
2019-04-23clk: gate: add explicit big endian supportJonas Gorski
2019-04-23clk: fractional-divider: add explicit big endian supportJonas Gorski
2019-04-23clk: divider: add explicit big endian supportJonas Gorski
2019-04-19clk: Allow parents to be specified via clkspec indexStephen Boyd
2019-04-19clk: Allow parents to be specified without string namesStephen Boyd
2019-04-19clk: Add of_clk_hw_register() API for early clk driversStephen Boyd
2019-04-02clk: Drop duplicate clk_register() documentationStephen Boyd
2019-02-22clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki
2019-01-24clk: Remove 'flags' member of struct clk_fixed_rateStephen Boyd
2019-01-24clk: Document CLK_MUX_READ_ONLY mux flagStephen Boyd
2019-01-24clk: Document deprecated thingsStephen Boyd
2019-01-24clk: Collapse gpio clk kerneldocStephen Boyd