gpio: ep93xx: Make irqchip immutable
authorNikita Shubin <nikita.shubin@maquefel.me>
Wed, 25 Jan 2023 07:26:11 +0000 (10:26 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Wed, 25 Jan 2023 07:26:11 +0000 (10:26 +0300)
commit01a518941f071df881a5dfa515cecf46898138e9
tree012e2b191d1ee3acc95e71a5863255e4839ba7b0
parent6fd6b09e1430d4b09785cb53f4da75737e36bfa1
gpio: ep93xx: Make irqchip immutable

This turns the Cirrus ep93xx gpio irqchip immutable.

Preserve per-chip labels by adding an ->irq_print_chip() callback.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
drivers/gpio/gpio-ep93xx.c