[U-Boot] [PATCH v2 1/2] omap3+: Add OMAP support for cmd_gpio
Joe Hershberger
joe.hershberger at gmail.com
Wed Sep 14 22:24:14 CEST 2011
On Wed, Sep 14, 2011 at 2:52 PM, Paulraj, Sandeep <s-paulraj at ti.com> wrote:
>
>
>> 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?
>
>
> The OMAP GPIO driver was updated recently.
>
> http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=81bdc155c72ef9e093b388b90c58d8134d870976
>
> http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=3b690ebbbf21303a3bac1f62d967c36cd8655ce0
>
> http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=84c3b6312997de6f98114263159c8b9824f3d33d
>
> --Sandeep
>
Sounds good... I'll port my Panda Board support to use the common API.
-Joe
More information about the U-Boot
mailing list