aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAge
* Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-03
|\
| * clk: Always notify whole subtree when reparentingSoren Brinkmann2013-06-15
| * clk: honor CLK_GET_RATE_NOCACHE in clk_set_ratePeter De Schrijver2013-06-11
| * clk: use clk_get_rate() for debugfsPeter De Schrijver2013-06-11
| * clk: Disable unused clocks after deferred probing is doneSaravana Kannan2013-05-29
| * clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan2013-05-29
* | clk: remove notifier from list before freeing itLai Jiangshan2013-06-06
|/
* clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson2013-04-28
* clk: export __clk_get_flags for modular clock providersSebastian Hesselbarth2013-04-15
* clk: Properly handle notifier return valuesSoren Brinkmann2013-04-10
* clk: Fixup locking issues for clk_set_parentUlf Hansson2013-04-08
* clk: Fixup errorhandling for clk_set_parentUlf Hansson2013-04-08
* clk: Restructure code for __clk_reparentUlf Hansson2013-04-08
* clk: allow reentrant calls into the clk frameworkMike Turquette2013-04-02
* clk: abstract locking out into helper functionsMike Turquette2013-04-02
* clk: Fix incorrect return type in clk.cSachin Kamat2013-03-22
* clk: Introduce optional unprepare_unused callbackUlf Hansson2013-03-19
* clk: Unprepare the unused prepared slow clocks at late initUlf Hansson2013-03-19
* clk: Introduce optional is_prepared callbackUlf Hansson2013-03-19
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* clk: add common of_clk_init() functionPrashant Gaikwad2013-01-24
* clk: Deduplicate exit code in clk_set_rateNestor Ovroy2013-01-21
* clk: JSON debugfs clock tree summaryPrashant Gaikwad2013-01-11
* clk: human-readable debugfs clock tree summaryPrashant Gaikwad2013-01-11
* clk: export __clk_get_name for re-use in imx-ipu-v3 and othersNiels de Vos2013-01-11
* clk: Don't mark shared helper functions as inlineRuss Dill2013-01-11
* clk: introduce optional disable_unused callbackMike Turquette2012-12-11
* clk: clock multiplexers may register out of orderMartin Fuzzey2012-11-26
* clk: Add devm_clk_{register,unregister}()Stephen Boyd2012-10-29
* clk: Don't return negative numbers for unsigned values with !clkStephen Boyd2012-10-29
* clk: add of_clk_src_onecell_get() supportShawn Guo2012-09-07
* clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson2012-09-06
* clk: validate pointer in __clk_disable()Fengguang Wu2012-07-30
* clk: add DT clock binding supportGrant Likely2012-07-11
* clk: cache parent clocks only for muxesRajendra Nayak2012-07-11
* clk: fix parent validation in __clk_set_parent()Rajendra Nayak2012-07-03
* clk: Check parent for NULL in clk_change_ratePawel Moll2012-06-25
* clk: Allow late cache allocation for clk->parentsRajendra Nayak2012-06-25
* clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Saravana Kannan2012-05-16
* clk: Provide dummy clk_unregister()Mark Brown2012-05-15
* clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2012-05-08
* clk: prevent spurious parent rate propagationMike Turquette2012-05-08
* clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar2012-05-01
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-01
* clk: Don't set clk->new_rate twiceViresh Kumar2012-04-24
* clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo2012-04-24
* clk: pass parent_rate into .set_rateShawn Guo2012-04-24
* clk: always pass parent_rate into .round_rateShawn Guo2012-04-24
* clk: core: copy parent_names & return error codesMike Turquette2012-04-24
* clk: Constify parent name arraysMark Brown2012-04-24