Re: (subset) [PATCH v2 0/4] gpio: mt7621: address Sashiko complains and other cleanups
From: Sergio Paracuellos
Date: Wed Jul 01 2026 - 03:14:49 EST
On Wed, Jul 1, 2026 at 9:04 AM Bartosz Golaszewski <brgl@xxxxxxxxxx> wrote:
>
> On Tue, 30 Jun 2026 19:33:43 +0200, Sergio Paracuellos
> <sergio.paracuellos@xxxxxxxxx> said:
> > On Tue, Jun 30, 2026 at 4:37 PM Bartosz Golaszewski
> > <bartosz.golaszewski@xxxxxxxxxxxxxxxx> wrote:
> >>
> >>
> >> On Fri, 26 Jun 2026 08:01:08 +0200, Sergio Paracuellos wrote:
> >> > This patchset covers some sashiko complains reported at some point when IRQ
> >> > mapping was being fixed for this driver [0].
> >> >
> >> > I have included 'Fixes' tag and CC to stable for patches 13 since patch 4 is
> >> > just a cleanup for naming.
> >> >
> >> > Thanks in advance for your time.
> >> >
> >> > [...]
> >>
> >> Applied, thanks!
> >>
> >> [1/4] gpio: mt7621: avoid corruption of shared interrupt trigger state
> >> https://git.kernel.org/brgl/c/1781172526d1092323af443fa03f00e6de560401
> >> [2/4] gpio: mt7621: more robust management of IRQ domain teardown
> >> https://git.kernel.org/brgl/c/839738536adabae1a7e98ed3fc332ce9cc991d27
> >> [3/4] gpio: mt7621: be sure IRQ domain is created before exposing GPIO chips
> >> https://git.kernel.org/brgl/c/0e024f58291dfcb28d98c512002e1a80fad69798
> >>
> >> Best regards,
> >
> > Thanks! What about PATCH 4? Are you planning to apply afterwards or
> > should I just forget about it?
> >
> > Best regards,
> > Sergio Paracuellos
> >> --
> >> Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> >
>
> It's not a fix and it seems to depend on the three above. Once these three are
> upstream, I'll pull a mainline tag and apply 4/4. No worries.
Thanks a lot for letting me know.
Best regards,
Sergio Paracuellos
>
> Bartosz