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

Joe Hershberger joe.hershberger at gmail.com
Wed Sep 14 17:13:01 CEST 2011


On Tue, Aug 16, 2011 at 5:17 PM, Joe Hershberger <joe.hershberger at 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.hershberger at ni.com>
> Cc: Joe Hershberger <joe.hershberger at gmail.com>
> Cc: Sandeep Paulraj <s-paulraj at 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


More information about the U-Boot mailing list