devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add JH8100 external interrupt controller support
@ 2024-01-11  2:31 Changhuang Liang
  2024-01-11  2:32 ` [PATCH v1 1/2] dt-bindings: interrupt-controller: Add starfive,jh8100-intc Changhuang Liang
  2024-01-11  2:32 ` [PATCH v1 2/2] irqchip: Add StarFive external interrupt controller Changhuang Liang
  0 siblings, 2 replies; 6+ messages in thread
From: Changhuang Liang @ 2024-01-11  2:31 UTC (permalink / raw)
  To: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Philipp Zabel
  Cc: Ley Foon Tan, Jack Zhu, Changhuang Liang, linux-kernel,
	devicetree

This patchset adds external interrupt controller driver for the StarFive
JH81000 SoC. It can be used to handle high-level input interrupt signals.
It also send the output interrupt signal to RISC-V PLIC.

Changhuang Liang (2):
  dt-bindings: interrupt-controller: Add starfive,jh8100-intc
  irqchip: Add StarFive external interrupt controller

 .../starfive,jh8100-intc.yaml                 |  61 ++++++
 MAINTAINERS                                   |   6 +
 drivers/irqchip/Kconfig                       |  11 ++
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-starfive-jh8100-intc.c    | 180 ++++++++++++++++++
 5 files changed, 259 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/starfive,jh8100-intc.yaml
 create mode 100644 drivers/irqchip/irq-starfive-jh8100-intc.c

--
2.25.1

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

end of thread, other threads:[~2024-01-25  3:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11  2:31 [PATCH v1 0/2] Add JH8100 external interrupt controller support Changhuang Liang
2024-01-11  2:32 ` [PATCH v1 1/2] dt-bindings: interrupt-controller: Add starfive,jh8100-intc Changhuang Liang
2024-01-11  8:07   ` Krzysztof Kozlowski
2024-01-11  2:32 ` [PATCH v1 2/2] irqchip: Add StarFive external interrupt controller Changhuang Liang
2024-01-24  9:53   ` Philipp Zabel
2024-01-25  3:16     ` 回复: " Changhuang Liang

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