summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring
2017-04-21clk: Improve a size determination in two functionsMarkus Elfring
2017-04-21clk: Replace four seq_printf() calls by seq_putc()Markus Elfring
2017-04-12clk: aggregate return codes of notify chainsPeter De Schrijver
2017-04-12clk: add clk_possible_parents debugfs filePeter De Schrijver
2017-03-07clk: core: Copy connection idLeonard Crestez
2016-08-30clk: core: Force setting the phase delay when no changeJean-Francois Moine
2016-08-26clk: Simplify __of_clk_get_hw_from_provider()Stephen Boyd
2016-08-15clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd
2016-08-12clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada
2016-08-12clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado
2016-08-11clk: migrate ref counts when orphans are reunitedMichael Turquette
2016-07-01clk: core: support clocks which requires parents enable (part 2)Dong Aisheng
2016-07-01clk: core: support clocks which requires parents enable (part 1)Dong Aisheng
2016-07-01clk: move clk_disable_unused after clk_core_disable_unprepare functionDong Aisheng
2016-07-01clk: introduce clk_core_enable_lock and clk_core_disable_lock functionsDong Aisheng
2016-06-20clk: correct comments for __clk_determine_ratePeng Fan
2016-06-20clk: Remove unused variableLee Jones
2016-06-16Merge commit 'f17a0dd1c2e0' into clk-nextMichael Turquette
2016-06-15clk: Use _rcuidle suffix to allow clk_core_enable() to used from idlePaul E. McKenney
2016-06-15clk: Add _rcuidle tracepoints to allow clk_core_disable() use from idlePaul E. McKenney
2016-05-19clk: fix critical clock lockingMaxime Ripard
2016-05-02clk: fix comment of devm_clk_hw_register()Masahiro Yamada
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd
2016-04-19clk: Add clk_hw OF clk providersStephen Boyd
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd
2016-04-09clk: Provide OF helper to mark clocks as CRITICALLee Jones
2016-04-09clk: WARN_ON about to disable a critical clockLee Jones
2016-04-09clk: Allow clocks to be marked as CRITICALLee Jones
2016-02-26clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd
2016-02-26clk: Ignore disabled DT clock providersGeert Uytterhoeven
2016-02-25clk: skip unnecessary set_phase if nothing to doShawn Lin
2016-02-22clk: Update some outdated commentsStephen Boyd
2016-02-22Revert "clk: avoid circular clock topology"Stephen Boyd
2016-02-17clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada
2016-02-06clk: Deprecate CLK_IS_ROOTStephen Boyd
2016-02-02clk: unlock for handling unregistered clockInsu Yun
2016-02-02clk: slightly optimize clk_core_set_parent()Masahiro Yamada
2016-02-02clk: simplify clk_fetch_parent_index() functionMasahiro Yamada
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada
2016-02-02clk: walk the orphan clock list more simplyMasahiro Yamada
2016-02-02clk: avoid circular clock topologyMasahiro Yamada
2016-02-02clk: simplify __clk_init_parent()Masahiro Yamada
2016-02-02clk: move checking .get_parent to __clk_core_init()Masahiro Yamada
2016-02-01clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada
2016-02-01clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada
2016-02-01clk: simplify clk_core_get_parent_by_index()Masahiro Yamada
2016-02-01clk: move core->parents allocation to clk_register()Masahiro Yamada
2016-02-01clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada