[GIT PULL] irqchip: core: Last changes for v3.18

From: Jason Cooper
Date: Thu Oct 02 2014 - 09:37:23 EST


Thomas,

Here's the last round of changes for irqchip/core. This is it for
v3.18. Unfortunately, I've been a bit wrapped around the axle this
cycle with other commitments, so this is really late. The only thing I
have to say for myself is that every commit listed below has been in
linux-next for at *least* 12 of Stephen's 'next-YYYYMMDD' tags.

Hopefully it'll be ok for you to take this since Linus is either
delaying the opening of the merge window by a week or leaving it open a
week longer.

This is an incremental pull request from tags/irqchip-core-3.18 up to
tags/irqchip-core-3.18-2 on the irqchip/core branch.

Please pull.

thx,

Jason.

The following changes since commit 468a903c0e5147e3f93187f0b808a3ef957fd00e:

Merge branch 'irqchip/handle_domain' into irqchip/core (2014-09-14 07:53:54 +0000)

are available in the git repository at:

git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-3.18-2

for you to fetch changes up to fae119b6d427a087be0c6a85431c1b8ee9ffea96:

Merge branch 'irqchip/gic' into irqchip/core (2014-10-02 13:04:58 +0000)

----------------------------------------------------------------
irqchip core changes for v3.18 (round 2)

- atmel
- Add sama5d4 support
- Correct # irqs for sama5d3

- broadcom
- Add bcm7120 l2 interrupt controller and DT binding

- gic-v3
- Add CPU PM notifier
- Add enable/disable support to gic_enable_redist

----------------------------------------------------------------
Alexandre Belloni (2):
irqchip: atmel-aic5: The sama5d3 has 48 IRQs
irqchip: atmel-aic5: Add sama5d4 support

Florian Fainelli (2):
irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controller
Documentation: bcm7120-l2: Add Broadcom BCM7120-style L2 binding

Jason Cooper (3):
Merge branch 'irqchip/atmel' into irqchip/core
Merge branch 'irqchip/broadcom' into irqchip/core
Merge branch 'irqchip/gic' into irqchip/core

Sudeep Holla (2):
irqchip: gic-v3: Refactor gic_enable_redist to support both enabling and disabling
irqchip: gic-v3: Implement CPU PM notifier

.../bindings/interrupt-controller/atmel,aic.txt | 2 +-
.../interrupt-controller/brcm,bcm7120-l2-intc.txt | 86 ++++++++
drivers/irqchip/Makefile | 3 +-
drivers/irqchip/irq-atmel-aic5.c | 12 +-
drivers/irqchip/irq-bcm7120-l2.c | 219 +++++++++++++++++++++
drivers/irqchip/irq-gic-v3.c | 87 ++++++--
6 files changed, 385 insertions(+), 24 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7120-l2-intc.txt
create mode 100644 drivers/irqchip/irq-bcm7120-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/