summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusTakashi Iwai2014-01-201-2/+2
|\
| *---. Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown2014-01-021-2/+2
| |\ \ \
| | | | * clk: samsung: s3c64xx: Remove clock aliases of old DMA driverTomasz Figa2013-11-241-2/+0Star
| | | | * clk: samsung: s3c64xx: Add aliases for DMA clocksTomasz Figa2013-11-241-0/+2
| | | |/ | | |/|
* | | | clk: clk-divider: fix divisor > 255 bugJames Hogan2014-01-081-1/+1
* | | | Merge tag 'samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mike Turquette2014-01-063-11/+15
|\ \ \ \ | |/ / / |/| | |
| * | | clk: exynos: File scope reg_save array should depend on PM_SLEEPKrzysztof Kozlowski2013-12-301-5/+5
| * | | clk: samsung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clockAbhilash Kesavan2013-12-301-1/+2
| * | | clk: samsung: exynos5250: Add MDMA0 clocksAbhilash Kesavan2013-12-301-1/+4
| * | | clk: samsung: exynos5250: Fix ACP gate register offsetAbhilash Kesavan2013-12-301-1/+1
| * | | clk: exynos5250: fix sysmmu_mfc{l,r} gate clocksAndrew Bresticker2013-12-301-2/+2
| * | | clk: samsung: exynos4: Correct SRC_MFC registerSeung-Woo Kim2013-12-301-1/+1
| |/ /
* / / mfd: s2mps11: Fix build after regmap field rename in sec-core.cKrzysztof Kozlowski2013-12-161-3/+3
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \
| * | clk: fixed-factor: Fix a trivial typoEzequiel Garcia2013-10-141-1/+1
* | | 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