Re: [U-Boot] [PATCH v2 1/2] omap3+: Add OMAP support for cmd_gpio

2011-09-14 Thread Joe Hershberger
On Wed, Sep 14, 2011 at 2:52 PM, Paulraj, Sandeep wrote: > > >> On Tue, Aug 16, 2011 at 5:17 PM, Joe Hershberger >> wrote: >> > Add a shim driver to drivers/gpio that maps the standard GPIO API to the >> OMAP GPIO API >> > Empty gpio.h is needed in the asm/arch dirs for omap3 and omap4 due to >>

Re: [U-Boot] [PATCH v2 1/2] omap3+: Add OMAP support for cmd_gpio

2011-09-14 Thread Paulraj, Sandeep
> On Tue, Aug 16, 2011 at 5:17 PM, Joe Hershberger > wrote: > > Add a shim driver to drivers/gpio that maps the standard GPIO API to the > OMAP GPIO API > > Empty gpio.h is needed in the asm/arch dirs for omap3 and omap4 due to > include in asm/gpio.h > > > > Signed-off-by: Joe Hershberger > >

Re: [U-Boot] [PATCH v2 1/2] omap3+: Add OMAP support for cmd_gpio

2011-09-14 Thread Joe Hershberger
On Tue, Aug 16, 2011 at 5:17 PM, Joe Hershberger wrote: > Add a shim driver to drivers/gpio that maps the standard GPIO API to the OMAP > GPIO API > Empty gpio.h is needed in the asm/arch dirs for omap3 and omap4 due to > include in asm/gpio.h > > Signed-off-by: Joe Hershberger > Cc: Joe Hershb

[U-Boot] [PATCH v2 1/2] omap3+: Add OMAP support for cmd_gpio

2011-08-16 Thread Joe Hershberger
Add a shim driver to drivers/gpio that maps the standard GPIO API to the OMAP GPIO API Empty gpio.h is needed in the asm/arch dirs for omap3 and omap4 due to include in asm/gpio.h Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Sandeep Paulraj --- Changes for v2: - Changed API to matc