mbox series

[0/2] pinctrl: at91: Minor cleanups

Message ID 20230216-gpio-at91-immutable-v1-0-44f52f148ab9@kernel.org
Headers show
Series pinctrl: at91: Minor cleanups | expand

Message

Mark Brown Feb. 16, 2023, 3:43 p.m. UTC
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.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
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: 1b929c02afd37871d5afb9d498426f83432e71c2
change-id: 20230216-gpio-at91-immutable-53fcb995b285

Best regards,