All of lore.kernel.org
 help / color / mirror / Atom feed
From: Parthiban Nallathambi <pn@denx.de>
To: tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com,
	robh+dt@kernel.org, mark.rutland@arm.com, afaerber@suse.de,
	catalin.marinas@arm.com, will.deacon@arm.com,
	manivannan.sadhasivam@linaro.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, sravanhome@gmail.com,
	thomas.liau@actions-semi.com, mp-cs@actions-semi.com,
	linux@cubietech.com, edgar.righi@lsitec.org.br,
	laisa.costa@lsitec.org.br, guilherme.simoes@lsitec.org.br,
	mkzuffo@lsi.usp.br, Parthiban Nallathambi <pn@denx.de>
Subject: [PATCH v2 0/3] Add Actions Semi Owl family sirq support
Date: Sun, 12 Aug 2018 14:22:12 +0200	[thread overview]
Message-ID: <20180812122215.1079590-1-pn@denx.de> (raw)

This patch series add support for external interrupt controller
in Actions Semi Owl famil of SoC's (S500, S700 and S900). Actions
provides support for external interrupt controller to be connected
with it's SoC's using 3 SIRQ pins.

Each line can be configures independently, i.e 3 independent external
interrupt controller can be connected and managed parallely.

Device tree node is created only for S700 after testing it in Cubieboard7.

Changelog in v2:
- Added SIRQ as hierarchical chip
        GIC <----> SIRQ <----> External interrupt controller/Child devices
- Device binding updates with vendor prefix
- Register sharing handled globally and common init sequence/data for all
actions SoC family

Thanks,
Parthiban
Saravanan

Parthiban Nallathambi (3):
  dt-bindings: interrupt-controller: Actions external interrupt
    controller
  drivers/irqchip: Add Actions external interrupts support
  arm64: dts: actions: Add sirq node for Actions Semi S700

 .../interrupt-controller/actions,owl-sirq.txt      |  46 ++++
 arch/arm64/boot/dts/actions/s700.dtsi              |   9 +
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-owl-sirq.c                     | 305 +++++++++++++++++++++
 4 files changed, 361 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.txt
 create mode 100644 drivers/irqchip/irq-owl-sirq.c

-- 
2.14.4


WARNING: multiple messages have this Message-ID (diff)
From: pn@denx.de (Parthiban Nallathambi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Add Actions Semi Owl family sirq support
Date: Sun, 12 Aug 2018 14:22:12 +0200	[thread overview]
Message-ID: <20180812122215.1079590-1-pn@denx.de> (raw)

This patch series add support for external interrupt controller
in Actions Semi Owl famil of SoC's (S500, S700 and S900). Actions
provides support for external interrupt controller to be connected
with it's SoC's using 3 SIRQ pins.

Each line can be configures independently, i.e 3 independent external
interrupt controller can be connected and managed parallely.

Device tree node is created only for S700 after testing it in Cubieboard7.

Changelog in v2:
- Added SIRQ as hierarchical chip
        GIC <----> SIRQ <----> External interrupt controller/Child devices
- Device binding updates with vendor prefix
- Register sharing handled globally and common init sequence/data for all
actions SoC family

Thanks,
Parthiban
Saravanan

Parthiban Nallathambi (3):
  dt-bindings: interrupt-controller: Actions external interrupt
    controller
  drivers/irqchip: Add Actions external interrupts support
  arm64: dts: actions: Add sirq node for Actions Semi S700

 .../interrupt-controller/actions,owl-sirq.txt      |  46 ++++
 arch/arm64/boot/dts/actions/s700.dtsi              |   9 +
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-owl-sirq.c                     | 305 +++++++++++++++++++++
 4 files changed, 361 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.txt
 create mode 100644 drivers/irqchip/irq-owl-sirq.c

-- 
2.14.4

             reply	other threads:[~2018-08-12 12:22 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-12 12:22 Parthiban Nallathambi [this message]
2018-08-12 12:22 ` [PATCH v2 0/3] Add Actions Semi Owl family sirq support Parthiban Nallathambi
2018-08-12 12:22 ` [PATCH v2 1/3] dt-bindings: interrupt-controller: Actions external interrupt controller Parthiban Nallathambi
2018-08-12 12:22   ` Parthiban Nallathambi
2018-08-13  4:34   ` Manivannan Sadhasivam
2018-08-13  4:34     ` Manivannan Sadhasivam
2018-08-13  7:51     ` Marc Zyngier
2018-08-13  7:51       ` Marc Zyngier
2018-08-13  9:15       ` Manivannan Sadhasivam
2018-08-13  9:15         ` Manivannan Sadhasivam
2018-08-13  9:23         ` Manivannan Sadhasivam
2018-08-13  9:23           ` Manivannan Sadhasivam
2018-11-12 10:53     ` Parthiban Nallathambi
2018-11-12 10:53       ` Parthiban Nallathambi
2018-08-13 19:44   ` Rob Herring
2018-08-13 19:44     ` Rob Herring
2018-11-12 11:01     ` Parthiban Nallathambi
2018-11-12 11:01       ` Parthiban Nallathambi
2018-08-12 12:22 ` [PATCH v2 2/3] drivers/irqchip: Add Actions external interrupts support Parthiban Nallathambi
2018-08-12 12:22   ` Parthiban Nallathambi
2018-08-13 11:46   ` Marc Zyngier
2018-08-13 11:46     ` Marc Zyngier
2018-08-26 15:20     ` Parthiban Nallathambi
2018-08-26 15:20       ` Parthiban Nallathambi
2018-09-20  9:42       ` Parthiban Nallathambi
2018-09-20  9:42         ` Parthiban Nallathambi
2018-11-06 18:07         ` Parthiban Nallathambi
2018-11-06 18:07           ` Parthiban Nallathambi
2018-11-08 17:03       ` Marc Zyngier
2018-11-08 17:03         ` Marc Zyngier
2018-11-12 10:32         ` Parthiban Nallathambi
2018-11-12 10:32           ` Parthiban Nallathambi
2018-11-13 14:56           ` Marc Zyngier
2018-11-13 14:56             ` Marc Zyngier
2018-11-13 14:56             ` Marc Zyngier
2018-08-12 12:22 ` [PATCH v2 3/3] arm64: dts: actions: Add sirq node for Actions Semi S700 Parthiban Nallathambi
2018-08-12 12:22   ` Parthiban Nallathambi

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=20180812122215.1079590-1-pn@denx.de \
    --to=pn@denx.de \
    --cc=afaerber@suse.de \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=edgar.righi@lsitec.org.br \
    --cc=guilherme.simoes@lsitec.org.br \
    --cc=jason@lakedaemon.net \
    --cc=laisa.costa@lsitec.org.br \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@cubietech.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=marc.zyngier@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=mkzuffo@lsi.usp.br \
    --cc=mp-cs@actions-semi.com \
    --cc=robh+dt@kernel.org \
    --cc=sravanhome@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=thomas.liau@actions-semi.com \
    --cc=will.deacon@arm.com \
    /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.