summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: ux500: Remove duplicated assignment of ab8500_platdataLee Jones2013-05-141-3/+3
* ARM: ux500: Rid ignored return value of regulator_enable() compiler warningLee Jones2013-05-091-2/+2
* Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-021-62/+4
|\
| * ARM: ux500: make remaining headers localArnd Bergmann2013-04-081-2/+2
| * ARM: ux500: make irqs.h local to platformArnd Bergmann2013-04-081-1/+1
| * ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij2013-04-081-1/+1
| * ARM: ux500: split out prcmu initializationArnd Bergmann2013-04-081-58/+0
* | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-021-0/+45
|\ \
| * | ARM: ux500: Use the GPIO regulator framework for SDI0's 'en' and 'vsel'Lee Jones2013-03-011-0/+45
| |/
* | Merge remote-tracking branch 'regulator/topic/ab8500' into v3.9-rc8Mark Brown2013-04-281-4/+1
|\ \
| * | ARM: ux500: Pass regulator platform data using the new formatLee Jones2013-04-031-4/+1
| |/
* / ARM: ux500: Enable the clock controlling Ethernet on SnowballLee Jones2013-03-271-0/+12
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-02-261-7/+7
|\
| * leds-lp5521/5523: use new lp55xx common headerMilo(Woogyom) Kim2013-02-061-7/+7
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-10/+8
|\ \
| * \ Merge tag 'for-arm-soc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-02-121-1/+4
| |\ \
| | * | mfd: db8500-prcmu: update resource passingLinus Walleij2013-02-121-1/+4
| | |/
| * | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-141-5/+0
| |\ \
| | * | ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-121-5/+0
| | |/
| * / ARM: delete struct sys_timerStephen Warren2012-12-241-4/+4
| |/
* | ARM: ux500: remove irq_base property from platform_dataLee Jones2013-02-101-1/+0
* | pinctrl: add abx500 pinctrl driver corePatrice Chotard2013-01-301-18/+1
|/
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-12-131-2/+1
|\
| * ARM: plat-nomadik: convert platforms to SPARSE_IRQLinus Walleij2012-11-051-1/+0
| * ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij2012-11-051-2/+1
| * pinctrl/nomadik: move the platform data headerLinus Walleij2012-11-051-1/+1
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-131-141/+5
|\ \
| * | ARM: ux500: Move all Device Tree booting into cpu-db8500Lee Jones2012-11-011-102/+4
| * | ARM: ux500: Remove platform specific device registration when DT is enabledLee Jones2012-11-011-30/+1
| * | ARM: ux500: Add SDI (MMC) support to the HREF Device TreeLee Jones2012-11-011-1/+0
| * | ARM: ux500: Fix initialisation order for UIBsLee Jones2012-11-011-9/+1
| |/
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-2/+11
|\ \
| * | ARM: ux500: support the HREFP520 board variantLinus Walleij2012-10-151-2/+11
| |/
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2012-12-121-0/+64
|\ \
| * | Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.hongbo.zhang2012-11-151-0/+64
| |/
* / pinctrl/nomadik: move the platform data headerLinus Walleij2012-10-281-1/+1
|/
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-1/+5
|\
| * Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-221-1/+1
| |\
| | * ARM: nomadik: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| * | Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2012-09-221-0/+4
| |\ \
| | * | ARM: SoC: convert ux500 to SMP operationsMarc Zyngier2012-09-141-0/+4
| * | | Merge branch 'depends/tty-omap-serial' into next/cleanupOlof Johansson2012-09-161-21/+0
| |\ \ \ | | |/ / | |/| |
* | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-21/+18
|\ \ \ \
| * \ \ \ Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3...Olof Johansson2012-09-221-21/+18
| |\ \ \ \
| | * | | | ARM: ux500: Stop registering I2C sub-devices for HREF when DT is enabledLee Jones2012-09-201-9/+0
| | * | | | ARM: ux500: Stop registering Audio devices for HREF when DT is enabledLee Jones2012-09-201-1/+0
| | * | | | ARM: ux500: Rename MSP board file to something more meaningfulLee Jones2012-09-201-6/+6
| | * | | | ARM: ux500: Pass MSP DMA platform data though AUXDATALee Jones2012-09-201-0/+9
| | * | | | ARM: ux500: Fork MSP platform registration for step-by-step DT enablementLee Jones2012-09-201-1/+1
| | * | | | ARM: ux500: Clean-up MSP platform codeLee Jones2012-09-201-1/+0