Re: [U-Boot] [PATCH 14/23] test: dm: Update GPIO tests for new gpio_request() method

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > Now that gpio_request() is handled by the uclass, updates the tests > accordingly. > > Signed-off-by: Simon Glass > --- > > doc/driver-model/README.txt | 25 +++-- > test/dm/gpio.c | 55 > +++-

[U-Boot] [PATCH 14/23] test: dm: Update GPIO tests for new gpio_request() method

2014-10-04 Thread Simon Glass
Now that gpio_request() is handled by the uclass, updates the tests accordingly. Signed-off-by: Simon Glass --- doc/driver-model/README.txt | 25 +++-- test/dm/gpio.c | 55 +++-- 2 files changed, 56 insertions(+), 24 deletions