From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 0/4] irqchip: Add Aspeed SCU Interrupt Controller
Date: Tue, 24 Sep 2019 11:14:28 -0500 [thread overview]
Message-ID: <1569341672-27632-1-git-send-email-eajames@linux.ibm.com> (raw)
The Aspeed SOCs provide some interrupts through the System Control
Unit registers. Add an interrupt controller that provides these
interrupts to the system. Add the interrupt controller to the AST25XX
and AST26XX devicetrees.
Eddie James (4):
dt-bindings: interrupt-controller: Add Aspeed SCU interrupt controller
irqchip: Add Aspeed SCU interrupt controller
ARM: dts: aspeed: ast2500: Add SCU interrupt controller
ARM: dts: aspeed: ast2600: Add SCU interrupt controllers
.../interrupt-controller/aspeed,ast2xxx-scu-ic.txt | 26 +++
MAINTAINERS | 8 +
arch/arm/boot/dts/aspeed-g5.dtsi | 11 +-
arch/arm/boot/dts/aspeed-g6.dtsi | 18 ++
drivers/irqchip/Makefile | 2 +-
drivers/irqchip/irq-aspeed-scu-ic.c | 199 +++++++++++++++++++++
.../interrupt-controller/aspeed-scu-ic.h | 23 +++
7 files changed, 285 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt
create mode 100644 drivers/irqchip/irq-aspeed-scu-ic.c
create mode 100644 include/dt-bindings/interrupt-controller/aspeed-scu-ic.h
--
1.8.3.1
next reply other threads:[~2019-09-24 16:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-24 16:14 Eddie James [this message]
2019-09-24 16:14 ` [PATCH 1/4] dt-bindings: interrupt-controller: Add Aspeed SCU interrupt controller Eddie James
2019-09-24 16:14 ` [PATCH 2/4] irqchip: " Eddie James
2019-09-24 16:47 ` Marc Zyngier
2019-09-24 18:10 ` Eddie James
2019-09-24 16:14 ` [PATCH 3/4] ARM: dts: aspeed: ast2500: Add " Eddie James
2019-09-24 16:14 ` [PATCH 4/4] ARM: dts: aspeed: ast2600: Add SCU interrupt controllers Eddie James
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=1569341672-27632-1-git-send-email-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=linux-aspeed@lists.ozlabs.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 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).