gpio: tegra: Convert to immutable irq chip
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 19 Oct 2022 06:12:01 +0000 (09:12 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 20 Oct 2022 11:47:54 +0000 (13:47 +0200)
commit7d1aa08aff0621a595c1b42efb493c475eefeeb3
tree2058bb35879f75c2b65c06ab5b721c4d723a2336
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
gpio: tegra: Convert to immutable irq chip

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@gmail.com> # TF201 T30
Tested-by: Robert Eckelmann <longnoserob@gmail.com> # TF101 T20
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-tegra.c