Age | Commit message (Expand) | Author | Files | Lines |
2016-10-18 | clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER function | Shawn Guo | 1 | -1/+1 |
2016-09-24 | clk: change the type of clk_hw_onecell_data.num to unsigned int | Masahiro Yamada | 1 | -1/+1 |
2016-08-26 | clk: return unsigned int in dummy non-OF of_clk_get_parent_count() | Rafał Miłecki | 1 | -1/+1 |
2016-08-13 | clk: core: New macro CLK_OF_DECLARE_DRIVER | Ricardo Ribalda Delgado | 1 | -0/+12 |
2016-07-02 | clk: core: support clocks which requires parents enable (part 1) | Dong Aisheng | 1 | -0/+2 |
2016-06-30 | Merge branch 'clk-hw-unregister-fixed-rate' into clk-next | Stephen Boyd | 1 | -0/+1 |
2016-06-30 | clk: fixed-rate: add clk_hw_unregister_fixed_rate() | Masahiro Yamada | 1 | -0/+1 |
2016-06-02 | clk: Remove CLK_IS_ROOT flag | Stephen Boyd | 1 | -1/+1 |
2016-04-22 | Merge branch 'clk-hw-register' (early part) into clk-next | Stephen Boyd | 1 | -0/+93 |
2016-04-22 | Merge branch 'clk-composite-unregister' into clk-next | Stephen Boyd | 1 | -0/+1 |
2016-04-22 | clk: composite: Add unregister function | Maxime Ripard | 1 | -0/+1 |
2016-04-20 | clk: fixed-rate: Add hw based registration APIs | Stephen Boyd | 1 | -0/+7 |
2016-04-20 | clk: gpio: Add hw based registration APIs | Stephen Boyd | 1 | -0/+8 |
2016-04-20 | clk: composite: Add hw based registration APIs | Stephen Boyd | 1 | -0/+7 |
2016-04-20 | clk: fractional-divider: Add hw based registration APIs | Stephen Boyd | 1 | -0/+5 |
2016-04-20 | clk: fixed-factor: Add hw based registration APIs | Stephen Boyd | 1 | -0/+4 |
2016-04-20 | clk: mux: Add hw based registration APIs | Stephen Boyd | 1 | -0/+11 |
2016-04-20 | clk: gate: Add hw based registration APIs | Stephen Boyd | 1 | -0/+5 |
2016-04-20 | clk: divider: Add hw based registration APIs | Stephen Boyd | 1 | -0/+10 |
2016-04-20 | clk: Add clk_hw OF clk providers | Stephen Boyd | 1 | -0/+30 |
2016-04-20 | clk: Add {devm_}clk_hw_{register,unregister}() APIs | Stephen Boyd | 1 | -0/+6 |
2016-04-09 | clk: Provide OF helper to mark clocks as CRITICAL | Lee Jones | 1 | -1/+7 |
2016-04-09 | clk: Allow clocks to be marked as CRITICAL | Lee Jones | 1 | -0/+1 |
2016-02-27 | clk: Make of_clk_get_parent_count() return unsigned ints | Stephen Boyd | 1 | -1/+1 |
2016-02-07 | clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypes | Stephen Boyd | 1 | -4/+0 |
2016-02-07 | clk: Deprecate CLK_IS_ROOT | Stephen Boyd | 1 | -1/+1 |
2016-01-30 | clk: add clk_unregister_fixed_rate() | Masahiro Yamada | 1 | -1/+1 |
2016-01-30 | clk: add clk_unregister_fixed_factor() | Masahiro Yamada | 1 | -0/+1 |
2016-01-29 | clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h | Geliang Tang | 1 | -0/+18 |
2016-01-29 | clk-divider: make sure read-only dividers do not write to their register | Heiko Stuebner | 1 | -0/+1 |
2015-12-24 | Merge branch 'clk-rockchip' into clk-next | Michael Turquette | 1 | -0/+1 |
2015-12-23 | clk: add flag for clocks that need to be enabled on rate changes | Heiko Stuebner | 1 | -0/+1 |
2015-11-20 | clk: Use static inline functions instead of macros for dummies | Geert Uytterhoeven | 1 | -4/+2 |
2015-11-20 | clk: fix a typo in comment block of struct clk_rate_request | Masahiro Yamada | 1 | -1/+1 |
2015-10-26 | clk: Add clk_hw_is_enabled() for use by clk providers | Joachim Eastwood | 1 | -0/+1 |
2015-10-26 | clk: Add stubs for of_clk_*() APIs when CONFIG_OF=n | Stephen Boyd | 1 | -0/+9 |
2015-10-23 | clk: Remove clk_{register,unregister}_multiplier() | Stephen Boyd | 1 | -7/+0 |
2015-10-22 | Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern... | Stephen Boyd | 1 | -0/+42 |
2015-10-21 | clk: Add a basic multiplier clock | Maxime Ripard | 1 | -0/+42 |
2015-10-16 | clk: Make clk input parameter of __clk_get_name() const | Geert Uytterhoeven | 1 | -1/+1 |
2015-10-02 | clk: fractional-divider: keep mwidth and nwidth internally | Andy Shevchenko | 1 | -1/+2 |
2015-08-25 | clk: Constify clk_hw argument to provider APIs | Stephen Boyd | 1 | -7/+7 |
2015-08-25 | clk: Remove unused provider APIs | Stephen Boyd | 1 | -6/+0 |
2015-08-25 | clk: Add clk_hw_*() APIs for use by clk providers | Stephen Boyd | 1 | -0/+9 |
2015-07-28 | clk: gpio: Mark parent_names array const | Stephen Boyd | 1 | -1/+1 |
2015-07-28 | clk: allow a clk divider with max divisor when zero | Jim Quinlan | 1 | -0/+4 |
2015-07-28 | Merge branch 'cleanup-clk-h-includes' into clk-next | Stephen Boyd | 1 | -1/+1 |
2015-07-28 | clk: Allow providers to configure min/max rates | Stephen Boyd | 1 | -0/+2 |
2015-07-28 | Merge branch 'clk-determine-rate-struct' into clk-next | Stephen Boyd | 1 | -20/+29 |
2015-07-28 | clk: change clk_ops' ->determine_rate() prototype | Boris Brezillon | 1 | -20/+29 |