Age | Commit message (Expand) | Author |
2020-03-25 | clk: Pass correct arguments to __clk_hw_register_gate() | Stephen Boyd |
2020-01-31 | Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '... | Stephen Boyd |
2020-01-31 | Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo... | Stephen Boyd |
2020-01-28 | clk: composite: add _register_composite_pdata() variants | Michael Walle |
2020-01-07 | clk: divider: Add support for specifying parents via DT/pointers | Stephen Boyd |
2020-01-06 | clk: gate: Add support for specifying parents via DT/pointers | Stephen Boyd |
2020-01-06 | clk: mux: Add support for specifying parents via DT/pointers | Stephen Boyd |
2020-01-06 | clk: fixed-rate: Document that accuracy isn't a rate | Stephen Boyd |
2020-01-06 | clk: fixed-rate: Add clk flags for parent accuracy | Stephen Boyd |
2020-01-05 | clk: fixed-rate: Add support for specifying parents via DT/pointers | Stephen Boyd |
2020-01-05 | clk: fixed-rate: Document accuracy member | Stephen Boyd |
2020-01-05 | clk: fixed-rate: Move to_clk_fixed_rate() to C file | Stephen Boyd |
2020-01-05 | clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy() | Stephen Boyd |
2020-01-05 | clk: gpio: Use DT way of specifying parents | Stephen Boyd |
2019-12-23 | clk: add terminate callback to clk_ops | Jerome Brunet |
2019-12-23 | clk: let init callback return an error code | Jerome Brunet |
2019-11-11 | clk: Add API to get index of the clock parent | Sowjanya Komatineni |
2019-09-19 | Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i... | Stephen Boyd |
2019-08-16 | clk: Overwrite clk_hw::init with NULL during clk_register() | Stephen Boyd |
2019-08-09 | clk: core: introduce clk_hw_set_parent() | Neil Armstrong |
2019-07-12 | Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl... | Stephen Boyd |
2019-07-12 | clk: consoldiate the __clk_get_hw() declarations | Stephen Rothwell |
2019-06-18 | clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parent | Chen-Yu Tsai |
2019-06-18 | clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw * | Chen-Yu Tsai |
2019-06-18 | clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parent | Chen-Yu Tsai |
2019-06-18 | clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_data | Chen-Yu Tsai |
2019-06-18 | clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_data | Chen-Yu Tsai |
2019-06-18 | clk: Add CLK_HW_INIT_* macros using .parent_hws | Chen-Yu Tsai |
2019-05-23 | clk: Unexport __clk_of_table | Stephen Boyd |
2019-05-23 | clk: Remove ifdef for COMMON_CLK in clk-provider.h | Stephen Boyd |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd |
2019-05-07 | Merge branch 'clk-parent-rewrite-1' into clk-next | Stephen Boyd |
2019-05-07 | Merge branch 'clk-ti' into clk-next | Stephen Boyd |
2019-05-07 | Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'... | Stephen Boyd |
2019-04-26 | clk: Remove CLK_IS_BASIC clk flag | Stephen Boyd |
2019-04-23 | clk: core: replace clk_{readl,writel} with {readl,writel} | Jonas Gorski |
2019-04-23 | clk: core: remove powerpc special handling | Jonas Gorski |
2019-04-23 | clk: mux: add explicit big endian support | Jonas Gorski |
2019-04-23 | clk: multiplier: add explicit big endian support | Jonas Gorski |
2019-04-23 | clk: gate: add explicit big endian support | Jonas Gorski |
2019-04-23 | clk: fractional-divider: add explicit big endian support | Jonas Gorski |
2019-04-23 | clk: divider: add explicit big endian support | Jonas Gorski |
2019-04-19 | clk: Allow parents to be specified via clkspec index | Stephen Boyd |
2019-04-19 | clk: Allow parents to be specified without string names | Stephen Boyd |
2019-04-19 | clk: Add of_clk_hw_register() API for early clk drivers | Stephen Boyd |
2019-04-02 | clk: Drop duplicate clk_register() documentation | Stephen Boyd |
2019-02-22 | clk: fractional-divider: check parent rate only if flag is set | Katsuhiro Suzuki |
2019-01-24 | clk: Remove 'flags' member of struct clk_fixed_rate | Stephen Boyd |
2019-01-24 | clk: Document CLK_MUX_READ_ONLY mux flag | Stephen Boyd |
2019-01-24 | clk: Document deprecated things | Stephen Boyd |