Re: [PATCH v3 2/2] test: reset: Add tests for the managed API

2020-10-01 Thread Tom Rini
On Wed, Sep 09, 2020 at 03:37:04PM +0530, Pratyush Yadav wrote: > From: Jean-Jacques Hiblot > > The tests are basically the same as for the regular API. Except that > the reset are initialized using the managed API, and no freed manually. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: S

[PATCH v3 2/2] test: reset: Add tests for the managed API

2020-09-09 Thread Pratyush Yadav
From: Jean-Jacques Hiblot The tests are basically the same as for the regular API. Except that the reset are initialized using the managed API, and no freed manually. Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Simon Glass Signed-off-by: Pratyush Yadav --- Notes: Changes in v3: