]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controller
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 10 Sep 2014 00:44:21 +0000 (17:44 -0700)
committerJason Cooper <jason@lakedaemon.net>
Sun, 14 Sep 2014 06:20:14 +0000 (06:20 +0000)
commita5042de2688d3e903799caf1196539c57555e3ed
tree045e86aadbf56a119c864c39774ac5bac9d395f8
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controller

This patch adds support for the Level-2 interrupt controller
hardware found in Broadcom Set Top Box System-on-a-Chip devices. This
interrupt controller is implemented using a single enable register.

This interrupt controller is always present on the platforms supported
by the irq-brcmstb-l2 driver, hence the reason why both are compiled
using the same Kconfig symbol.

[jac] removed the following warning:
  drivers/irqchip/irq-bcm7120-l2.c: In function 'bcm7120_l2_intc_irq_handle':
  drivers/irqchip/irq-bcm7120-l2.c:49:27: warning: unused variable 'gc' [-Wunused-variable]

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lkml.kernel.org/r/1410309862-27784-2-git-send-email-f.fainelli@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/Makefile
drivers/irqchip/irq-bcm7120-l2.c [new file with mode: 0644]