Re: [PATCH v3 20/21] test: dm: update test for pins configuration in gpio

2020-04-17 Thread Tom Rini
On Mon, Jan 13, 2020 at 11:35:14AM +0100, Patrick Delaunay wrote: > Add tests for new API set_dir_flags and set_dir_flags and associated > code in gpio uclass. > > Test support for new flags GPIO_OPEN_DRAIN, GPIO_OPEN_SOURCE > GPIO_PULL_UP and GPIO_PULL_DOWN. > > Reviewed-by: Simon Glass > Sign

[PATCH v3 20/21] test: dm: update test for pins configuration in gpio

2020-01-13 Thread Patrick Delaunay
Add tests for new API set_dir_flags and set_dir_flags and associated code in gpio uclass. Test support for new flags GPIO_OPEN_DRAIN, GPIO_OPEN_SOURCE GPIO_PULL_UP and GPIO_PULL_DOWN. Reviewed-by: Simon Glass Signed-off-by: Patrick Delaunay --- Changes in v3: None Changes in v2: - simplify san