summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: only call get_parent if there is oneAlex Elder2013-09-091-1/+1
* clk: Move symbol export to proper locationThierry Reding2013-09-031-1/+1
* clk: fix new_parent dereference before null checkJames Hogan2013-08-301-6/+7
* clk: get matching entry under lock in of_clk_init()Alex Elder2013-08-271-2/+2
* clk: handle NULL struct clk gracefullyMike Turquette2013-08-211-1/+7
* clk: clk-mux: implement remuxing on set_rateJames Hogan2013-08-191-0/+49
* clk: add support for clock reparent on set_rateJames Hogan2013-08-191-46/+96
* clk: move some parent related functions upwardsJames Hogan2013-08-191-104/+104
* clk: abstract parent cacheJames Hogan2013-08-191-7/+14
* clk: fix typosPeter Meerwald2013-07-251-6/+7
* Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-031-51/+49
|\
| * clk: Always notify whole subtree when reparentingSoren Brinkmann2013-06-151-2/+1
| * clk: honor CLK_GET_RATE_NOCACHE in clk_set_ratePeter De Schrijver2013-06-111-1/+1
| * clk: use clk_get_rate() for debugfsPeter De Schrijver2013-06-111-2/+2
| * clk: Disable unused clocks after deferred probing is doneSaravana Kannan2013-05-291-1/+1
| * clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan2013-05-281-45/+44
* | clk: remove notifier from list before freeing itLai Jiangshan2013-06-061-0/+1
|/
* clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson2013-04-271-0/+13
* clk: export __clk_get_flags for modular clock providersSebastian Hesselbarth2013-04-151-0/+1
* clk: Properly handle notifier return valuesSoren Brinkmann2013-04-101-5/+5
* clk: Fixup locking issues for clk_set_parentUlf Hansson2013-04-081-15/+52
* clk: Fixup errorhandling for clk_set_parentUlf Hansson2013-04-081-20/+36
* clk: Restructure code for __clk_reparentUlf Hansson2013-04-081-28/+42
* clk: allow reentrant calls into the clk frameworkMike Turquette2013-04-021-2/+42
* clk: abstract locking out into helper functionsMike Turquette2013-04-021-38/+61
* clk: Fix incorrect return type in clk.cSachin Kamat2013-03-221-1/+1
* clk: Introduce optional unprepare_unused callbackUlf Hansson2013-03-191-2/+5
* clk: Unprepare the unused prepared slow clocks at late initUlf Hansson2013-03-191-0/+28
* clk: Introduce optional is_prepared callbackUlf Hansson2013-03-191-0/+21
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-37/+22
* clk: add common of_clk_init() functionPrashant Gaikwad2013-01-241-0/+9
* clk: Deduplicate exit code in clk_set_rateNestor Ovroy2013-01-211-3/+0
* clk: JSON debugfs clock tree summaryPrashant Gaikwad2013-01-111-0/+75
* clk: human-readable debugfs clock tree summaryPrashant Gaikwad2013-01-111-0/+67
* clk: export __clk_get_name for re-use in imx-ipu-v3 and othersNiels de Vos2013-01-111-0/+1
* clk: Don't mark shared helper functions as inlineRuss Dill2013-01-111-7/+7
* clk: introduce optional disable_unused callbackMike Turquette2012-12-101-2/+11
* clk: clock multiplexers may register out of orderMartin Fuzzey2012-11-261-1/+9
* clk: Add devm_clk_{register,unregister}()Stephen Boyd2012-10-291-21/+90
* clk: Don't return negative numbers for unsigned values with !clkStephen Boyd2012-10-291-10/+10
* clk: add of_clk_src_onecell_get() supportShawn Guo2012-09-071-0/+14
* clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson2012-09-061-19/+24
* clk: validate pointer in __clk_disable()Fengguang Wu2012-07-301-0/+3
* clk: add DT clock binding supportGrant Likely2012-07-111-0/+140
* clk: cache parent clocks only for muxesRajendra Nayak2012-07-111-2/+2
* clk: fix parent validation in __clk_set_parent()Rajendra Nayak2012-07-031-15/+13
* clk: Check parent for NULL in clk_change_ratePawel Moll2012-06-251-4/+7
* clk: Allow late cache allocation for clk->parentsRajendra Nayak2012-06-251-5/+10
* clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Saravana Kannan2012-05-151-1/+1
* clk: Provide dummy clk_unregister()Mark Brown2012-05-151-0/+9
OpenPOWER on IntegriCloud