summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: u300: convert to common clockLinus Walleij2012-07-112-1/+748
| * | clk: cache parent clocks only for muxesRajendra Nayak2012-07-111-2/+2
| * | clk: wm831x: Add initial WM831x clock driverMark Brown2012-07-113-0/+438
| * | clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak2012-07-115-5/+5
| * | clk: Add support for rate table based dividersRajendra Nayak2012-07-111-16/+109
| * | clk: Add support for power of two type dividersRajendra Nayak2012-07-111-19/+47
* | | Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-233-0/+53
|\ \ \
| * | | ARM: socfpga: initial support for Altera's SOCFPGA platformDinh Nguyen2012-07-193-0/+53
* | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-232-0/+48
|\ \ \ \
| * \ \ \ Merge tag 'v3.5-rc6' into next/socArnd Bergmann2012-07-1113-49/+55
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ARM: nomadik: convert to generic clockLinus Walleij2012-06-102-0/+48
| | |_|/ | |/| |
* | | | Clk: SPEAr1340: Update sys clock parent arrayVipul Kumar Samar2012-07-181-2/+2
* | | | clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Vipul Kumar Samar2012-07-181-2/+2
* | | | Clk:spear6xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-62/+60
* | | | Clk:spear3xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-94/+86
* | | | clk:spear1310:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-157/+155
* | | | clk:spear1340:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-138/+135
| |/ / |/| |
* | | clk: fix parent validation in __clk_set_parent()Rajendra Nayak2012-07-031-15/+13
| |/ |/|
* | clk: mxs: fix clock lookup after freeing init memoryMarc Kleine-Budde2012-06-252-20/+20
* | clk: mxs: fix ref_io clock definitionShawn Guo2012-06-251-2/+2
* | 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: SPEAr600: Fix ethernet clock name for DT based probingStefan Roese2012-06-251-1/+1
* | Viresh has movedViresh Kumar2012-06-2010-10/+10
|/
* 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
| |/