Am 2021-05-24 00:33, schrieb Sander Vanheule:
GPIO chips may not support setting the output value when a pin isconfigured as an input, although the current implementation assumes thisis 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> -michael