From: Joel Stanley <joel@jms.id.au>
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
Subject: [PATCH 0/2] irqchip: Support Aspeed IRQ controller
Date: Mon, 9 May 2016 22:03:57 +0930 [thread overview]
Message-ID: <1462797239-14765-1-git-send-email-joel@jms.id.au> (raw)
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
next reply other threads:[~2016-05-09 12:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-09 12:33 Joel Stanley [this message]
[not found] ` <1462797239-14765-1-git-send-email-joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>
2016-05-09 12:33 ` [PATCH 1/2] doc/devicetree: Add Aspeed VIC bindings Joel Stanley
2016-05-09 12:50 ` Baruch Siach
2016-05-09 12:55 ` Arnd Bergmann
2016-05-09 15:20 ` Mark Rutland
2016-05-09 22:04 ` Benjamin Herrenschmidt
2016-05-09 12:33 ` [PATCH 2/2] irqchip: Add irq controller for Aspeed Joel Stanley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1462797239-14765-1-git-send-email-joel@jms.id.au \
--to=joel@jms.id.au \
--cc=arnd@arndb.de \
--cc=benh@kernel.crashing.org \
--cc=devicetree@vger.kernel.org \
--cc=jason@lakedaemon.net \
--cc=jk@ozlabs.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marc.zyngier@arm.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).