u-boot/drivers/usb
Samuel Holland 425084610e sunxi: Clean up inclusions of asm/arch/gpio.h
As part of migrating to DM_GPIO and DM_PINCTRL, eventually we will
remove the asm/arch/gpio.h header. In preparation, clean up the various
files that include it.

Some files did not contain any GPIO code at all, so this header was
completely unused.

A few files contained only legacy platform-specific GPIO code for
setting up pin muxes. They were left unchanged, as that code will be
completely removed by the DM_PINCTRL migration.

The remaining files contain some combination of DM_GPIO and legacy GPIO
code. For those, switch to including asm/gpio.h (if it wasn't included
already). Right now, this header provides both sets of functions,
because ARCH_SUNXI selects GPIO_EXTRA_HEADER. This will still be the
right header to include once the DM_GPIO migration is complete and
GPIO_EXTRA_HEADER is no longer needed.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2021-10-11 10:46:44 +01:00
..
cdns3 global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
common usb: add support for ULPI/SERIAL/HSIC PHY modes 2021-09-22 21:29:56 +02:00
dwc3 usb: dwc3: meson-gxl: add AXG compatible 2021-10-07 10:14:50 +02:00
emul usb: Enforce DM_USB migration for USB_HOST devices. 2021-07-18 21:05:31 -04:00
eth WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
gadget WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
host arm: Remove zmx25 board and ARCH_MX25 2021-10-01 21:08:18 -04:00
mtu3 Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST 2021-07-28 14:27:54 -04:00
musb WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
musb-new sunxi: Clean up inclusions of asm/arch/gpio.h 2021-10-11 10:46:44 +01:00
phy usb: phy: ti: Remove non-DM PHY code 2021-09-27 21:38:34 -04:00
ulpi common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
Kconfig usb: Enforce DM_USB migration for USB_HOST devices. 2021-07-18 21:05:31 -04:00