Re: [U-Boot] [PATCH v2 3/5] omap: reuse omap3 gpio support in omap4

2011-07-29 Thread Aneesh V
Hi All, On Wednesday 20 July 2011 04:25 PM, Aneesh V wrote: > Signed-off-by: Aneesh V > --- > V2: > * Added a new file that was accidentally missing in v1 > --- [snip ..] > .../include/asm/{arch-omap3/gpio.h => omap_gpio.h} | 27 +--- I just realized that this change in header file

[U-Boot] [PATCH v2 3/5] omap: reuse omap3 gpio support in omap4

2011-07-20 Thread Aneesh V
Signed-off-by: Aneesh V --- V2: * Added a new file that was accidentally missing in v1 --- arch/arm/cpu/armv7/omap-common/Makefile|1 + arch/arm/cpu/armv7/{omap3 => omap-common}/gpio.c | 41 arch/arm/cpu/armv7/omap3/Makefile |1 - arch