Re: [PATCH v2 0/8] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
From: Herve Codina
Date: Thu Sep 11 2025 - 03:05:45 EST
Hi Thomas,
On Tue, 09 Sep 2025 22:54:41 +0200
Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> On Tue, Sep 09 2025 at 22:51, Thomas Gleixner wrote:
> > On Tue, Sep 09 2025 at 14:00, Herve Codina wrote:
> >> Patch 5 (new in v2)
> >> - Convert irqchip/ls-extirq to use for_each_of_imap_item
> >>
> >> Patch 6 (new in v2)
> >> - Convert irqchip/renesas-rza1 to use for_each_of_imap_item
> >
> > How are those two patches related to adding GPIO support?
> >
> > AFAICT, they are completely unrelated and just randomly sprinkled into
> > this series, but I might be missing something.
>
> Ah. I missed that this iterator got introduced in this series. Did you
> check whether that creates any conflicts against pending irqchip
> patches?
>
Indeed, I have a conflict in my patch 6 with 40c26230a1bf ("irqchip: Use int
type to store negative error codes").
I can rebase my next iteration on top of 40c26230a1bf and mention this commit
in my next iteration cover letter but an immutable tag and referencing this
tag in the cover letter should be better.
What is the best approach?
Best regards,
Hervé