summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ux500/cleanup' into next/driversArnd Bergmann2013-06-211-11/+0
|\
| * ARM: ux500: Remove mop500_snowball_ethernet_clock_enable()Lee Jones2013-06-211-11/+0
* | Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-06-141-11/+11
|\ \
| * | ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generi...Lee Jones2013-06-041-11/+11
* | | Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-05-271-50/+13
|\ \ \ | |/ / | | / | |/ |/|
| * ARM: ux500: Register Cryp and Hash platform drivers on SnowballLee Jones2013-05-231-0/+2
| * ARM: ux500: Stop passing Cryp DMA channel config information though pdataLee Jones2013-05-231-8/+0
| * ARM: ux500: Stop passing Hash DMA channel config information though pdataLee Jones2013-05-231-4/+0
| * ARM: ux500: Remove unused 'data_width' attributes from UART DMA configsLee Jones2013-05-231-12/+0
| * ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configsLee Jones2013-05-231-4/+0
| * dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones2013-05-231-22/+11
* | 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
OpenPOWER on IntegriCloud