summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
Commit message (Expand)AuthorAgeFilesLines
* clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo2016-10-171-1/+1
* clk: change the type of clk_hw_onecell_data.num to unsigned intMasahiro Yamada2016-09-231-1/+1
* clk: return unsigned int in dummy non-OF of_clk_get_parent_count()Rafał Miłecki2016-08-261-1/+1
* clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-121-0/+12
* clk: core: support clocks which requires parents enable (part 1)Dong Aisheng2016-07-011-0/+2
* Merge branch 'clk-hw-unregister-fixed-rate' into clk-nextStephen Boyd2016-06-301-0/+1
|\
| * clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada2016-06-301-0/+1
* | clk: Remove CLK_IS_ROOT flagStephen Boyd2016-06-011-1/+1
|/
* Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd2016-04-211-0/+93
|\
| * clk: fixed-rate: Add hw based registration APIsStephen Boyd2016-04-191-0/+7
| * clk: gpio: Add hw based registration APIsStephen Boyd2016-04-191-0/+8
| * clk: composite: Add hw based registration APIsStephen Boyd2016-04-191-0/+7
| * clk: fractional-divider: Add hw based registration APIsStephen Boyd2016-04-191-0/+5
| * clk: fixed-factor: Add hw based registration APIsStephen Boyd2016-04-191-0/+4
| * clk: mux: Add hw based registration APIsStephen Boyd2016-04-191-0/+11
| * clk: gate: Add hw based registration APIsStephen Boyd2016-04-191-0/+5
| * clk: divider: Add hw based registration APIsStephen Boyd2016-04-191-0/+10
| * clk: Add clk_hw OF clk providersStephen Boyd2016-04-191-0/+30
| * clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd2016-04-191-0/+6
* | Merge branch 'clk-composite-unregister' into clk-nextStephen Boyd2016-04-211-0/+1
|\ \
| * | clk: composite: Add unregister functionMaxime Ripard2016-04-211-0/+1
| |/
* | clk: Provide OF helper to mark clocks as CRITICALLee Jones2016-04-091-1/+7
* | clk: Allow clocks to be marked as CRITICALLee Jones2016-04-091-0/+1
|/
* clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd2016-02-261-1/+1
* clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypesStephen Boyd2016-02-061-4/+0
* clk: Deprecate CLK_IS_ROOTStephen Boyd2016-02-061-1/+1
* clk: add clk_unregister_fixed_rate()Masahiro Yamada2016-01-291-1/+1
* clk: add clk_unregister_fixed_factor()Masahiro Yamada2016-01-291-0/+1
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-0/+18
* clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner2016-01-291-0/+1
* Merge branch 'clk-rockchip' into clk-nextMichael Turquette2015-12-231-0/+1
|\
| * clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner2015-12-231-0/+1
* | clk: Use static inline functions instead of macros for dummiesGeert Uytterhoeven2015-11-201-4/+2
* | clk: fix a typo in comment block of struct clk_rate_requestMasahiro Yamada2015-11-201-1/+1
|/
* clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood2015-10-261-0/+1
* clk: Add stubs for of_clk_*() APIs when CONFIG_OF=nStephen Boyd2015-10-261-0/+9
* clk: Remove clk_{register,unregister}_multiplier()Stephen Boyd2015-10-231-7/+0
* Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2015-10-211-0/+42
|\
| * clk: Add a basic multiplier clockMaxime Ripard2015-10-211-0/+42
* | clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven2015-10-161-1/+1
* | clk: fractional-divider: keep mwidth and nwidth internallyAndy Shevchenko2015-10-021-1/+2
|/
* clk: Constify clk_hw argument to provider APIsStephen Boyd2015-08-241-7/+7
* clk: Remove unused provider APIsStephen Boyd2015-08-241-6/+0
* clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd2015-08-241-0/+9
* clk: gpio: Mark parent_names array constStephen Boyd2015-07-281-1/+1
* clk: allow a clk divider with max divisor when zeroJim Quinlan2015-07-281-0/+4
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-1/+1
|\
| * clk: Remove clk.h from clk-provider.hStephen Boyd2015-07-201-1/+1
* | clk: Allow providers to configure min/max ratesStephen Boyd2015-07-281-0/+2
* | Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-281-20/+29
|\ \