On Wed, 20 Oct 2021 at 22:53, Samuel Holland <sam...@sholland.org> wrote: > > This, along with gpio_flags_xlate(), allows the GPIO driver to handle > pull-up/down flags provided by consumer drivers or in the device tree. > > Signed-off-by: Samuel Holland <sam...@sholland.org> > --- > > drivers/gpio/sunxi_gpio.c | 62 +++++++++++++++++---------------------- > 1 file changed, 27 insertions(+), 35 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>