[GIT PULL] irqchip: core changes for v3.16

From: Jason Cooper
Date: Tue May 27 2014 - 10:51:03 EST


Thomas,

Here's the patches I've collected since you asked me to start helping
out. It's only been a few weeks so there isn't too much here. A lot of
the patches I've encountered aren't ready yet, and I'll continue working
with those for the next window. -rc7 dropped earlier than expected. :-/

Please pull.

thx,

Jason.


The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

git://git.infradead.org/users/jcooper/linux.git tags/irqchip-3.16

for you to fetch changes up to c8dfe94bc7a14c6a644ce55ef77b7a81505c696f:

Documentation: brcmstb-l2: Add Broadcom STB Level-2 interrupt controller binding (2014-05-27 14:43:36 +0000)

----------------------------------------------------------------
irqchip core changes for v3.16

- irq-gic
- use a mask field

- irq-armada-370-xp
- move the DT binding docs to the irqchip directory

- irq-brcmstb-l2
- new driver for Broadcom Set Top Box Level-2

----------------------------------------------------------------
Ezequiel Garcia (1):
irqchip: armada-370-xp: Move the devicetree binding documentation

Florian Fainelli (2):
irqchip: brcmstb-l2: Add Broadcom Set Top Box Level-2 interrupt controller
Documentation: brcmstb-l2: Add Broadcom STB Level-2 interrupt controller binding

Haojian Zhuang (1):
irqchip: gic: Use mask field in GICC_IAR

.../bindings/interrupt-controller/brcm,l2-intc.txt | 29 +++
.../marvell,armada-370-xp-mpic.txt} | 0
drivers/irqchip/Kconfig | 6 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-brcmstb-l2.c | 202 +++++++++++++++++++++
drivers/irqchip/irq-gic.c | 2 +-
include/linux/irqchip/arm-gic.h | 2 +
7 files changed, 241 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt
rename Documentation/devicetree/bindings/{arm/armada-370-xp-mpic.txt => interrupt-controller/marvell,armada-370-xp-mpic.txt} (100%)
create mode 100644 drivers/irqchip/irq-brcmstb-l2.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/