ARM: Orion: DT support for IRQ and GPIO Controllers
authorAndrew Lunn <andrew@lunn.ch>
Wed, 27 Jun 2012 11:40:04 +0000 (13:40 +0200)
committerAndrew Lunn <andrew@lunn.ch>
Fri, 27 Jul 2012 14:48:14 +0000 (16:48 +0200)
commit278b45b06bf721b7cf5de67a0126786c60c720e6
tree4e2a3af2527110f9328aebca560cf6c1cef32c1c
parent89fb2d77d5daa821e3868ea59963f28249974840
ARM: Orion: DT support for IRQ and GPIO Controllers

Both IRQ and GPIO controllers can now be represented in DT.  The IRQ
controllers are setup first, and then the GPIO controllers. Interrupts
for GPIO lines are placed directly after the main interrupts in the
interrupt space.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Josh Coombs <josh.coombs@gmail.com>
Tested-by: Simon Baatz <gmbnomis@gmail.com>
13 files changed:
Documentation/devicetree/bindings/arm/mrvl/intc.txt
Documentation/devicetree/bindings/gpio/mrvl-gpio.txt
arch/arm/Kconfig
arch/arm/boot/dts/kirkwood.dtsi
arch/arm/mach-dove/irq.c
arch/arm/mach-kirkwood/board-dt.c
arch/arm/mach-kirkwood/irq.c
arch/arm/mach-mv78xx0/irq.c
arch/arm/mach-orion5x/irq.c
arch/arm/plat-orion/gpio.c
arch/arm/plat-orion/include/plat/gpio.h
arch/arm/plat-orion/include/plat/irq.h
arch/arm/plat-orion/irq.c
This page took 0.027235 seconds and 5 git commands to generate.