summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorLines
2012-07-18Clk: SPEAr1340: Update sys clock parent arrayVipul Kumar Samar-2/+2
2012-07-18clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Vipul Kumar Samar-2/+2
2012-07-18Clk:spear6xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar-62/+60
2012-07-18Clk:spear3xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar-94/+86
2012-07-18clk:spear1310:Fix: Rename clk ids within predefined limitVipul Kumar Samar-157/+155
2012-07-18clk:spear1340:Fix: Rename clk ids within predefined limitVipul Kumar Samar-138/+135
2012-07-03clk: fix parent validation in __clk_set_parent()Rajendra Nayak-15/+13
2012-06-25clk: mxs: fix clock lookup after freeing init memoryMarc Kleine-Budde-20/+20
2012-06-25clk: mxs: fix ref_io clock definitionShawn Guo-2/+2
2012-06-25clk: Check parent for NULL in clk_change_ratePawel Moll-4/+7
2012-06-25clk: Allow late cache allocation for clk->parentsRajendra Nayak-5/+10
2012-06-25clk: SPEAr600: Fix ethernet clock name for DT based probingStefan Roese-1/+1
2012-06-20Viresh has movedViresh Kumar-10/+10
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-0/+2072
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-10/+12
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann-1/+10
2012-05-15clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Saravana Kannan-1/+1
2012-05-15clk: Provide dummy clk_unregister()Mark Brown-0/+9
2012-05-14SPEAr13xx: Add common clock framework supportViresh Kumar-0/+2072
2012-05-13mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo-6/+6
2012-05-13Merge branch 'spear/clock' into next/clockArnd Bergmann-1/+2014
2012-05-12SPEAr: Switch to common clock frameworkViresh Kumar-0/+957
2012-05-12SPEAr: clk: Add General Purpose Timer Synthesizer clockViresh Kumar-1/+172
2012-05-12SPEAr: clk: Add Fractional Synthesizer clockViresh Kumar-1/+182
2012-05-12SPEAr: clk: Add Auxiliary Synthesizer clockViresh Kumar-1/+242
2012-05-12SPEAr: clk: Add VCO-PLL Synthesizer clockViresh Kumar-0/+465
2012-05-12dma: mxs-dma: make platform_device_id more genericShawn Guo-4/+4
2012-05-12ARM: mxs: add initial device tree support for imx23-evk boardShawn Guo-0/+1
2012-05-12ARM: mxs: add initial device tree support for imx28-evk boardDong Aisheng-0/+1
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann-0/+1164
2012-05-11Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann-10/+132
2012-05-08clk: add a fixed factor clockSascha Hauer-1/+96
2012-05-08clk: mux: assign init dataMike Turquette-0/+1
2012-05-08clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette-13/+0
2012-05-08clk: prevent spurious parent rate propagationMike Turquette-1/+6
2012-05-09ARM: mxs: remove now unused timer_clk argument from mxs_timer_initShawn Guo-2/+2
2012-05-09ARM: mxs: switch to common clk frameworkShawn Guo-0/+2
2012-05-09clk: mxs: add clock support for imx28Shawn Guo-0/+338
2012-05-09clk: mxs: add clock support for imx23Shawn Guo-0/+206
2012-05-09clk: mxs: add mxs specific clocksShawn Guo-0/+618
2012-05-02CLKDEV: provide helpers for common clock frameworkRussell King-6/+78
2012-05-01clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar-0/+5
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan-53/+89
2012-04-24clk: select CLKDEV_LOOKUP for COMMON_CLKRob Herring-0/+1
2012-04-24clk: Don't set clk->new_rate twiceViresh Kumar-1/+1
2012-04-24clk: clk-gate: Create clk_gate_endisable()Viresh Kumar-29/+25
2012-04-24clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo-2/+6
2012-04-24clk: pass parent_rate into .set_rateShawn Guo-3/+4
2012-04-24clk: always pass parent_rate into .round_rateShawn Guo-18/+10
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette-54/+64