mbox series

[0/3] Get rid of OMAP2 GPIO pdata quirks

Message ID 20230430-omap2-pdata-quirks-v1-0-e015f3a3ea46@linaro.org
Headers show
Series Get rid of OMAP2 GPIO pdata quirks | expand

Message

Linus Walleij May 1, 2023, 9:05 a.m. UTC
The OMAP2/3 has a few platform data quirks using the legacy
<linux/gpio.h> API and the associated global GPIO numberspace.

Since we started to use dynamic assignment of the OMAP GPIO
base this will not work, let's just rewrite and decomission
these bad habits.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (3):
      ARM/gpio: Push OMAP2 quirk down into TWL4030 driver
      ARM: omap2: Get USB hub reset GPIO from descriptor
      ARM: omap2: Rewrite WLAN quirk to use GPIO descriptors

 arch/arm/mach-omap2/omap_device.c  |   1 -
 arch/arm/mach-omap2/pdata-quirks.c | 132 ++++++++++++++++++-------------------
 drivers/gpio/gpio-twl4030.c        |  52 ++++++++++-----
 include/linux/mfd/twl.h            |   3 -
 4 files changed, 102 insertions(+), 86 deletions(-)
---
base-commit: 825a0714d2b3883d4f8ff64f6933fb73ee3f1834
change-id: 20230430-omap2-pdata-quirks-3093041ee4fe

Best regards,