From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH v2 0/2] irqchip: Broadcom BCM7120-style Level 2 interrupt controller Date: Tue, 9 Sep 2014 17:44:20 -0700 Message-ID: <1410309862-27784-1-git-send-email-f.fainelli@gmail.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Florian Fainelli List-Id: devicetree@vger.kernel.org Hi Jason, Thomas, Mark, This patch set adds support for the second type of Level-2 interrupt controller found on Broadcom Set Top Box hardware. Version 2 should address your previous comments made on the initial submission. Thanks! Florian Fainelli (2): irqchip: add Broadcom BCM7120-style Level 2 interrupt controller Documentation: bcm7120-l2: Add Broadcom BCM7120-style L2 binding .../interrupt-controller/brcm,bcm7120-l2-intc.txt | 86 ++++++++ drivers/irqchip/Makefile | 3 +- drivers/irqchip/irq-bcm7120-l2.c | 220 +++++++++++++++++++++ 3 files changed, 308 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7120-l2-intc.txt create mode 100644 drivers/irqchip/irq-bcm7120-l2.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html