summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | ARM: ux500: Pass SDI DMA information though AUX_DATA to MMCILee Jones2012-09-201-0/+2
| | * | | | ARM: ux500: Remove unused snowball_of_platform_devs structLee Jones2012-09-201-5/+0
| | * | | | ARM: ux500: Pass PMU platform data due for Perf though AUXDATALee Jones2012-09-201-0/+2
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ...Tony Lindgren2012-09-121-0/+4
| |\ \ \ \ \ | | | |/ / / | | |_| / / | |/| | / | | | | / | | | |/ | | |/|
* | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-011-0/+19
|\ \ \ \
| * \ \ \ Merge tag 'ux500-core-updates' of http://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2012-09-131-0/+19
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: ux500: Provide SMSC911x fixed-regulator when not booting DTLee Jones2012-09-041-0/+19
| | | |/ | | |/|
* | | | Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman2012-09-161-0/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | ARM: ux500: Ensure probing of Audio devices when Device Tree is enabledLee Jones2012-08-171-0/+4
| |/
* | serial: pl011: delete reset callbackLinus Walleij2012-09-101-21/+0
|/
* Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-301-27/+3
|\
| * ARM: ux500: Register the AB8500 from DB8500 MFDLee Jones2012-07-091-24/+3
| * mfd: Register ab8500 devices using the newly DT:ed MFD APILee Jones2012-07-091-1/+0
| * mfd: Register the ab8500 from db8500-prcmu using the MFD APILee Jones2012-07-091-2/+0
* | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-281-1/+1
|\ \
| * | i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>Alessandro Rubini2012-07-091-1/+1
| |/
* | Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-07-241-0/+14
|\ \
| * \ Merge tag 'v3.5-rc4' into for-3.6Mark Brown2012-06-251-53/+1
| |\ \ | | |/
| * | mfd/ab8500: Move platform-data for ab8500-codec into mfd-driverOla Lilja2012-06-121-0/+14
* | | ARM: ux500: Remove temporary snowball_of_platform_devs enablement structureLee Jones2012-07-131-13/+0
* | | ARM: ux500: Enable LED heartbeat functionality on SnowballLee Jones2012-07-131-1/+1
* | | ARM: ux500: Enable the user LED on Snowball via Device TreeLee Jones2012-07-131-1/+1
* | | ARM: ux500: Provide auxdata to be used as name base clock search for nmk-i2cLee Jones2012-07-131-1/+5
* | | ARM: ux500: Remove unused i2c platform_data initialisation codeLee Jones2012-07-131-35/+4
* | | ARM: ux500: Enable Device Tree support mmci for SnowballLee Jones2012-07-131-1/+2
* | | ARM: ux500: Over-ride the DT device naming scheme for pinctrlLee Jones2012-07-061-0/+2
* | | ARM: ux500: Fix build errors/warnings when MACH_UX500_DT is not setLee Jones2012-07-061-5/+5
| |/ |/|
* | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-121-53/+1
|/
* ARM: ux500: Allow PRCMU regulator to be probed during a DT enabled bootLee Jones2012-06-011-0/+1
* ARM: ux500: Only initialise STE's UIBs on boards which support themLee Jones2012-06-011-0/+8
* ARM: ux500: Disable platform setup of the ab8500 when DT is enabledLee Jones2012-06-011-3/+4
* ARM: ux500: Re-enable SMSC911x platform code registration during non-DT bootsLee Jones2012-06-011-0/+1
* ARM: ux500: Disable SMSC911x platform code registration when DT is enabledLee Jones2012-06-011-2/+1
* ARM: ux500: New DT:ed u8500_init_devices for one-by-one device enablementLee Jones2012-06-011-1/+1
* ARM: ux500: New DT:ed snowball_platform_devs for one-by-one device enablementLee Jones2012-06-011-2/+16
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-1/+1
|\
OpenPOWER on IntegriCloud