A few cleanups for the at91 driver, making the GPIO irqchip immutable and removing an unused member from the driver data. The driver is still using statically assigned GPIO numbers, we can't just remove that since the driver itself is still relying on them even if there are no longer board files for this platform. Changes in v2: - Rebased onto Linus' devel branch. - Link to v1: https://lore.kernel.org/r/20230216-gpio-at91-immutable-v1-0-44f52f148ab9@xxxxxxxxxx --- Mark Brown (2): pinctrl: at91: Make the irqchip immutable pinctrl: at91: Remove pioc_index from struct at91_gpio_chip drivers/pinctrl/pinctrl-at91.c | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) --- base-commit: 00408f28c344fd1cafe6e66fe0f454607a2605f9 change-id: 20230216-gpio-at91-immutable-53fcb995b285 Best regards, -- Mark Brown <broonie@xxxxxxxxxx>