Re: [PATCH 06/17] MIPS: loongson32: Convert platform IRQ driver to DT

From: Keguang Zhang
Date: Sun Jul 30 2023 - 22:52:39 EST


On Sun, Jul 30, 2023 at 4:24 PM Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxx> wrote:
>
> 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.

Got it. Will do.
>
> > 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
>


--
Best regards,

Keguang Zhang