linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Realtek RTL838x/RTL839x IRQ driver
@ 2021-01-04 13:17 Bert Vermeulen
  2021-01-04 13:17 ` [PATCH v2 1/2] dt-bindings: interrupt-controller: Add Realtek RTL838x/RTL839x support Bert Vermeulen
  2021-01-04 13:17 ` [PATCH v2 2/2] irqchip: Add support for Realtek RTL838x/RTL839x IRQ controller Bert Vermeulen
  0 siblings, 2 replies; 8+ messages in thread
From: Bert Vermeulen @ 2021-01-04 13:17 UTC (permalink / raw)
  To: Thomas Gleixner, Marc Zyngier, Rob Herring, Birger Koblitz,
	John Crispin, linux-kernel, devicetree
  Cc: Bert Vermeulen

v2:
- Addressed all comments by Marc Zyngier.
- Moved interrupt routing symbols to device tree interrupt-map. Parsing
  is done similar to the renesas,rza1-irqc driver.

Bert Vermeulen (2):
  dt-bindings: interrupt-controller: Add Realtek RTL838x/RTL839x support
  irqchip: Add support for Realtek RTL838x/RTL839x IRQ controller

 .../realtek,rtl-intc.yaml                     |  57 ++++++
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-realtek-rtl.c             | 180 ++++++++++++++++++
 3 files changed, 238 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml
 create mode 100644 drivers/irqchip/irq-realtek-rtl.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-02 17:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 13:17 [PATCH v2 0/2] Realtek RTL838x/RTL839x IRQ driver Bert Vermeulen
2021-01-04 13:17 ` [PATCH v2 1/2] dt-bindings: interrupt-controller: Add Realtek RTL838x/RTL839x support Bert Vermeulen
2021-01-05 17:04   ` Rob Herring
2021-01-06  9:54     ` Bert Vermeulen
2021-01-06 15:19       ` Rob Herring
2021-01-04 13:17 ` [PATCH v2 2/2] irqchip: Add support for Realtek RTL838x/RTL839x IRQ controller Bert Vermeulen
2021-02-02 15:33   ` John Crispin
2021-02-02 17:33     ` Marc Zyngier

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).