summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-37/+22Star
* clk: add common of_clk_init() functionPrashant Gaikwad2013-01-241-0/+9
* clk: Deduplicate exit code in clk_set_rateNestor Ovroy2013-01-211-3/+0Star
* clk: JSON debugfs clock tree summaryPrashant Gaikwad2013-01-121-0/+75
* clk: human-readable debugfs clock tree summaryPrashant Gaikwad2013-01-121-0/+67
* clk: export __clk_get_name for re-use in imx-ipu-v3 and othersNiels de Vos2013-01-121-0/+1
* clk: Don't mark shared helper functions as inlineRuss Dill2013-01-121-7/+7
* clk: introduce optional disable_unused callbackMike Turquette2012-12-111-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-081-0/+14
* clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson2012-09-071-19/+24
* clk: validate pointer in __clk_disable()Fengguang Wu2012-07-311-0/+3
* clk: add DT clock binding supportGrant Likely2012-07-121-0/+140
* clk: cache parent clocks only for muxesRajendra Nayak2012-07-121-2/+2
* clk: fix parent validation in __clk_set_parent()Rajendra Nayak2012-07-031-15/+13Star
* clk: Check parent for NULL in clk_change_ratePawel Moll2012-06-261-4/+7
* clk: Allow late cache allocation for clk->parentsRajendra Nayak2012-06-261-5/+10
* clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Saravana Kannan2012-05-161-1/+1
* clk: Provide dummy clk_unregister()Mark Brown2012-05-151-0/+9
* clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2012-05-081-2/+0Star
* clk: prevent spurious parent rate propagationMike Turquette2012-05-081-1/+6
* clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar2012-05-021-0/+5
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-021-35/+54
* clk: Don't set clk->new_rate twiceViresh Kumar2012-04-251-1/+1
* clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo2012-04-251-2/+6
* clk: pass parent_rate into .set_rateShawn Guo2012-04-251-1/+1
* clk: always pass parent_rate into .round_rateShawn Guo2012-04-251-9/+7Star
* clk: core: copy parent_names & return error codesMike Turquette2012-04-251-12/+53
* clk: Constify parent name arraysMark Brown2012-04-251-1/+1
* clk: Make clk_get_rate() return 0 on errorRajendra Nayak2012-04-251-3/+3
* clk: core: enforce clk_ops consistencyMike Turquette2012-04-251-0/+14
* clk: core: clk_calc_new_rates handles NULL parentsMike Turquette2012-04-251-8/+21
* clk: core: remove dead code pathsMike Turquette2012-04-251-4/+2Star
* clk: core: correct clk_set_rate kerneldocMike Turquette2012-04-251-30/+11Star
* clk: introduce the common clock frameworkMike Turquette2012-03-161-0/+1461