summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
Commit message (Expand)AuthorAge
* clk: divider: read-only divider can propagate rate changeJerome Brunet2018-03-12
* clk: fix mux clock documentationJerome Brunet2018-03-12
* clk: mux: add helper function for index/value translationJerome Brunet2018-03-12
* clk: divider: export clk_div_mask() helperJerome Brunet2018-03-12
*-. Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd2018-01-26
|\ \
| | * clk: Show symbolic clock flags in debugfsGeert Uytterhoeven2018-01-10
* | | Merge branch 'clk-divider-container' into clk-nextStephen Boyd2018-01-26
|\ \ \
| * | | clk: divider: fix incorrect usage of container_ofJerome Brunet2017-12-28
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and...Stephen Boyd2018-01-26
|\ \ \ \ | | |/ / | |_| / |/| |
| * | clk: move clock common macros out from vendor directoriesChunyan Zhang2017-12-21
| |/
* | clk: add clock protection mechanism to clk coreJerome Brunet2017-12-19
|/
* Merge branch 'clk-gpio' into clk-nextStephen Boyd2017-11-14
|\
| * clk: clk-gpio: Make GPIO clock provider use descriptors onlyLinus Walleij2017-11-02
* | clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd2017-11-01
|/
* clk: gate: expose clk_gate_ops::is_enabledGabriel Fernandez2017-08-31
* clk: fractional-divider: allow overriding of approximationElaine Zhang2017-08-08
* clk: divider: Make divider_round_rate take the parent clockMaxime Ripard2017-06-07
* clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo2016-10-17
* clk: change the type of clk_hw_onecell_data.num to unsigned intMasahiro Yamada2016-09-23
* clk: return unsigned int in dummy non-OF of_clk_get_parent_count()Rafał Miłecki2016-08-26
* clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-12
* 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