Re: [U-Boot] [PATCH 17/23] test: dm: Add additional GPIO tests

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > Add tests for gpio_requestf() and for memory leaks. > > Signed-off-by: Simon Glass > --- > > doc/driver-model/README.txt | 5 - > test/dm/gpio.c | 38 ++ > 2 files changed, 42 insertions(+), 1 del

[U-Boot] [PATCH 17/23] test: dm: Add additional GPIO tests

2014-10-04 Thread Simon Glass
Add tests for gpio_requestf() and for memory leaks. Signed-off-by: Simon Glass --- doc/driver-model/README.txt | 5 - test/dm/gpio.c | 38 ++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/doc/driver-model/README.txt b/doc/dr