[GIT PULL] irqchip: Core changes for v4.8 (second set)

From: Jason Cooper
Date: Fri Jul 01 2016 - 20:28:02 EST


Hi Thomas,

Here's the second round of changes for irqchip. This driver for Aspeed
has been in -next for six runs.

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

Please pull.

thx,

Jason.


The following changes since commit e04558cbfe61cd06d762eaaa587616798d9b65b6:

Merge branch 'irqchip/misc' into irqchip/core (2016-06-23 19:08:40 +0000)

are available in the git repository at:

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

for you to fetch changes up to 7a9243b950ff2f26720d1cb975b3548162da08de:

Merge branch 'irqchip/aspeed' into irqchip/core (2016-07-02 00:12:06 +0000)

----------------------------------------------------------------
irqchip core changes for v4.8 (second set)

- Add Aspeed VIC driver

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
irqchip/aspeed-vic: Add irq controller for Aspeed

Jason Cooper (1):
Merge branch 'irqchip/aspeed' into irqchip/core

Joel Stanley (1):
doc/devicetree: Add Aspeed VIC bindings

.../interrupt-controller/aspeed,ast2400-vic.txt | 22 ++
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-aspeed-vic.c | 230 +++++++++++++++++++++
3 files changed, 253 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt
create mode 100644 drivers/irqchip/irq-aspeed-vic.c