Re: [PATCH v2 1/1] gpio: tegra: Convert to immutable irq chip

From: Bartosz Golaszewski
Date: Mon Oct 17 2022 - 04:07:06 EST


On Sat, Oct 15, 2022 at 7:26 PM Svyatoslav Ryhel <clamor95@xxxxxxxxx> wrote:
>
> Update the driver to use an immutable IRQ chip to fix this warning:
>
> "not an immutable chip, please consider fixing it!"
>
> Preserve per-chip labels by adding an ->irq_print_chip() callback.
>
> Tested-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx> # TF201 T30
> Tested-by: Robert Eckelmann <longnoserob@xxxxxxxxx> # TF101 T20
> Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
> Reviewed-by: Dmitry Osipenko <digetx@xxxxxxxxx>
> ---

Applied, thanks!

Bart