Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Dec 2012 22:42:53 +0000 (14:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Dec 2012 22:42:53 +0000 (14:42 -0800)
Pull ARM SoC device-tree updates, take 2, from Olof Johansson:
 "This branch contains device-tree updates for the SPEAr platform.  They
  had dependencies on earlier branches from this merge window, which is
  why they were broken out in a separate branch."

* tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: SPEAr3xx: Shirq: Move shirq controller out of plat/
  ARM: SPEAr320: DT: Add SPEAr 320 HMI board support
  ARM: SPEAr3xx: DT: add shirq node for interrupt multiplexor
  ARM: SPEAr3xx: shirq: simplify and move the shared irq multiplexor to DT
  ARM: SPEAr1310: Fix AUXDATA for compact flash controller
  ARM: SPEAr13xx: Remove fields not required for ssp controller
  ARM: SPEAr1310: Move 1310 specific misc register into machine specific files
  ARM: SPEAr: DT: Update device nodes
  ARM: SPEAr: DT: add uart state to fix warning
  ARM: SPEAr: DT: Modify DT bindings for STMMAC
  ARM: SPEAr: DT: Fix existing DT support
  ARM: SPEAr: DT: Update partition info for MTD devices
  ARM: SPEAr: DT: Update pinctrl list
  ARM: SPEAr13xx: DT: Add spics gpio controller nodes

1  2 
arch/arm/boot/dts/Makefile
drivers/clk/spear/spear1310_clock.c
drivers/irqchip/Makefile

index 2af359cfe985bec9d996303be88336b32099bb78,07e6cfaaa319c7ed83f09351bd2b9964366e1d48..d0ae1d3a90d9b78f822c101b9ce54288b6b3911e
@@@ -126,10 -82,9 +126,11 @@@ dtb-$(CONFIG_ARCH_SPEAR13XX) += spear13
        spear1340-evb.dtb
  dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \
        spear310-evb.dtb \
-       spear320-evb.dtb
+       spear320-evb.dtb \
+       spear320-hmi.dtb
  dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb
 +dtb-$(CONFIG_ARCH_SUNXI) += sun4i-cubieboard.dtb \
 +      sun5i-olinuxino.dtb
  dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
        tegra20-medcom-wide.dtb \
        tegra20-paz00.dtb \
Simple merge
index 02bd37a6187fe679dae49f8afe0fe1f7ea44e37d,bf7b43696cdb2dba9ac4dc7de384a29d9a64eb26..bf4609a5bd9d527c582f839127f5bad899f04cea
@@@ -1,3 -1,2 +1,4 @@@
- obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o
- obj-$(CONFIG_ARCH_SUNXI)   += irq-sunxi.o
- obj-$(CONFIG_VERSATILE_FPGA_IRQ) += irq-versatile-fpga.o
+ obj-$(CONFIG_ARCH_BCM2835)            += irq-bcm2835.o
++obj-$(CONFIG_ARCH_SUNXI)              += irq-sunxi.o
++obj-$(CONFIG_VERSATILE_FPGA_IRQ)      += irq-versatile-fpga.o
+ obj-$(CONFIG_ARCH_SPEAR3XX)           += spear-shirq.o