On Tue, Aug 16, 2011 at 5:17 PM, Joe Hershberger <joe.hershber...@ni.com> 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 <joe.hershber...@ni.com>
> Cc: Joe Hershberger <joe.hershber...@gmail.com>
> Cc: Sandeep Paulraj <s-paul...@ti.com>
> ---
> Changes for v2:
>  - Changed API to match common gpio API 
> (http://patchwork.ozlabs.org/patch/109904/)
>
>  arch/arm/include/asm/arch-omap3/gpio.h |    1 +
>  arch/arm/include/asm/arch-omap4/gpio.h |    1 +
>  drivers/gpio/Makefile                  |    1 +
>  drivers/gpio/omap_gpio.c               |   64 
> ++++++++++++++++++++++++++++++++
>  4 files changed, 67 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-omap3/gpio.h
>  create mode 100644 arch/arm/include/asm/arch-omap4/gpio.h
>  create mode 100644 drivers/gpio/omap_gpio.c

Any word on this patch?

Thanks,
-Joe
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to