aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
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
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: add "const" for clk_ops of basic clksShawn Guo
2012-04-24clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo
2012-04-24clk: use kzalloc in clk_register_muxShawn Guo
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-04-19ARM: 7392/1: CLKDEV: Optimize clk_find()viresh kumar
2012-04-19ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown