Re: [PATCH v2 2/3] drivers: gpio: keep output value for input on sandbox

2020-10-14 Thread Tom Rini
On Mon, Sep 14, 2020 at 12:50:55PM +0200, Heinrich Schuchardt wrote: > For testing purposes keep the output value when switching to input. > This allows us to manipulate the input value via the gpio command. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Philippe Reynes Applied to u-boo

Re: [PATCH v2 2/3] drivers: gpio: keep output value for input on sandbox

2020-09-14 Thread Philippe REYNES
> For testing purposes keep the output value when switching to input. > This allows us to manipulate the input value via the gpio command. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Philippe Reynes > --- > v2: > new patch > --- > drivers/gpio/sandbox.c | 10 +- > 1 file chang

[PATCH v2 2/3] drivers: gpio: keep output value for input on sandbox

2020-09-14 Thread Heinrich Schuchardt
For testing purposes keep the output value when switching to input. This allows us to manipulate the input value via the gpio command. Signed-off-by: Heinrich Schuchardt --- v2: new patch --- drivers/gpio/sandbox.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --g