summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson2013-04-271-0/+13
* clk: export __clk_get_flags for modular clock providersSebastian Hesselbarth2013-04-151-0/+1
* clk: Properly handle notifier return valuesSoren Brinkmann2013-04-101-5/+5
* clk: Fixup locking issues for clk_set_parentUlf Hansson2013-04-081-15/+52
* clk: Fixup errorhandling for clk_set_parentUlf Hansson2013-04-081-20/+36
* clk: Restructure code for __clk_reparentUlf Hansson2013-04-081-28/+42
* clk: allow reentrant calls into the clk frameworkMike Turquette2013-04-021-2/+42
* clk: abstract locking out into helper functionsMike Turquette2013-04-021-38/+61
* clk: Fix incorrect return type in clk.cSachin Kamat2013-03-221-1/+1
* clk: Introduce optional unprepare_unused callbackUlf Hansson2013-03-191-2/+5
* clk: Unprepare the unused prepared slow clocks at late initUlf Hansson2013-03-191-0/+28
* clk: Introduce optional is_prepared callbackUlf Hansson2013-03-191-0/+21
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-37/+22
* clk: add common of_clk_init() functionPrashant Gaikwad2013-01-241-0/+9
* clk: Deduplicate exit code in clk_set_rateNestor Ovroy2013-01-211-3/+0
* clk: JSON debugfs clock tree summaryPrashant Gaikwad2013-01-111-0/+75
* clk: human-readable debugfs clock tree summaryPrashant Gaikwad2013-01-111-0/+67
* clk: export __clk_get_name for re-use in imx-ipu-v3 and othersNiels de Vos2013-01-111-0/+1
* clk: Don't mark shared helper functions as inlineRuss Dill2013-01-111-7/+7
* clk: introduce optional disable_unused callbackMike Turquette2012-12-101-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-071-0/+14
* clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson2012-09-061-19/+24
* clk: validate pointer in __clk_disable()Fengguang Wu2012-07-301-0/+3
* clk: add DT clock binding supportGrant Likely2012-07-111-0/+140
* clk: cache parent clocks only for muxesRajendra Nayak2012-07-111-2/+2
* clk: fix parent validation in __clk_set_parent()Rajendra Nayak2012-07-031-15/+13
* clk: Check parent for NULL in clk_change_ratePawel Moll2012-06-251-4/+7
* clk: Allow late cache allocation for clk->parentsRajendra Nayak2012-06-251-5/+10
* clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Saravana Kannan2012-05-151-1/+1
* clk: Provide dummy clk_unregister()Mark Brown2012-05-151-0/+9
* clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2012-05-081-2/+0
* 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-011-0/+5
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-011-35/+54
* clk: Don't set clk->new_rate twiceViresh Kumar2012-04-241-1/+1
* clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo2012-04-241-2/+6
* clk: pass parent_rate into .set_rateShawn Guo2012-04-241-1/+1
* clk: always pass parent_rate into .round_rateShawn Guo2012-04-241-9/+7
* clk: core: copy parent_names & return error codesMike Turquette2012-04-241-12/+53
* clk: Constify parent name arraysMark Brown2012-04-241-1/+1
* clk: Make clk_get_rate() return 0 on errorRajendra Nayak2012-04-241-3/+3
* clk: core: enforce clk_ops consistencyMike Turquette2012-04-241-0/+14
* clk: core: clk_calc_new_rates handles NULL parentsMike Turquette2012-04-241-8/+21
* clk: core: remove dead code pathsMike Turquette2012-04-241-4/+2
* clk: core: correct clk_set_rate kerneldocMike Turquette2012-04-241-30/+11
* clk: introduce the common clock frameworkMike Turquette2012-03-161-0/+1461
OpenPOWER on IntegriCloud