summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: correct comments for __clk_determine_ratePeng Fan2016-06-201-3/+1
* clk: Remove unused variableLee Jones2016-06-201-2/+1
* Merge commit 'f17a0dd1c2e0' into clk-nextMichael Turquette2016-06-161-4/+4
|\
| * clk: Use _rcuidle suffix to allow clk_core_enable() to used from idlePaul E. McKenney2016-06-151-2/+2
| * clk: Add _rcuidle tracepoints to allow clk_core_disable() use from idlePaul E. McKenney2016-06-151-2/+2
* | clk: fix critical clock lockingMaxime Ripard2016-05-191-0/+5
* | clk: fix comment of devm_clk_hw_register()Masahiro Yamada2016-05-021-1/+1
* | Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd2016-04-211-4/+167
|\ \
| * | clk: Add clk_hw OF clk providersStephen Boyd2016-04-191-4/+81
| * | clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd2016-04-191-0/+86
| |/
* | clk: Provide OF helper to mark clocks as CRITICALLee Jones2016-04-091-0/+35
* | clk: WARN_ON about to disable a critical clockLee Jones2016-04-091-0/+6
* | clk: Allow clocks to be marked as CRITICALLee Jones2016-04-091-0/+5
|/
* clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd2016-02-261-2/+14
* clk: Ignore disabled DT clock providersGeert Uytterhoeven2016-02-261-0/+3
* clk: skip unnecessary set_phase if nothing to doShawn Lin2016-02-251-0/+5
* clk: Update some outdated commentsStephen Boyd2016-02-221-3/+3
* Revert "clk: avoid circular clock topology"Stephen Boyd2016-02-221-40/+0
* clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis2016-02-171-0/+1
* clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada2016-02-091-1/+1
* clk: Deprecate CLK_IS_ROOTStephen Boyd2016-02-061-3/+3
* clk: unlock for handling unregistered clockInsu Yun2016-02-021-2/+2
* clk: slightly optimize clk_core_set_parent()Masahiro Yamada2016-02-021-1/+1
* clk: simplify clk_fetch_parent_index() functionMasahiro Yamada2016-02-021-16/+2
* clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada2016-02-021-0/+3
* clk: walk the orphan clock list more simplyMasahiro Yamada2016-02-021-15/+6
* clk: avoid circular clock topologyMasahiro Yamada2016-02-021-0/+40
* clk: simplify __clk_init_parent()Masahiro Yamada2016-02-021-34/+4
* clk: move checking .get_parent to __clk_core_init()Masahiro Yamada2016-02-021-7/+7
* clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada2016-02-011-5/+5
* clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada2016-02-011-11/+0
* clk: simplify clk_core_get_parent_by_index()Masahiro Yamada2016-02-011-7/+6
* clk: move core->parents allocation to clk_register()Masahiro Yamada2016-02-011-32/+19
* clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada2016-02-011-4/+4
* clk: remove unnecessary !core->parents conditionalMasahiro Yamada2016-02-011-4/+1
* clk: rename __clk_init() into __clk_core_init()Masahiro Yamada2016-02-011-3/+3
* clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada2016-02-011-8/+5
* clk: remove unused first argument of __clk_init()Masahiro Yamada2016-02-011-3/+2
* Merge branch 'clk-rockchip' into clk-nextMichael Turquette2015-12-231-0/+18
|\
| * clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner2015-12-231-0/+18
* | clk: let of_clk_get_parent_name() fail for invalid clock-indicesMasahiro Yamada2015-12-021-0/+3
* | clk: fix a typo in comment block of clk_notifier_register()Masahiro Yamada2015-11-301-4/+3
* | clk: Spelling s/derefing/dereferencing/Geert Uytterhoeven2015-11-201-1/+1
* | clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)Masahiro Yamada2015-11-201-1/+1
* | clk: remove redundant negative index check in of_clk_get_parent_name()Masahiro Yamada2015-11-201-3/+0
|/
* clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood2015-10-261-0/+5
* clk: add missing of_node_putJulia Lawall2015-10-211-1/+4
* clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven2015-10-161-1/+1
* clk: Use %u to format unsigned int in of_clk_src_onecell_get()Geert Uytterhoeven2015-10-161-1/+1
* clk: Make of_clk_get_parent_name() robust with #clock-cells = 1Stephen Boyd2015-10-151-2/+20