On 29/07/2023 15:43, Keguang Zhang wrote: > This patch enables Loongson-1 irqchip driver > by adding platform INTC device nodes. > And drop the legacy platform IRQ driver accordingly. > > Based on previous patch by Jiaxun Yang. > > Link: https://lore.kernel.org/all/20190411121915.8040-3-jiaxun.yang@xxxxxxxxxxx > Signed-off-by: Keguang Zhang <keguang.zhang@xxxxxxxxx> > --- > arch/mips/boot/dts/loongson/loongson1.dtsi | 53 ++++++ > arch/mips/boot/dts/loongson/loongson1c.dtsi | 13 ++ DTS is always separate from the drivers. > arch/mips/loongson32/common/Makefile | 2 +- > arch/mips/loongson32/common/irq.c | 191 -------------------- > arch/mips/loongson32/init.c | 5 + > 5 files changed, 72 insertions(+), 192 deletions(-) > delete mode 100644 arch/mips/loongson32/common/irq.c > Best regards, Krzysztof