On Mon, May 24, 2021 at 12:34 AM Sander Vanheule <sander@xxxxxxxxxxxxx> wrote: > > GPIO chips may not support setting the output value when a pin is > configured as an input, although the current implementation assumes this > is always possible. > > Add support for setting pin direction before value. The order defaults > to setting the value first, but this can be reversed by setting the > GPIO_REGMAP_QUIRK_SET_DIRECTION_FIRST flag in regmap_config.quirks. > > Signed-off-by: Sander Vanheule <sander@xxxxxxxxxxxxx> > --- Acked-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>