devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Loongson: irqchip: Add loongson-eiointc DT init support
@ 2023-02-13 12:15 Binbin Zhou
  2023-02-13 12:15 ` [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Binbin Zhou
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Binbin Zhou @ 2023-02-13 12:15 UTC (permalink / raw)
  To: Huacai Chen, Jiaxun Yang, Thomas Gleixner, Marc Zyngier,
	Rob Herring, Krzysztof Kozlowski
  Cc: Jianmin Lv, Huacai Chen, linux-kernel, linux-mips, loongarch,
	devicetree, loongson-kernel, Binbin Zhou

Hi all:

Add EIOINTC irqchip DT support, which is needed for Loongson chips
that are DT-based and support EIOINTC, such as the Loongson-2K0500 SOC.

We need to handle the "parent_irq" and "eio-num-vecs" parameters passed
from DTS.

Thanks.

---
V2:
- Add the dt-bindings file (1/2);
- patch(2/2)
  - Remove forgotten debugging messages;
  - Rename properties name: "vec_count"->"loongson,eio-num-vecs";
  - Change compatible string name to "loongson,eiointc-1.0".

Binbin Zhou (2):
  dt-bindings: interrupt-controller: Add Loongson EIOINTC
  irqchip/loongson-eiointc: Add DT init support

 .../loongson,eiointc.yaml                     |  80 ++++++++++++
 drivers/irqchip/irq-loongson-eiointc.c        | 119 +++++++++++++-----
 2 files changed, 165 insertions(+), 34 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/loongson,eiointc.yaml

-- 
2.39.0


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

end of thread, other threads:[~2023-02-21 11:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13 12:15 [PATCH V2 0/2] Loongson: irqchip: Add loongson-eiointc DT init support Binbin Zhou
2023-02-13 12:15 ` [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Binbin Zhou
2023-02-14  9:52   ` Krzysztof Kozlowski
2023-02-14 12:40     ` Binbin Zhou
2023-02-14 12:43       ` Krzysztof Kozlowski
2023-02-15 20:12         ` Krzysztof Kozlowski
2023-02-16  1:46         ` Binbin Zhou
2023-02-16  8:10           ` Krzysztof Kozlowski
2023-02-16  9:30             ` Huacai Chen
2023-02-16  9:34               ` Krzysztof Kozlowski
2023-02-17  6:09             ` Binbin Zhou
2023-02-17  8:40               ` Krzysztof Kozlowski
2023-02-17 10:12                 ` Binbin Zhou
2023-02-21 11:18                   ` Krzysztof Kozlowski
2023-02-15 19:49   ` Rob Herring
2023-02-13 12:15 ` [PATCH V2 2/2] irqchip/loongson-eiointc: Add DT init support Binbin Zhou
2023-02-13 14:28 ` [PATCH V2 0/2] Loongson: irqchip: Add loongson-eiointc " Huacai Chen

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