Re: [PATCH] pinctrl: meson: Correct the driver GPIO declaration

2021-11-13 Thread Simon Glass
Hi Tom, On Fri, 12 Nov 2021 at 21:08, Tom Rini wrote: > > On Fri, Nov 12, 2021 at 07:00:34PM -0700, Simon Glass wrote: > > > This should use the provided U_BOOT_DRIVER() macro so that the driver gets > > added to the appropriate linker list. Fix it. > > > > Signed-off-by: Simon Glass > > Fixes:

Re: [PATCH] pinctrl: meson: Correct the driver GPIO declaration

2021-11-12 Thread Tom Rini
On Fri, Nov 12, 2021 at 07:00:34PM -0700, Simon Glass wrote: > This should use the provided U_BOOT_DRIVER() macro so that the driver gets > added to the appropriate linker list. Fix it. > > Signed-off-by: Simon Glass > Fixes: 7c9dcfed50f ("pinctrl: meson: rework gx pmx function") Doesn't build

[PATCH] pinctrl: meson: Correct the driver GPIO declaration

2021-11-12 Thread Simon Glass
This should use the provided U_BOOT_DRIVER() macro so that the driver gets added to the appropriate linker list. Fix it. Signed-off-by: Simon Glass Fixes: 7c9dcfed50f ("pinctrl: meson: rework gx pmx function") --- drivers/pinctrl/meson/pinctrl-meson-gx-pmx.c | 2 +- drivers/pinctrl/meson/pinctr