irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2
authorEric Anholt <eric@anholt.net>
Thu, 6 Aug 2015 23:00:33 +0000 (16:00 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 20 Aug 2015 20:38:42 +0000 (22:38 +0200)
commit1a15aaa998dc3b51f7f8b9a820bc7a192a0c2f76
treefb68ae834b863a7668f4884f873c844c85e3bb9f
parent815e7a31c3f7929f371da9c7e9ee91cfd52ef453
irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2

This interrupt controller is the new root interrupt controller with
the timer, PMU events, and IPIs, and the bcm2835's interrupt
controller is chained off of it to handle the peripherals.

I wrote the interrupt chip support, while Andrea Merello wrote the IPI
code.

Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Cc: linux-rpi-kernel@lists.infradead.org
Cc: Lee Jones <lee@kernel.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/1438902033-31477-5-git-send-email-eric@anholt.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/Makefile
drivers/irqchip/irq-bcm2836.c [new file with mode: 0644]