Re: [PATCH v4 2/2] test: gpio: Add tests for the managed API

2020-09-09 Thread Simon Glass
Hi Pratyush, On Tue, 8 Sep 2020 at 21:53, Pratyush Yadav wrote: > > On 08/09/20 05:56PM, Simon Glass wrote: > > On Mon, 7 Sep 2020 at 23:40, Pratyush Yadav wrote: > > > > > > From: Jean-Jacques Hiblot > > > > > > Add a test to verify that GPIOs can be acquired/released using the managed > > >

Re: [PATCH v4 2/2] test: gpio: Add tests for the managed API

2020-09-08 Thread Pratyush Yadav
On 08/09/20 05:56PM, Simon Glass wrote: > On Mon, 7 Sep 2020 at 23:40, Pratyush Yadav wrote: > > > > From: Jean-Jacques Hiblot > > > > Add a test to verify that GPIOs can be acquired/released using the managed > > API. Also check that the GPIOs are released when the consumer device is > >

Re: [PATCH v4 2/2] test: gpio: Add tests for the managed API

2020-09-08 Thread Simon Glass
On Mon, 7 Sep 2020 at 23:40, Pratyush Yadav wrote: > > From: Jean-Jacques Hiblot > > Add a test to verify that GPIOs can be acquired/released using the managed > API. Also check that the GPIOs are released when the consumer device is > removed. > > Signed-off-by: Jean-Jacques Hiblot >

[PATCH v4 2/2] test: gpio: Add tests for the managed API

2020-09-07 Thread Pratyush Yadav
From: Jean-Jacques Hiblot Add a test to verify that GPIOs can be acquired/released using the managed API. Also check that the GPIOs are released when the consumer device is removed. Signed-off-by: Jean-Jacques Hiblot Signed-off-by: Pratyush Yadav --- arch/sandbox/dts/test.dts | 10