Re: [PATCH v3 1/6] gpio: regmap: Add quirk for output data register

From: Sander Vanheule
Date: Thu Jun 03 2021 - 06:03:37 EST


Hi Michael, Bartosz,

On Fri, 2021-05-28 at 08:40 +0200, Michael Walle wrote:
> Am 2021-05-24 00:33, schrieb Sander Vanheule:
> > 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.
>
> Nice! If this is really needed:
>
> Reviewed-by: Michael Walle <michael@xxxxxxxx>

Looks like the quirk won't be needed for this series, but I can always resubmit
it separately if needed.


Best,
Sander