Re: [PATCH V2] gpio: max77620: Make the irqchip immutable

From: Bartosz Golaszewski
Date: Thu May 05 2022 - 08:57:49 EST


On Thu, May 5, 2022 at 2:54 PM Marc Zyngier <maz@xxxxxxxxxx> wrote:
>
> On 2022-05-05 13:42, Bartosz Golaszewski wrote:
> > On Wed, May 4, 2022 at 4:44 PM Jon Hunter <jonathanh@xxxxxxxxxx> wrote:
> >>
> >> Commit 6c846d026d49 ("gpio: Don't fiddle with irqchips marked as
> >> immutable") added a warning to indicate if the gpiolib is altering the
> >> internals of irqchips. Following this change the following warning is
> >> now observed for the max77620 gpio driver ...
> >>
> >> WARNING KERN gpio gpiochip0: (max77620-gpio): not an immutable chip,
> >> please consider fixing it!
> >>
> >> Fix the above warning by making the max77620 gpio driver immutable.
> >>
> >> Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx>
> >> ---
> >
> > Queued for fixes, thanks!
>
> You mean fixes for *5.19*, right?
>

Of course I did. 100%. And I'll stick to this version. :)

(Thanks for the heads-up!)

Bart