Andre Przywara 207ed0a3dd pinctrl: sunxi: remove GPIO_EXTRA_HEADER
U-Boot's generic GPIO_EXTRA_HEADER is a convenience symbol to allow code
to more easily include platform specific GPIO headers. This should not
be needed in a DM world anymore, since the generic GPIO framework
handles that nicely.
For Allwinner boards we still need to deal with non-DM GPIO in the SPL,
but this should become the exception, not the rule.

Make this more obvious by removing the definition of GPIO_EXTRA_HEADER,
and just force every legacy user of platform specific GPIO to include
the new sunxi_gpio.h header explicitly. Everyone doing so should feel
ashamed and should find a way to avoid it from now on.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Samuel Holland <samuel@sholland.org>
2023-10-22 23:40:57 +01:00
..
2023-08-17 12:29:21 -04:00
2023-10-02 10:55:44 -04:00
2023-10-16 17:34:38 -04:00
2022-07-08 17:57:34 -04:00
2023-10-09 15:24:31 -04:00
2023-10-04 10:49:30 -04:00
2023-03-15 01:38:19 +01:00
2023-10-02 10:55:44 -04:00