[PATCH v2 0/2] pinctrl: at91: Minor cleanups

Mark Brown posted 2 patches 2 years, 6 months ago
drivers/pinctrl/pinctrl-at91.c | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
[PATCH v2 0/2] pinctrl: at91: Minor cleanups
Posted by Mark Brown 2 years, 6 months ago
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@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: 00408f28c344fd1cafe6e66fe0f454607a2605f9
change-id: 20230216-gpio-at91-immutable-53fcb995b285

Best regards,
-- 
Mark Brown <broonie@kernel.org>
Re: [PATCH v2 0/2] pinctrl: at91: Minor cleanups
Posted by Linus Walleij 2 years, 6 months ago
On Tue, Mar 7, 2023 at 1:51 PM Mark Brown <broonie@kernel.org> wrote:

> 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.

Patches applied, thanks Mark!

Yours,
Linus Walleij