aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2012-07-30clk: validate pointer in __clk_disable()Fengguang Wu
2012-07-11clk: add DT clock binding supportGrant Likely
2012-07-11clk: cache parent clocks only for muxesRajendra Nayak
2012-07-03clk: fix parent validation in __clk_set_parent()Rajendra Nayak
2012-06-25clk: Check parent for NULL in clk_change_ratePawel Moll
2012-06-25clk: Allow late cache allocation for clk->parentsRajendra Nayak
2012-05-15clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Saravana Kannan
2012-05-15clk: Provide dummy clk_unregister()Mark Brown
2012-05-08clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette
2012-05-08clk: prevent spurious parent rate propagationMike Turquette
2012-05-01clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan
2012-04-24clk: Don't set clk->new_rate twiceViresh Kumar
2012-04-24clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo
2012-04-24clk: pass parent_rate into .set_rateShawn Guo
2012-04-24clk: always pass parent_rate into .round_rateShawn Guo
2012-04-24clk: core: copy parent_names & return error codesMike Turquette
2012-04-24clk: Constify parent name arraysMark Brown
2012-04-24clk: Make clk_get_rate() return 0 on errorRajendra Nayak
2012-04-24clk: core: enforce clk_ops consistencyMike Turquette
2012-04-24clk: core: clk_calc_new_rates handles NULL parentsMike Turquette
2012-04-24clk: core: remove dead code pathsMike Turquette
2012-04-24clk: core: correct clk_set_rate kerneldocMike Turquette
2012-03-16clk: introduce the common clock frameworkMike Turquette