From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Stanley Subject: [PATCH 0/2] irqchip: Support Aspeed IRQ controller Date: Mon, 9 May 2016 22:03:57 +0930 Message-ID: <1462797239-14765-1-git-send-email-joel@jms.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com Cc: devicetree@vger.kernel.org, arnd@arndb.de, jk@ozlabs.org, linux-arm-kernel@lists.infradead.org, benh@kernel.crashing.org List-Id: devicetree@vger.kernel.org Hello All, This adds support for the IRQ controller found in the Aspeed ast2400 and ast2500 BMC SoCs. It's been tested on the ast2400 in an OpenPower Palmetto system, and on the ast2500-edk developer kit. Cheers, Joel Benjamin Herrenschmidt (1): irqchip: Add irq controller for Aspeed Joel Stanley (1): doc/devicetree: Add Aspeed VIC bindings .../interrupt-controller/aspeed,ast2400-vic.txt | 24 +++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-aspeed-vic.c | 238 +++++++++++++++++++++ 3 files changed, 263 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt create mode 100644 drivers/irqchip/irq-aspeed-vic.c -- 2.8.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: joel@jms.id.au (Joel Stanley) Date: Mon, 9 May 2016 22:03:57 +0930 Subject: [PATCH 0/2] irqchip: Support Aspeed IRQ controller Message-ID: <1462797239-14765-1-git-send-email-joel@jms.id.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello All, This adds support for the IRQ controller found in the Aspeed ast2400 and ast2500 BMC SoCs. It's been tested on the ast2400 in an OpenPower Palmetto system, and on the ast2500-edk developer kit. Cheers, Joel Benjamin Herrenschmidt (1): irqchip: Add irq controller for Aspeed Joel Stanley (1): doc/devicetree: Add Aspeed VIC bindings .../interrupt-controller/aspeed,ast2400-vic.txt | 24 +++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-aspeed-vic.c | 238 +++++++++++++++++++++ 3 files changed, 263 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt create mode 100644 drivers/irqchip/irq-aspeed-vic.c -- 2.8.1