summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)Author
2012-07-18Clk: SPEAr1340: Update sys clock parent arrayVipul Kumar Samar
2012-07-18clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Vipul Kumar Samar
2012-07-18Clk:spear6xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar
2012-07-18Clk:spear3xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar
2012-07-18clk:spear1310:Fix: Rename clk ids within predefined limitVipul Kumar Samar
2012-07-18clk:spear1340:Fix: Rename clk ids within predefined limitVipul Kumar Samar
2012-07-03clk: fix parent validation in __clk_set_parent()Rajendra Nayak
2012-06-25clk: mxs: fix clock lookup after freeing init memoryMarc Kleine-Budde
2012-06-25clk: mxs: fix ref_io clock definitionShawn Guo
2012-06-25clk: Check parent for NULL in clk_change_ratePawel Moll
2012-06-25clk: Allow late cache allocation for clk->parentsRajendra Nayak
2012-06-25clk: SPEAr600: Fix ethernet clock name for DT based probingStefan Roese
2012-06-20Viresh has movedViresh Kumar
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann
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-14SPEAr13xx: Add common clock framework supportViresh Kumar
2012-05-13mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo
2012-05-13Merge branch 'spear/clock' into next/clockArnd Bergmann
2012-05-12SPEAr: Switch to common clock frameworkViresh Kumar
2012-05-12SPEAr: clk: Add General Purpose Timer Synthesizer clockViresh Kumar
2012-05-12SPEAr: clk: Add Fractional Synthesizer clockViresh Kumar
2012-05-12SPEAr: clk: Add Auxiliary Synthesizer clockViresh Kumar
2012-05-12SPEAr: clk: Add VCO-PLL Synthesizer clockViresh Kumar
2012-05-12dma: mxs-dma: make platform_device_id more genericShawn Guo
2012-05-12ARM: mxs: add initial device tree support for imx23-evk boardShawn Guo
2012-05-12ARM: mxs: add initial device tree support for imx28-evk boardDong Aisheng
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann
2012-05-11Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann
2012-05-08clk: add a fixed factor clockSascha Hauer
2012-05-08clk: mux: assign init dataMike Turquette
2012-05-08clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette
2012-05-08clk: prevent spurious parent rate propagationMike Turquette
2012-05-09ARM: mxs: remove now unused timer_clk argument from mxs_timer_initShawn Guo
2012-05-09ARM: mxs: switch to common clk frameworkShawn Guo
2012-05-09clk: mxs: add clock support for imx28Shawn Guo
2012-05-09clk: mxs: add clock support for imx23Shawn Guo
2012-05-09clk: mxs: add mxs specific clocksShawn Guo
2012-05-02CLKDEV: provide helpers for common clock frameworkRussell King
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: select CLKDEV_LOOKUP for COMMON_CLKRob Herring
2012-04-24clk: Don't set clk->new_rate twiceViresh Kumar
2012-04-24clk: clk-gate: Create clk_gate_endisable()Viresh 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: basic: improve parent_names & return errorsMike Turquette