aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-30clk: core: Force setting the phase delay when no changeJean-Francois Moine1-5/+0
2016-08-26clk: Simplify __of_clk_get_hw_from_provider()Stephen Boyd1-11/+6
2016-08-15clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd1-4/+5
2016-08-12clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada1-1/+1
2016-08-12clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado1-0/+4
2016-08-11clk: migrate ref counts when orphans are reunitedMichael Turquette1-2/+10
2016-07-01clk: core: support clocks which requires parents enable (part 2)Dong Aisheng1-15/+33
2016-07-01clk: core: support clocks which requires parents enable (part 1)Dong Aisheng1-0/+5
2016-07-01clk: move clk_disable_unused after clk_core_disable_unprepare functionDong Aisheng1-98/+98
2016-07-01clk: introduce clk_core_enable_lock and clk_core_disable_lock functionsDong Aisheng1-22/+63
2016-06-20clk: correct comments for __clk_determine_ratePeng Fan1-3/+1
2016-06-20clk: Remove unused variableLee Jones1-2/+1
2016-06-16Merge commit 'f17a0dd1c2e0' into clk-nextMichael Turquette1-4/+4
2016-06-15clk: Use _rcuidle suffix to allow clk_core_enable() to used from idlePaul E. McKenney1-2/+2
2016-06-15clk: Add _rcuidle tracepoints to allow clk_core_disable() use from idlePaul E. McKenney1-2/+2
2016-05-19clk: fix critical clock lockingMaxime Ripard1-0/+5
2016-05-02clk: fix comment of devm_clk_hw_register()Masahiro Yamada1-1/+1
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd1-4/+167
2016-04-19clk: Add clk_hw OF clk providersStephen Boyd1-4/+81
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd1-0/+86
2016-04-09clk: Provide OF helper to mark clocks as CRITICALLee Jones1-0/+35
2016-04-09clk: WARN_ON about to disable a critical clockLee Jones1-0/+6
2016-04-09clk: Allow clocks to be marked as CRITICALLee Jones1-0/+5
2016-02-26clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd1-2/+14
2016-02-26clk: Ignore disabled DT clock providersGeert Uytterhoeven1-0/+3
2016-02-25clk: skip unnecessary set_phase if nothing to doShawn Lin1-0/+5
2016-02-22clk: Update some outdated commentsStephen Boyd1-3/+3
2016-02-22Revert "clk: avoid circular clock topology"Stephen Boyd1-40/+0
2016-02-17clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis1-0/+1
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada1-1/+1
2016-02-06clk: Deprecate CLK_IS_ROOTStephen Boyd1-3/+3
2016-02-02clk: unlock for handling unregistered clockInsu Yun1-2/+2
2016-02-02clk: slightly optimize clk_core_set_parent()Masahiro Yamada1-1/+1
2016-02-02clk: simplify clk_fetch_parent_index() functionMasahiro Yamada1-16/+2
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada1-0/+3
2016-02-02clk: walk the orphan clock list more simplyMasahiro Yamada1-15/+6
2016-02-02clk: avoid circular clock topologyMasahiro Yamada1-0/+40
2016-02-02clk: simplify __clk_init_parent()Masahiro Yamada1-34/+4
2016-02-02clk: move checking .get_parent to __clk_core_init()Masahiro Yamada1-7/+7
2016-02-01clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada1-5/+5
2016-02-01clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada1-11/+0
2016-02-01clk: simplify clk_core_get_parent_by_index()Masahiro Yamada1-7/+6
2016-02-01clk: move core->parents allocation to clk_register()Masahiro Yamada1-32/+19
2016-02-01clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada1-4/+4
2016-02-01clk: remove unnecessary !core->parents conditionalMasahiro Yamada1-4/+1
2016-02-01clk: rename __clk_init() into __clk_core_init()Masahiro Yamada1-3/+3
2016-02-01clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada1-8/+5
2016-02-01clk: remove unused first argument of __clk_init()Masahiro Yamada1-3/+2
2015-12-23Merge branch 'clk-rockchip' into clk-nextMichael Turquette1-0/+18
2015-12-23clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner1-0/+18