Re: [U-Boot] [PATCH 10/23] dm: Move the function for getting GPIO status into the uclass

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > This function can be more easily tested if it is in the uclass. > > Signed-off-by: Simon Glass > --- > > common/cmd_gpio.c | 57 > +- > drivers/gpio/gpio-uclass.c | 39

[U-Boot] [PATCH 10/23] dm: Move the function for getting GPIO status into the uclass

2014-10-04 Thread Simon Glass
This function can be more easily tested if it is in the uclass. Signed-off-by: Simon Glass --- common/cmd_gpio.c | 57 +- drivers/gpio/gpio-uclass.c | 39 +++ include/asm-generic/gpio.h | 18 +++ 3 file