summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-08clk: add of_clk_src_onecell_get() supportShawn Guo1-0/+14
2012-09-07clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson1-19/+24
2012-07-31clk: validate pointer in __clk_disable()Fengguang Wu1-0/+3
2012-07-12clk: add DT clock binding supportGrant Likely1-0/+140
2012-07-12clk: 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-26clk: Check parent for NULL in clk_change_ratePawel Moll1-4/+7
2012-06-26clk: Allow late cache allocation for clk->parentsRajendra Nayak1-5/+10
2012-05-16clk: 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-09clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette1-2/+0
2012-05-09clk: prevent spurious parent rate propagationMike Turquette1-1/+6
2012-05-02clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar1-0/+5
2012-05-02clk: Use a separate struct for holding init data.Saravana Kannan1-35/+54
2012-04-25clk: Don't set clk->new_rate twiceViresh Kumar1-1/+1
2012-04-25clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo1-2/+6
2012-04-25clk: pass parent_rate into .set_rateShawn Guo1-1/+1
2012-04-25clk: always pass parent_rate into .round_rateShawn Guo1-9/+7
2012-04-25clk: core: copy parent_names & return error codesMike Turquette1-12/+53
2012-04-25clk: Constify parent name arraysMark Brown1-1/+1
2012-04-25clk: Make clk_get_rate() return 0 on errorRajendra Nayak1-3/+3
2012-04-25clk: core: enforce clk_ops consistencyMike Turquette1-0/+14
2012-04-25clk: core: clk_calc_new_rates handles NULL parentsMike Turquette1-8/+21
2012-04-25clk: core: remove dead code pathsMike Turquette1-4/+2
2012-04-25clk: core: correct clk_set_rate kerneldocMike Turquette1-30/+11
2012-03-17clk: introduce the common clock frameworkMike Turquette1-0/+1461