1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-30 15:47:09 +01:00
Files
u-boot-megous/drivers/video
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-02-07 14:33:48 -05:00
2023-02-10 07:41:41 -05:00
2022-10-30 20:07:17 +01:00
2022-10-30 20:07:17 +01:00
2023-09-19 11:36:25 -04:00
2023-10-11 15:43:55 -04:00
2023-09-22 06:05:40 +08:00
2023-03-13 13:53:01 +01:00
2021-07-15 17:56:03 +05:30
2023-09-19 11:36:25 -04:00
2023-09-19 11:36:25 -04:00
2022-03-28 20:18:26 +02:00
2022-03-28 20:16:46 +02:00
2022-01-19 18:11:34 +01:00
2023-07-14 12:54:51 -04:00