]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irqchip: irq-dove: Add PMU interrupt controller.
authorAndrew Lunn <andrew@lunn.ch>
Thu, 7 Nov 2013 10:35:29 +0000 (11:35 +0100)
committerJason Cooper <jason@lakedaemon.net>
Tue, 26 Nov 2013 15:04:53 +0000 (15:04 +0000)
commit40b367d95fb3d60fc1edb9ba8f6ef52272e48936
tree7d4060a9c5001fa7c4d31e189ade110411ce05d5
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
irqchip: irq-dove: Add PMU interrupt controller.

Dove has a Power Management Unit with its own interrupt
controller. This is chained on the main interrupt controller.  Add a
driver, making use of generic chip where possible.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
cc: devicetree@vger.kernel.org
cc: pawel.moll@arm.com
cc: mark.rutland@arm.com
cc: swarren@wwwdotorg.org
cc: ian.campbell@citrix.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Documentation/devicetree/bindings/interrupt-controller/marvell,dove-pmu-intc.txt [new file with mode: 0644]
drivers/irqchip/Makefile
drivers/irqchip/irq-dove.c [new file with mode: 0644]