irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
authorEric Anholt <eric@anholt.net>
Tue, 31 May 2016 21:05:27 +0000 (14:05 -0700)
committerJason Cooper <jason@lakedaemon.net>
Sat, 4 Jun 2016 14:16:59 +0000 (14:16 +0000)
commitd7e3528eed85b51ddca2f281d2d4e7d687f28d60
treef71a13c994779813c37b604e85219dd87da08d47
parent1a695a905c18548062509178b98bc91e67510864
irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ

With commit

  76ba59f8366f genirq: Add irq_domain-aware core IRQ handler

architecture-specific irq handlers are no longer necessary.  Update the bcm2835
irq driver to use the core irq handler.  As a bonus, this allows the driver to
support arm64 as well.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Link: https://lkml.kernel.org/r/1464728727-16300-1-git-send-email-eric@anholt.net
[jac reworded commit message for clarity]
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-bcm2835.c
drivers/irqchip/irq-bcm2836.c