On Tue, Sep 13, 2022 at 6:46 PM Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> 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 warnings > are now observed for the mt7621 driver: > > gpio gpiochip0: (1e000600.gpio-bank0): not an immutable chip, please consider fixing it! > gpio gpiochip1: (1e000600.gpio-bank1): not an immutable chip, please consider fixing it! > gpio gpiochip2: (1e000600.gpio-bank2): not an immutable chip, please consider fixing it! > > Fix this by making the irqchip in the mt7621 driver immutable. > > Tested-by: Arınç ÜNAL <arinc.unal@xxxxxxxxxx> > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > --- Queued for fixes. Bart