[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231102142731.2087245-1-james.tai@realtek.com>
Date: Thu, 2 Nov 2023 22:27:25 +0800
From: James Tai <james.tai@...ltek.com>
To: <linux-kernel@...r.kernel.org>,
<linux-realtek-soc@...ts.infradead.org>
CC: Thomas Gleixner <tglx@...utronix.de>, Marc Zyngier <maz@...nel.org>
Subject: [PATCH 0/6] Initial support for the Realtek interrupt controller
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
Powered by blists - more mailing lists