aboutsummaryrefslogtreecommitdiff
tag namesent/omap2-pdata-quirks-v1 (cdd9b0a4c840b92cfd19cede5637cd444eda2037)
tag date2023-05-01 11:05:27 +0200
tagged byLinus Walleij <linus.walleij@linaro.org>
tagged objectcommit e394fbdcd3...
Get rid of OMAP2 GPIO pdata quirks
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. To: Tony Lindgren <tony@atomide.com> To: Russell King <linux@armlinux.org.uk> To: Bartosz Golaszewski <brgl@bgdev.pl> To: Lee Jones <lee@kernel.org> To: Andreas Kemnade <andreas@kemnade.info> Cc: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-omap@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-gpio@vger.kernel.org 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,