summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-263-0/+2072
|\
| * SPEAr13xx: Add common clock framework supportViresh Kumar2012-05-143-0/+2072
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-10/+12
|\ \
| * | mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo2012-05-132-6/+6
| * | dma: mxs-dma: make platform_device_id more genericShawn Guo2012-05-122-4/+4
| * | ARM: mxs: add initial device tree support for imx23-evk boardShawn Guo2012-05-121-0/+1
| * | ARM: mxs: add initial device tree support for imx28-evk boardDong Aisheng2012-05-121-0/+1
* | | Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-1/+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
* | | | Merge branch 'spear/clock' into next/clockArnd Bergmann2012-05-1310-1/+2014
|\ \ \ \ | | |_|/ | |/| |
| * | | SPEAr: Switch to common clock frameworkViresh Kumar2012-05-123-0/+957
| * | | SPEAr: clk: Add General Purpose Timer Synthesizer clockViresh Kumar2012-05-123-1/+172
| * | | SPEAr: clk: Add Fractional Synthesizer clockViresh Kumar2012-05-123-1/+182
| * | | SPEAr: clk: Add Auxiliary Synthesizer clockViresh Kumar2012-05-123-1/+242
| * | | SPEAr: clk: Add VCO-PLL Synthesizer clockViresh Kumar2012-05-125-0/+465
* | | | Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann2012-05-1110-0/+1164
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | ARM: mxs: remove now unused timer_clk argument from mxs_timer_initShawn Guo2012-05-092-2/+2
| * | ARM: mxs: switch to common clk frameworkShawn Guo2012-05-091-0/+2
| * | clk: mxs: add clock support for imx28Shawn Guo2012-05-092-0/+338
| * | clk: mxs: add clock support for imx23Shawn Guo2012-05-092-0/+206
| * | clk: mxs: add mxs specific clocksShawn Guo2012-05-097-0/+618
* | | Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann2012-05-111-10/+132
|\ \ \ | |_|/ |/| |
| * | CLKDEV: provide helpers for common clock frameworkRussell King2012-05-021-6/+78
| * | ARM: 7392/1: CLKDEV: Optimize clk_find()viresh kumar2012-04-191-4/+9
| * | ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown2012-04-191-0/+45
| |/
* | clk: add a fixed factor clockSascha Hauer2012-05-082-1/+96
* | clk: mux: assign init dataMike Turquette2012-05-081-0/+1
* | clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2012-05-082-13/+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-015-53/+89
* | clk: select CLKDEV_LOOKUP for COMMON_CLKRob Herring2012-04-241-0/+1
* | clk: Don't set clk->new_rate twiceViresh Kumar2012-04-241-1/+1
* | clk: clk-gate: Create clk_gate_endisable()Viresh Kumar2012-04-241-29/+25
* | clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo2012-04-241-2/+6
* | clk: pass parent_rate into .set_rateShawn Guo2012-04-242-3/+4
* | clk: always pass parent_rate into .round_rateShawn Guo2012-04-242-18/+10
* | clk: basic: improve parent_names & return errorsMike Turquette2012-04-244-54/+64
* | clk: core: copy parent_names & return error codesMike Turquette2012-04-241-12/+53
* | clk: Constify parent name arraysMark Brown2012-04-242-2/+2
* | clk: Make clk_get_rate() return 0 on errorRajendra Nayak2012-04-241-3/+3
* | clk: add "const" for clk_ops of basic clksShawn Guo2012-04-244-4/+4
* | clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo2012-04-244-9/+0
* | clk: use kzalloc in clk_register_muxShawn Guo2012-04-241-1/+1
* | 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: make CONFIG_COMMON_CLK invisibleArnd Bergmann2012-03-191-9/+6