summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
Commit message (Expand)AuthorAge
* clk: core: support clocks which requires parents enable (part 1)Dong Aisheng2016-07-01
* Merge branch 'clk-hw-unregister-fixed-rate' into clk-nextStephen Boyd2016-06-30
|\
| * clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada2016-06-30
* | clk: Remove CLK_IS_ROOT flagStephen Boyd2016-06-01
|/
* Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd2016-04-21
|\
| * clk: fixed-rate: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: gpio: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: composite: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: fractional-divider: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: fixed-factor: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: mux: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: gate: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: divider: Add hw based registration APIsStephen Boyd2016-04-19
| * clk: Add clk_hw OF clk providersStephen Boyd2016-04-19
| * clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd2016-04-19
* | Merge branch 'clk-composite-unregister' into clk-nextStephen Boyd2016-04-21
|\ \
| * | clk: composite: Add unregister functionMaxime Ripard2016-04-21
| |/
* | clk: Provide OF helper to mark clocks as CRITICALLee Jones2016-04-09
* | clk: Allow clocks to be marked as CRITICALLee Jones2016-04-09
|/
* clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd2016-02-26
* clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypesStephen Boyd2016-02-06
* clk: Deprecate CLK_IS_ROOTStephen Boyd2016-02-06
* clk: add clk_unregister_fixed_rate()Masahiro Yamada2016-01-29
* clk: add clk_unregister_fixed_factor()Masahiro Yamada2016-01-29
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-29
* clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner2016-01-29
* Merge branch 'clk-rockchip' into clk-nextMichael Turquette2015-12-23
|\
| * clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner2015-12-23
* | clk: Use static inline functions instead of macros for dummiesGeert Uytterhoeven2015-11-20
* | clk: fix a typo in comment block of struct clk_rate_requestMasahiro Yamada2015-11-20
|/
* clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood2015-10-26
* clk: Add stubs for of_clk_*() APIs when CONFIG_OF=nStephen Boyd2015-10-26
* clk: Remove clk_{register,unregister}_multiplier()Stephen Boyd2015-10-23
* Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2015-10-21
|\
| * clk: Add a basic multiplier clockMaxime Ripard2015-10-21
* | clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven2015-10-16
* | clk: fractional-divider: keep mwidth and nwidth internallyAndy Shevchenko2015-10-02
|/
* clk: Constify clk_hw argument to provider APIsStephen Boyd2015-08-24
* clk: Remove unused provider APIsStephen Boyd2015-08-24
* clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd2015-08-24
* clk: gpio: Mark parent_names array constStephen Boyd2015-07-28
* clk: allow a clk divider with max divisor when zeroJim Quinlan2015-07-28
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-28
|\
| * clk: Remove clk.h from clk-provider.hStephen Boyd2015-07-20
* | clk: Allow providers to configure min/max ratesStephen Boyd2015-07-28
* | Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-28
|\ \
| * | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-27
| |/
* | clk: add gpio controlled clock multiplexerSergej Sawazki2015-07-06
|/
* Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette2015-06-20
|\
| * clk: Expose clk_hw_reparent() to providersTomeu Vizoso2015-05-13