public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Initial support for the Realtek interrupt controller
@ 2023-11-02 14:27 James Tai
  2023-11-02 14:27 ` [PATCH 1/6] dt-bindings: interrupt-controller: Add support for Realtek DHC SoCs James Tai
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: James Tai @ 2023-11-02 14:27 UTC (permalink / raw)
  To: linux-kernel, linux-realtek-soc; +Cc: Thomas Gleixner, Marc Zyngier

Introduce an interrupt controller driver for Realtek DHC (Digital Home Center) SoCs.

James Tai (6):
  dt-bindings: interrupt-controller: Add support for Realtek DHC SoCs
  irqchip: Add interrupt controller support for Realtek DHC SoCs
  irqchip: Introduce RTD1319 support using the Realtek Common Interrupt
    Controller Driver
  irqchip: Introduce RTD1319D support using the Realtek Common Interrupt
    Controller Driver
  irqchip: Introduce RTD1325 support using the Realtek Common Interrupt
    Controller Driver
  irqchip: Introduce RTD1619B support using the Realtek Common Interrupt
    Controller Driver

 .../interrupt-controller/realtek,intc.yaml    | 146 +++++++++++
 drivers/irqchip/Kconfig                       |  28 +++
 drivers/irqchip/Makefile                      |   5 +
 drivers/irqchip/irq-realtek-intc-common.c     | 232 ++++++++++++++++++
 drivers/irqchip/irq-realtek-intc-common.h     |  75 ++++++
 drivers/irqchip/irq-realtek-rtd1319.c         | 204 +++++++++++++++
 drivers/irqchip/irq-realtek-rtd1319d.c        | 211 ++++++++++++++++
 drivers/irqchip/irq-realtek-rtd1325.c         | 214 ++++++++++++++++
 drivers/irqchip/irq-realtek-rtd1619b.c        | 201 +++++++++++++++
 9 files changed, 1316 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/realtek,intc.yaml
 create mode 100644 drivers/irqchip/irq-realtek-intc-common.c
 create mode 100644 drivers/irqchip/irq-realtek-intc-common.h
 create mode 100644 drivers/irqchip/irq-realtek-rtd1319.c
 create mode 100644 drivers/irqchip/irq-realtek-rtd1319d.c
 create mode 100644 drivers/irqchip/irq-realtek-rtd1325.c
 create mode 100644 drivers/irqchip/irq-realtek-rtd1619b.c

-- 
2.25.1


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

end of thread, other threads:[~2023-11-17  9:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 14:27 [PATCH 0/6] Initial support for the Realtek interrupt controller James Tai
2023-11-02 14:27 ` [PATCH 1/6] dt-bindings: interrupt-controller: Add support for Realtek DHC SoCs James Tai
2023-11-03  6:49   ` Krzysztof Kozlowski
2023-11-16 14:37     ` James Tai [戴志峰]
2023-11-16 14:46       ` Krzysztof Kozlowski
2023-11-02 14:27 ` [PATCH 2/6] irqchip: Add interrupt controller " James Tai
2023-11-06 11:30   ` Thomas Gleixner
2023-11-16 15:25     ` James Tai [戴志峰]
2023-11-17  9:44       ` James Tai [戴志峰]
2023-11-02 14:27 ` [PATCH 3/6] irqchip: Introduce RTD1319 support using the Realtek Common Interrupt Controller Driver James Tai
2023-11-06  4:26   ` kernel test robot
2023-11-06 17:06   ` Thomas Gleixner
2023-11-16 15:29     ` James Tai [戴志峰]
2023-11-02 14:27 ` [PATCH 4/6] irqchip: Introduce RTD1319D " James Tai
2023-11-06  4:03   ` kernel test robot
2023-11-02 14:27 ` [PATCH 5/6] irqchip: Introduce RTD1325 " James Tai
2023-11-06  7:00   ` kernel test robot
2023-11-02 14:27 ` [PATCH 6/6] irqchip: Introduce RTD1619B " James Tai
2023-11-06 10:26   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox