summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+1
|\
| * powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+1
* | Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-11-1210-29/+1238
|\ \
| * | clk: new driver for efm32 SoCUwe Kleine-König2013-11-042-0/+82
| * | clk: of: helper for determining number of parent clocksMike Turquette2013-10-081-0/+6
| * | clk/zynq: Fix possible memory leakFelipe Pena2013-10-081-1/+15
| * | clk: keystone: Build Keystone clock driversSantosh Shilimkar2013-10-083-0/+9
| * | clk: keystone: Add gate control clock driverSantosh Shilimkar2013-10-081-0/+264
| * | clk: keystone: add Keystone PLL clock driverSantosh Shilimkar2013-10-081-0/+305
| * | clk: Add APM X-Gene SoC clock driverLoc Ho2013-10-073-0/+529
| * | clk: wm831x: get rid of the implementation of remove functionLaxman Dewangan2013-10-021-6/+0Star
| * | clk: Correct lookup logic in clk_fetch_parent_index()Tomasz Figa2013-10-021-4/+7
| * | clk: Use kcalloc() to allocate arraysTomasz Figa2013-10-021-7/+7
| * | clk: Add error handling to clk_fetch_parent_index()Tomasz Figa2013-10-021-11/+14
| |/
* | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-11-113-1/+561
|\ \
| * \ Merge tag 'ux500-dt-for-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2013-10-281-1/+1
| |\ \
| | * | clk: ux500: fix erroneous bit assignmentLinus Walleij2013-10-181-1/+1
| * | | Merge tag 'ux500-dt-for-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2013-09-303-1/+561
| |\| |
| | * | clk: ux500: Provide a look-up for the ARMSS clockLee Jones2013-09-261-0/+1
| | * | clk: ux500: Add Device Tree support for the TWD clockLee Jones2013-09-261-2/+5
| | * | clk: ux500: Add Device Tree support for the RTC clockLee Jones2013-09-261-2/+5
| | * | clk: ux500: Add Device Tree support for the PRCC Kernel clockLee Jones2013-09-261-0/+32
| | * | clk: ux500: Add Device Tree support for the PRCC Peripheral clockLee Jones2013-09-261-0/+52
| | * | clk: ux500: Add Device Tree support for the PRCMU clockLee Jones2013-09-261-2/+48
| | * | clk: ux500: Add a 2-cell Device Tree parser for obtaining PRCC clocksLee Jones2013-09-261-0/+22
| | * | clk: ux500: Provide u8500_clk with skeleton Device Tree supportLee Jones2013-09-261-0/+19
| | * | clk: ux500: Copy u8500_clk_init() ready for DT enablementLee Jones2013-09-262-0/+382
| | * | clk: ux500: Remove BML8580 clockLee Jones2013-09-261-1/+1
| | |/
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-11-111-2/+0Star
|\ \ \
| * \ \ Merge branch 'cleanup/dt-clock' into next/socOlof Johansson2013-10-288-150/+155
| |\ \ \ | | |/ / | |/| |
| * | | ARM: S3C64XX: Migrate clock handling to Common Clock FrameworkTomasz Figa2013-09-161-2/+0Star
| | |/ | |/|
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-118-163/+147Star
|\ \ \
| * | | clk: nomadik: fix missing __init on nomadik_src_initSebastian Hesselbarth2013-10-071-1/+1
| | |/ | |/|
| * | ARM: mxs: remove custom .init_time hookSebastian Hesselbarth2013-09-292-15/+16
| * | ARM: highbank: remove custom .init_time hookSebastian Hesselbarth2013-09-291-3/+7
| * | ARM: bcm2835: remove custom .init_time hookSebastian Hesselbarth2013-09-291-8/+0Star
| * | ARM: vt8500: prepare for arch-wide .init_time callbackSebastian Hesselbarth2013-09-291-10/+0Star
| * | clk: vt8500: parse pmc_base from clock driverSebastian Hesselbarth2013-09-291-0/+24
| * | clk: sunxi: declare OF clock providerSebastian Hesselbarth2013-09-291-5/+6
| * | clk: prima2: declare OF clock providerSebastian Hesselbarth2013-09-291-23/+6Star
| * | clk: nomadik: declare OF clock providerSebastian Hesselbarth2013-09-291-30/+15Star
| * | clk: nomadik: move src init out of nomadik_clk_initSebastian Hesselbarth2013-09-291-70/+74
| * | clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij2013-09-221-0/+21
| |/
* | clk: fixup argument order when setting VCO parametersJonathan Austin2013-10-081-1/+1
* | clk: socfpga: Fix incorrect sdmmc clock nameDinh Nguyen2013-10-081-1/+1
* | clk: armada-370: fix tclk frequenciesSimon Guinot2013-10-071-2/+2
* | clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij2013-10-021-0/+21
|/
* Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-09-1047-1069/+2953
|\
| * clk: only call get_parent if there is oneAlex Elder2013-09-091-1/+1
| * clk: samsung: exynos5250: Simplify registration of PLL rate tablesTomasz Figa2013-09-061-10/+2Star