aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-51/+49
2013-06-15clk: Always notify whole subtree when reparentingSoren Brinkmann1-2/+1
2013-06-11clk: honor CLK_GET_RATE_NOCACHE in clk_set_ratePeter De Schrijver1-1/+1
2013-06-11clk: use clk_get_rate() for debugfsPeter De Schrijver1-2/+2
2013-06-06clk: remove notifier from list before freeing itLai Jiangshan1-0/+1
2013-05-29clk: Disable unused clocks after deferred probing is doneSaravana Kannan1-1/+1
2013-05-28clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan1-45/+44
2013-04-27clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson1-0/+13
2013-04-15clk: export __clk_get_flags for modular clock providersSebastian Hesselbarth1-0/+1
2013-04-10clk: Properly handle notifier return valuesSoren Brinkmann1-5/+5
2013-04-08clk: Fixup locking issues for clk_set_parentUlf Hansson1-15/+52
2013-04-08clk: Fixup errorhandling for clk_set_parentUlf Hansson1-20/+36
2013-04-08clk: Restructure code for __clk_reparentUlf Hansson1-28/+42
2013-04-02clk: allow reentrant calls into the clk frameworkMike Turquette1-2/+42
2013-04-02clk: abstract locking out into helper functionsMike Turquette1-38/+61
2013-03-22clk: Fix incorrect return type in clk.cSachin Kamat1-1/+1
2013-03-19clk: Introduce optional unprepare_unused callbackUlf Hansson1-2/+5
2013-03-19clk: Unprepare the unused prepared slow clocks at late initUlf Hansson1-0/+28
2013-03-19clk: Introduce optional is_prepared callbackUlf Hansson1-0/+21
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-37/+22
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad1-0/+9
2013-01-21clk: Deduplicate exit code in clk_set_rateNestor Ovroy1-3/+0
2013-01-11clk: JSON debugfs clock tree summaryPrashant Gaikwad1-0/+75
2013-01-11clk: human-readable debugfs clock tree summaryPrashant Gaikwad1-0/+67
2013-01-11clk: export __clk_get_name for re-use in imx-ipu-v3 and othersNiels de Vos1-0/+1
2013-01-11clk: Don't mark shared helper functions as inlineRuss Dill1-7/+7
2012-12-10clk: introduce optional disable_unused callbackMike Turquette1-2/+11
2012-11-26clk: clock multiplexers may register out of orderMartin Fuzzey1-1/+9
2012-10-29clk: Add devm_clk_{register,unregister}()Stephen Boyd1-21/+90
2012-10-29clk: Don't return negative numbers for unsigned values with !clkStephen Boyd1-10/+10
2012-09-07clk: add of_clk_src_onecell_get() supportShawn Guo1-0/+14
2012-09-06clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson1-19/+24
2012-07-30clk: validate pointer in __clk_disable()Fengguang Wu1-0/+3
2012-07-11clk: add DT clock binding supportGrant Likely1-0/+140
2012-07-11clk: cache parent clocks only for muxesRajendra Nayak1-2/+2
2012-07-03clk: fix parent validation in __clk_set_parent()Rajendra Nayak1-15/+13
2012-06-25clk: Check parent for NULL in clk_change_ratePawel Moll1-4/+7
2012-06-25clk: Allow late cache allocation for clk->parentsRajendra Nayak1-5/+10
2012-05-15clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Saravana Kannan1-1/+1
2012-05-15clk: Provide dummy clk_unregister()Mark Brown1-0/+9
2012-05-08clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette1-2/+0
2012-05-08clk: prevent spurious parent rate propagationMike Turquette1-1/+6
2012-05-01clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar1-0/+5
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan1-35/+54
2012-04-24clk: Don't set clk->new_rate twiceViresh Kumar1-1/+1
2012-04-24clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo1-2/+6
2012-04-24clk: pass parent_rate into .set_rateShawn Guo1-1/+1
2012-04-24clk: always pass parent_rate into .round_rateShawn Guo1-9/+7
2012-04-24clk: core: copy parent_names & return error codesMike Turquette1-12/+53
2012-04-24clk: Constify parent name arraysMark Brown1-1/+1