Re: [U-Boot] [PATCH v4 1/3] gpio: Move common gpio.h to include/asm-generic

2011-08-10 Thread Mike Frysinger
On Wednesday, August 10, 2011 00:56:40 Joe Hershberger wrote: > --- /dev/null > +++ b/include/asm-generic/gpio.h > +#include NAK. this belongs in the arch/ specific header. -mike signature.asc Description: This is a digitally signed message part. ___

[U-Boot] [PATCH v4 1/3] gpio: Move common gpio.h to include/asm-generic

2011-08-09 Thread Joe Hershberger
Common GPIO API used by cmd_gpio should be available to any arch Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Kim Phillips --- Changes for v4: - Split out of patch 1/2 arch/arm/include/asm/gpio.h | 39 +-- arch/powerpc/include/asm/gpio.h |