aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-21clk: Improve a size determination in two functionsGravatar Markus Elfring 1-2/+2
2017-04-21clk: Replace four seq_printf() calls by seq_putc()Gravatar Markus Elfring 1-5/+4
2017-04-12clk: aggregate return codes of notify chainsGravatar Peter De Schrijver 1-0/+2
2017-04-12clk: add clk_possible_parents debugfs fileGravatar Peter De Schrijver 1-0/+32
2017-03-07clk: core: Copy connection idGravatar Leonard Crestez 1-1/+2
2016-08-30clk: core: Force setting the phase delay when no changeGravatar Jean-Francois Moine 1-5/+0
2016-08-26clk: Simplify __of_clk_get_hw_from_provider()Gravatar Stephen Boyd 1-11/+6
2016-08-15clk: Return errors from clk providers in __of_clk_get_from_provider()Gravatar Stephen Boyd 1-4/+5
2016-08-12clk: use ERR_CAST() for __clk_create_clk()Gravatar Masahiro Yamada 1-1/+1
2016-08-12clk: core: Avoid double initialization of clocksGravatar Ricardo Ribalda Delgado 1-0/+4
2016-08-11clk: migrate ref counts when orphans are reunitedGravatar Michael Turquette 1-2/+10
2016-07-01clk: core: support clocks which requires parents enable (part 2)Gravatar Dong Aisheng 1-15/+33
2016-07-01clk: core: support clocks which requires parents enable (part 1)Gravatar Dong Aisheng 1-0/+5
2016-07-01clk: move clk_disable_unused after clk_core_disable_unprepare functionGravatar Dong Aisheng 1-98/+98
2016-07-01clk: introduce clk_core_enable_lock and clk_core_disable_lock functionsGravatar Dong Aisheng 1-22/+63
2016-06-20clk: correct comments for __clk_determine_rateGravatar Peng Fan 1-3/+1
2016-06-20clk: Remove unused variableGravatar Lee Jones 1-2/+1
2016-06-16Merge commit 'f17a0dd1c2e0' into clk-nextGravatar Michael Turquette 1-4/+4
2016-06-15clk: Use _rcuidle suffix to allow clk_core_enable() to used from idleGravatar Paul E. McKenney 1-2/+2
2016-06-15clk: Add _rcuidle tracepoints to allow clk_core_disable() use from idleGravatar Paul E. McKenney 1-2/+2
2016-05-19clk: fix critical clock lockingGravatar Maxime Ripard 1-0/+5
2016-05-02clk: fix comment of devm_clk_hw_register()Gravatar Masahiro Yamada 1-1/+1
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextGravatar Stephen Boyd 1-4/+167
2016-04-19clk: Add clk_hw OF clk providersGravatar Stephen Boyd 1-4/+81
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsGravatar Stephen Boyd 1-0/+86
2016-04-09clk: Provide OF helper to mark clocks as CRITICALGravatar Lee Jones 1-0/+35
2016-04-09clk: WARN_ON about to disable a critical clockGravatar Lee Jones 1-0/+6
2016-04-09clk: Allow clocks to be marked as CRITICALGravatar Lee Jones 1-0/+5
2016-02-26clk: Make of_clk_get_parent_count() return unsigned intsGravatar Stephen Boyd 1-2/+14
2016-02-26clk: Ignore disabled DT clock providersGravatar Geert Uytterhoeven 1-0/+3
2016-02-25clk: skip unnecessary set_phase if nothing to doGravatar Shawn Lin 1-0/+5
2016-02-22clk: Update some outdated commentsGravatar Stephen Boyd 1-3/+3
2016-02-22Revert "clk: avoid circular clock topology"Gravatar Stephen Boyd 1-40/+0
2016-02-17clk: Make of_clk_get_from_provider() available to modulesGravatar Andrew F. Davis 1-0/+1
2016-02-09clk: fix __clk_init_parent() for single parent clocksGravatar Masahiro Yamada 1-1/+1
2016-02-06clk: Deprecate CLK_IS_ROOTGravatar Stephen Boyd 1-3/+3
2016-02-02clk: unlock for handling unregistered clockGravatar Insu Yun 1-2/+2
2016-02-02clk: slightly optimize clk_core_set_parent()Gravatar Masahiro Yamada 1-1/+1
2016-02-02clk: simplify clk_fetch_parent_index() functionGravatar Masahiro Yamada 1-16/+2
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Gravatar Masahiro Yamada 1-0/+3
2016-02-02clk: walk the orphan clock list more simplyGravatar Masahiro Yamada 1-15/+6
2016-02-02clk: avoid circular clock topologyGravatar Masahiro Yamada 1-0/+40
2016-02-02clk: simplify __clk_init_parent()Gravatar Masahiro Yamada 1-34/+4
2016-02-02clk: move checking .get_parent to __clk_core_init()Gravatar Masahiro Yamada 1-7/+7
2016-02-01clk: replace pr_warn() with pr_err() for fatal casesGravatar Masahiro Yamada 1-5/+5
2016-02-01clk: drop the initial core->parents look-ups from __clk_core_init()Gravatar Masahiro Yamada 1-11/+0
2016-02-01clk: simplify clk_core_get_parent_by_index()Gravatar Masahiro Yamada 1-7/+6
2016-02-01clk: move core->parents allocation to clk_register()Gravatar Masahiro Yamada 1-32/+19
2016-02-01clk: change sizeof(struct clk *) to sizeof(*core->parents)Gravatar Masahiro Yamada 1-4/+4
2016-02-01clk: remove unnecessary !core->parents conditionalGravatar Masahiro Yamada 1-4/+1