[U-Boot] [PATCH] GPIO: Tegra2: add GPIO driver for Seaboard and Harmony

2011-04-18 Thread Tom Warren
Signed-off-by: Tom Warren --- arch/arm/include/asm/arch-tegra2/gpio.h | 236 - drivers/gpio/Makefile |1 + drivers/gpio/tegra2_gpio.c | 301 +++ include/configs/harmony.h |3 + include/confi

Re: [U-Boot] [PATCH] GPIO: Tegra2: add GPIO driver for Seaboard and Harmony

2011-04-28 Thread Tom Warren
On Mon, Apr 18, 2011 at 2:11 PM, Tom Warren wrote: > Signed-off-by: Tom Warren > --- >  arch/arm/include/asm/arch-tegra2/gpio.h |  236 - >  drivers/gpio/Makefile                   |    1 + >  drivers/gpio/tegra2_gpio.c              |  301 > +++

Re: [U-Boot] [PATCH] GPIO: Tegra2: add GPIO driver for Seaboard and Harmony

2011-04-29 Thread Mike Frysinger
same as the SPI patch, if this is a driver for GPIO hardware on a processor, then it should be labeled as such. do not mention specific boards. changes that update board config headers to enable the new driver should be split out into a dedicated patch. -mike signature.asc Description: This i

Re: [U-Boot] [PATCH] GPIO: Tegra2: add GPIO driver for Seaboard and Harmony

2011-05-02 Thread Tom Warren
Mike, On Fri, Apr 29, 2011 at 4:22 PM, Mike Frysinger wrote: > same as the SPI patch, if this is a driver for GPIO hardware on a processor, > then it should be labeled as such.  do not mention specific boards. OK. I'll change the comments. > > changes that update board config headers to enable th