aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2012-07-30clk: validate pointer in __clk_disable()Gravatar Fengguang Wu 1-0/+3
2012-07-30clk: remove redundant depends on from drivers/KconfigGravatar Viresh Kumar 1-1/+0
2012-07-24Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxGravatar Linus Torvalds 18-46/+2170
2012-07-23Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-0/+53
2012-07-23Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-0/+48
2012-07-19clk: fix compile for OF && !COMMON_CLKGravatar Rob Herring 1-1/+1
2012-07-19clk: fix clk_get on of_clk_get_by_name return checkGravatar Shawn Guo 1-1/+1
2012-07-19ARM: socfpga: initial support for Altera's SOCFPGA platformGravatar Dinh Nguyen 3-0/+53
2012-07-18Clk: SPEAr1340: Update sys clock parent arrayGravatar Vipul Kumar Samar 1-2/+2
2012-07-18clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Gravatar Vipul Kumar Samar 1-2/+2
2012-07-18Clk:spear6xx:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-62/+60
2012-07-18Clk:spear3xx:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-94/+86
2012-07-18clk:spear1310:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-157/+155
2012-07-18clk:spear1340:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-138/+135
2012-07-12Merge branch 'clk/mxs-for-3.6' of git://git.linaro.org/people/shawnguo/linux-...Gravatar Mike Turquette 1-0/+4
2012-07-12clk: mxs: clk_register_clkdev mx28 usb clocksGravatar Richard Zhao 1-0/+4
2012-07-11clk: add highbank clock supportGravatar Rob Herring 2-0/+347
2012-07-11clk: add DT fixed-clock binding supportGravatar Grant Likely 1-0/+23
2012-07-11clk: add DT clock binding supportGravatar Grant Likely 2-0/+217
2012-07-11ARM: integrator: convert to common clockGravatar Linus Walleij 2-0/+112
2012-07-11clk: add versatile ICST307 driverGravatar Linus Walleij 4-0/+113
2012-07-11Merge branch 'clk/mxs-for-3.6' of git://git.linaro.org/people/shawnguo/linux-...Gravatar Mike Turquette 2-5/+7
2012-07-11ARM: u300: convert to common clockGravatar Linus Walleij 2-1/+748
2012-07-11clk: cache parent clocks only for muxesGravatar Rajendra Nayak 1-2/+2
2012-07-11clk: wm831x: Add initial WM831x clock driverGravatar Mark Brown 3-0/+438
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksGravatar Rajendra Nayak 5-5/+5
2012-07-11clk: Add support for rate table based dividersGravatar Rajendra Nayak 1-16/+109
2012-07-11clk: Add support for power of two type dividersGravatar Rajendra Nayak 1-19/+47
2012-07-11Merge tag 'v3.5-rc6' into next/socGravatar Arnd Bergmann 13-49/+55
2012-07-05clk: mxs: imx28: decrease the frequency of ref_io1 for SSP2 and SSP3Gravatar Lauri Hintsala 1-3/+3
2012-07-03clk: fix parent validation in __clk_set_parent()Gravatar Rajendra Nayak 1-15/+13
2012-06-27clk: mxs: add clkdev lookup for pwmGravatar Shawn Guo 2-0/+2
2012-06-27clk: mxs: Fix the GPMI clock nameGravatar Fabio Estevam 1-1/+1
2012-06-27clk: mxs: rename the gpmi clock for imx28Gravatar Huang Shijie 1-1/+1
2012-06-25clk: mxs: fix clock lookup after freeing init memoryGravatar Marc Kleine-Budde 2-20/+20
2012-06-25clk: mxs: fix ref_io clock definitionGravatar Shawn Guo 1-2/+2
2012-06-25clk: Check parent for NULL in clk_change_rateGravatar Pawel Moll 1-4/+7
2012-06-25clk: Allow late cache allocation for clk->parentsGravatar Rajendra Nayak 1-5/+10
2012-06-25clk: SPEAr600: Fix ethernet clock name for DT based probingGravatar Stefan Roese 1-1/+1
2012-06-20Viresh has movedGravatar Viresh Kumar 10-10/+10
2012-06-10ARM: nomadik: convert to generic clockGravatar Linus Walleij 2-0/+48
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-0/+2072
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-10/+12
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Gravatar Arnd Bergmann 1-1/+10
2012-05-15clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().Gravatar Saravana Kannan 1-1/+1
2012-05-15clk: Provide dummy clk_unregister()Gravatar Mark Brown 1-0/+9
2012-05-14SPEAr13xx: Add common clock framework supportGravatar Viresh Kumar 3-0/+2072
2012-05-13mmc: mxs-mmc: get rid of the use of cpu_is_xxxGravatar Shawn Guo 2-6/+6
2012-05-13Merge branch 'spear/clock' into next/clockGravatar Arnd Bergmann 10-1/+2014
2012-05-12SPEAr: Switch to common clock frameworkGravatar Viresh Kumar 3-0/+957