From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] irqchip: Support Aspeed IRQ controller
Date: Wed, 22 Jun 2016 18:53:57 +0000 [thread overview]
Message-ID: <20160622185357.GE9922@io.lakedaemon.net> (raw)
In-Reply-To: <1463064193-2178-1-git-send-email-joel@jms.id.au>
Hey Joel, Ben,
On Fri, May 13, 2016 at 12:13:11AM +0930, Joel Stanley wrote:
> 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.
>
> V2 has a fix for the compatible string in the device tree bindings.
>
> V3 drops the valid-sources bitmasks and adds a unit address to the example in
> the bindings
>
> 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 | 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
Series applied to irqchip/aspeed. I'll only rebase it if you tell me
to. :-)
Should be in -next the next time it gets built.
thx,
Jason.
WARNING: multiple messages have this Message-ID (diff)
From: Jason Cooper <jason@lakedaemon.net>
To: Joel Stanley <joel@jms.id.au>
Cc: baruch@tkos.co.il, arnd@arndb.de, devicetree@vger.kernel.org,
marc.zyngier@arm.com, benh@kernel.crashing.org, andrew@aj.id.au,
jk@ozlabs.org, tglx@linutronix.de,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/2] irqchip: Support Aspeed IRQ controller
Date: Wed, 22 Jun 2016 18:53:57 +0000 [thread overview]
Message-ID: <20160622185357.GE9922@io.lakedaemon.net> (raw)
In-Reply-To: <1463064193-2178-1-git-send-email-joel@jms.id.au>
Hey Joel, Ben,
On Fri, May 13, 2016 at 12:13:11AM +0930, Joel Stanley wrote:
> 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.
>
> V2 has a fix for the compatible string in the device tree bindings.
>
> V3 drops the valid-sources bitmasks and adds a unit address to the example in
> the bindings
>
> 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 | 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
Series applied to irqchip/aspeed. I'll only rebase it if you tell me
to. :-)
Should be in -next the next time it gets built.
thx,
Jason.
next prev parent reply other threads:[~2016-06-22 18:53 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <462797239-14765-1-git-send-email-joel@jms.id.au>
2016-05-09 13:58 ` [PATCH v2 0/2] irqchip: Support Aspeed IRQ controller Joel Stanley
2016-05-09 13:58 ` Joel Stanley
2016-05-09 13:58 ` [PATCH v2 1/2] doc/devicetree: Add Aspeed VIC bindings Joel Stanley
2016-05-09 13:58 ` Joel Stanley
2016-05-11 14:33 ` Rob Herring
2016-05-11 14:33 ` Rob Herring
2016-05-12 1:01 ` Benjamin Herrenschmidt
2016-05-12 1:01 ` Benjamin Herrenschmidt
2016-05-12 17:20 ` Rob Herring
2016-05-12 17:20 ` Rob Herring
2016-05-18 13:50 ` Joel Stanley
2016-05-18 13:50 ` Joel Stanley
2016-05-20 20:13 ` Rob Herring
2016-05-20 20:13 ` Rob Herring
2016-05-09 13:58 ` [PATCH v2 2/2] irqchip: Add irq controller for Aspeed Joel Stanley
2016-05-09 13:58 ` Joel Stanley
2016-05-12 14:43 ` [PATCH v3 0/2] irqchip: Support Aspeed IRQ controller Joel Stanley
2016-05-12 14:43 ` Joel Stanley
2016-05-12 14:43 ` [PATCH v3 1/2] doc/devicetree: Add Aspeed VIC bindings Joel Stanley
2016-05-12 14:43 ` Joel Stanley
2016-05-12 14:43 ` [PATCH v3 2/2] irqchip: Add irq controller for Aspeed Joel Stanley
2016-05-12 14:43 ` Joel Stanley
2016-06-22 18:53 ` Jason Cooper [this message]
2016-06-22 18:53 ` [PATCH v3 0/2] irqchip: Support Aspeed IRQ controller Jason Cooper
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=20160622185357.GE9922@io.lakedaemon.net \
--to=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.