summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: mvebu: Relocate PCIe node in Armada 370 RD boardEzequiel Garcia2013-08-091-16/+16
* ARM: mvebu: Fix AXP-WiFi-AP DT for MBUS DT bindingEzequiel Garcia2013-08-071-25/+25
* ARM: mvebu: add support for the AXP WiFi AP boardThomas Petazzoni2013-08-072-0/+165
* ARM: mvebu: use dts pre-processor for mv78230Jason Cooper2013-08-071-1/+1
* ARM: kirkwood: Relocate PCIe device tree nodesEzequiel Garcia2013-08-0612-136/+163
* ARM: kirkwood: Introduce MBUS_IDEzequiel Garcia2013-08-061-0/+2
* ARM: kirkwood: Introduce MBus DT nodeEzequiel Garcia2013-08-061-0/+10
* ARM: kirkwood: Use the preprocessor on device tree filesEzequiel Garcia2013-08-0634-58/+58
* ARM: kirkwood: Split DT and legacy MBus initializationEzequiel Garcia2013-08-062-4/+5
* ARM: mvebu: Relocate Armada 370/XP PCIe device tree nodesEzequiel Garcia2013-08-069-542/+612
* ARM: mvebu: Relocate Armada 370/XP DeviceBus device tree nodesEzequiel Garcia2013-08-064-138/+140
* ARM: mvebu: Add BootROM to Armada 370/XP device treeEzequiel Garcia2013-08-068-6/+22
* ARM: mvebu: Add MBus to Armada 370/XP device treeEzequiel Garcia2013-08-069-16/+23
* ARM: mvebu: Use the preprocessor on Armada 370/XP device tree filesEzequiel Garcia2013-08-0610-10/+10
* ARM: mvebu: Initialize MBus using the DT bindingEzequiel Garcia2013-08-061-33/+1
* ARM: mvebu: Remove the harcoded BootROM window allocationEzequiel Garcia2013-08-061-1/+24
* ARM: dove: Move to ID based window creationThomas Petazzoni2013-08-061-23/+45
* ARM: orion5x: Move to ID based window creationThomas Petazzoni2013-08-0622-70/+137
* ARM: mv78xx0: Move to ID based window creationThomas Petazzoni2013-08-061-12/+11
* ARM: kirkwood: Move to ID based MBus window creationThomas Petazzoni2013-08-062-20/+38
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-1326-160/+309
|\
| * arm: multi_v7_defconfig: Tweaks for omap and sunxiOlof Johansson2013-07-121-3/+7
| * Merge tag 'ux500-defconfig-for-arm-soc' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-07-121-19/+25
| |\
| | * ARM: ux500: Enable HIGHMEM in the u8500 defconfigLee Jones2013-06-041-0/+1
| | * ARM: ux500: Update MMC configs for u8500 defconfigUlf Hansson2013-05-271-1/+2
| | * ARM: ux500: select SND_SOC_UX500 for ux500Fabio Baltieri2013-05-271-0/+5
| | * ARM: ux500: update defconfig baseLinus Walleij2013-05-271-18/+10
| | * ARM: ux500: select WATCHDOG and MUSB for ux500Fabio Baltieri2013-05-271-0/+7
| * | arm: multi_v7_defconfig: add i.MX options and NFS rootVincent Stehlé2013-07-121-0/+10
| * | Merge tag 'omap-for-v3.11/fixes-for-merge-window' of git://git.kernel.org/pub...Olof Johansson2013-07-12134-2711/+2140
| |\ \
| | * | ARM: OMAP2+: omap2plus_defconfig: Enable appended DTB supportTom Rini2013-07-041-0/+2
| | * | ARM: OMAP2+: Enable TI_EDMA in omap2plus_defconfigJoel Fernandes2013-07-041-0/+1
| | * | ARM: OMAP2+: omap2plus_defconfig: enable DRA752 thermal support by defaultEduardo Valentin2013-07-041-0/+1
| | * | ARM: OMAP2+: omap2plus_defconfig: enable TI bandgap driverEduardo Valentin2013-07-041-0/+11
| | * | ARM: OMAP2+: devices: remove duplicated include from devices.cWei Yongjun2013-07-041-1/+0
| | * | ARM: OMAP3: igep0020: Set DSS pins in correct mux mode.Enric Balletbo i Serra2013-07-041-0/+31
| | * | ARM: OMAP2+: N900: enable N900-specific drivers even if device tree is enabledPavel Machek2013-07-041-1/+1
| | * | ARM: OMAP2+: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-07-044-11/+5
| | * | ARM: OMAP2+: Remove obsolete Makefile linePaul Bolle2013-07-041-4/+0
| | * | ARM: OMAP5: Enable Cortex A15 errata 798181Santosh Shilimkar2013-07-041-0/+1
| | * | ARM: scu: provide inline dummy functions when SCU is not presentNishanth Menon2013-07-041-1/+12
| | * | ARM: OMAP4: sleep: build OMAP4 specific functions only for OMAP4Nishanth Menon2013-07-041-1/+5
| | * | ARM: OMAP2+: timer: initialize before using oh_nameAfzal Mohammed2013-07-041-1/+1
| * | | ARM: omap2: add select of TI_PRIV_EDMAOlof Johansson2013-07-091-0/+1
| * | | ARM: exynos: select PM_GENERIC_DOMAINS only when usedArnd Bergmann2013-07-061-1/+1
| * | | ARM: ixp4xx: avoid circular header dependencyArnd Bergmann2013-07-063-1/+5
| * | | ARM: OMAP: omap_common_late_init may be unusedArnd Bergmann2013-07-051-1/+1
| * | | ARM: sti: move DEBUG_STI_UART into alphabetical orderArnd Bergmann2013-07-051-10/+10
| * | | ARM: OMAP: build mach-omap code only if neededArnd Bergmann2013-07-052-74/+78
| * | | ARM: zynq: use DT_MACHINE_STARTArnd Bergmann2013-07-051-1/+1
OpenPOWER on IntegriCloud