Age | Commit message (Expand) | Author | Files | Lines |
2021-02-14 | clk: fixed: add devm helper for clk_hw_register_fixed_factor() | Daniel Palmer | 1 | -1/+3 |
2020-12-21 | Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '... | Stephen Boyd | 1 | -0/+34 |
2020-12-08 | clk: divider: add devm_clk_hw_register_divider_table() | Michael Walle | 1 | -0/+27 |
2020-12-08 | clk: composite: add devm_clk_hw_register_composite_pdata() | Michael Walle | 1 | -0/+7 |
2020-11-14 | clk: add api to get clk consumer from clk_hw | Jerome Brunet | 1 | -0/+5 |
2020-08-04 | Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c... | Stephen Boyd | 1 | -1/+0 |
2020-08-03 | clk: drop unused function __clk_get_flags | Julia Lawall | 1 | -1/+0 |
2020-07-21 | clk: <linux/clk-provider.h>: drop a duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-03-26 | clk: Pass correct arguments to __clk_hw_register_gate() | Stephen Boyd | 1 | -5/+5 |
2020-02-01 | Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '... | Stephen Boyd | 1 | -0/+13 |
2020-02-01 | Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo... | Stephen Boyd | 1 | -82/+336 |
2020-01-29 | clk: composite: add _register_composite_pdata() variants | Michael Walle | 1 | -0/+13 |
2020-01-08 | clk: divider: Add support for specifying parents via DT/pointers | Stephen Boyd | 1 | -13/+142 |
2020-01-07 | clk: gate: Add support for specifying parents via DT/pointers | Stephen Boyd | 1 | -3/+56 |
2020-01-07 | clk: mux: Add support for specifying parents via DT/pointers | Stephen Boyd | 1 | -18/+38 |
2020-01-07 | clk: fixed-rate: Document that accuracy isn't a rate | Stephen Boyd | 1 | -1/+1 |
2020-01-07 | clk: fixed-rate: Add clk flags for parent accuracy | Stephen Boyd | 1 | -0/+6 |
2020-01-06 | clk: fixed-rate: Add support for specifying parents via DT/pointers | Stephen Boyd | 1 | -6/+94 |
2020-01-06 | clk: fixed-rate: Document accuracy member | Stephen Boyd | 1 | -0/+1 |
2020-01-06 | clk: fixed-rate: Move to_clk_fixed_rate() to C file | Stephen Boyd | 1 | -2/+0 |
2020-01-06 | clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy() | Stephen Boyd | 1 | -3/+0 |
2020-01-06 | clk: gpio: Use DT way of specifying parents | Stephen Boyd | 1 | -38/+0 |
2019-12-24 | clk: add terminate callback to clk_ops | Jerome Brunet | 1 | -0/+3 |
2019-12-24 | clk: let init callback return an error code | Jerome Brunet | 1 | -3/+7 |
2019-11-11 | clk: Add API to get index of the clock parent | Sowjanya Komatineni | 1 | -0/+1 |
2019-09-20 | Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i... | Stephen Boyd | 1 | -1/+2 |
2019-08-16 | clk: Overwrite clk_hw::init with NULL during clk_register() | Stephen Boyd | 1 | -1/+2 |
2019-08-09 | clk: core: introduce clk_hw_set_parent() | Neil Armstrong | 1 | -0/+1 |
2019-07-12 | Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl... | Stephen Boyd | 1 | -7/+7 |
2019-07-12 | clk: consoldiate the __clk_get_hw() declarations | Stephen Rothwell | 1 | -0/+7 |
2019-06-18 | clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parent | Chen-Yu Tsai | 1 | -0/+11 |
2019-06-18 | clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw * | Chen-Yu Tsai | 1 | -0/+15 |
2019-06-18 | clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parent | Chen-Yu Tsai | 1 | -0/+11 |
2019-06-18 | clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_data | Chen-Yu Tsai | 1 | -0/+9 |
2019-06-18 | clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_data | Chen-Yu Tsai | 1 | -0/+11 |
2019-06-18 | clk: Add CLK_HW_INIT_* macros using .parent_hws | Chen-Yu Tsai | 1 | -0/+32 |
2019-05-24 | clk: Unexport __clk_of_table | Stephen Boyd | 1 | -4/+0 |
2019-05-24 | clk: Remove ifdef for COMMON_CLK in clk-provider.h | Stephen Boyd | 1 | -3/+0 |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 1 | -1/+0 |
2019-05-07 | Merge branch 'clk-parent-rewrite-1' into clk-next | Stephen Boyd | 1 | -0/+22 |
2019-05-07 | Merge branch 'clk-ti' into clk-next | Stephen Boyd | 1 | -1/+1 |
2019-05-07 | Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'... | Stephen Boyd | 1 | -59/+31 |
2019-04-26 | clk: Remove CLK_IS_BASIC clk flag | Stephen Boyd | 1 | -1/+1 |
2019-04-23 | clk: core: replace clk_{readl,writel} with {readl,writel} | Jonas Gorski | 1 | -15/+0 |
2019-04-23 | clk: core: remove powerpc special handling | Jonas Gorski | 1 | -16/+0 |
2019-04-23 | clk: mux: add explicit big endian support | Jonas Gorski | 1 | -0/+4 |
2019-04-23 | clk: multiplier: add explicit big endian support | Jonas Gorski | 1 | -0/+4 |
2019-04-23 | clk: gate: add explicit big endian support | Jonas Gorski | 1 | -0/+4 |
2019-04-23 | clk: fractional-divider: add explicit big endian support | Jonas Gorski | 1 | -0/+4 |
2019-04-23 | clk: divider: add explicit big endian support | Jonas Gorski | 1 | -0/+4 |