Re: [PATCH] HID: cp2112: make the irqchip immutable

From: Linus Walleij
Date: Wed Aug 23 2023 - 08:15:15 EST


On Tue, Aug 22, 2023 at 5:22 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:

> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> This make the GPIO irqchip exposed by the CP2112 driver use an immutable
> irq_chip struct thus addressing the following warning on probe:
>
> (cp2112_gpio): not an immutable chip, please consider fixing it!
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Thanks for fixing this. FWIW:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Marc Z, have you checked how we stand with immutable GPIO
irqchips? We should be able to smoke it out to default behaviour
soon I think.

Yours,
Linus Walleij