From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V5 1/2] GPIO: Tegra2: add GPIO driver for Tegra2
Date: Sun, 26 Jun 2011 16:31:57 +0200 [thread overview]
Message-ID: <4E0742DD.8070308@aribaud.net> (raw)
In-Reply-To: <BANLkTi=8nf6hHiaf3-g0cb8ZskC_hJoMsQ@mail.gmail.com>
Hi Tom,
Le 24/06/2011 19:58, Tom Warren a ?crit :
> On Fri, Jun 17, 2011 at 9:27 AM, Tom Warren<twarren.nvidia@gmail.com> wrote:
>> Signed-off-by: Tom Warren<twarren@nvidia.com>
>> ---
>> Changes in V2:
>> - use 'gpio_pin' enum in gpio.h (Simon Glass review request)
>> - change 'GPIO_PORT8' to 'GPIO_FULLPORT' (Simon Glass request)
>> - change 'offset' to 'pin' globally
>> Changes in V3:
>> - use common cmd_gpio; remove redundant cmd processing code
>> - add gpio_request, gpio_free and gpio_toggle
>> - alias 'gpio_status' to 'gpio_info' for use in cmd_gpio
>> Changes in V4:
>> - update code as per Mike Frysinger's review comments
>> - rewrite gpio_info, aka gpio_status
>> Changes in V5:
>> - NUL-terminate the name string in gpio_request
>>
>> arch/arm/include/asm/arch-tegra2/gpio.h | 250 +++++++++++++++++++++++++++++--
>> arch/arm/include/asm/gpio.h | 38 +++++
>> drivers/gpio/Makefile | 1 +
>> drivers/gpio/tegra2_gpio.c | 255 +++++++++++++++++++++++++++++++
>> 4 files changed, 534 insertions(+), 10 deletions(-)
>> create mode 100644 arch/arm/include/asm/gpio.h
>> create mode 100644 drivers/gpio/tegra2_gpio.c
>>
> <snip>
> Has this patch been accepted? or is there anymore feedback?
>
> Mike gave it an 'otherwise, looks fine' prior to the ASCIIZ fix in V5.
Seems like no other comments have been made, so:
Applied to u-boot-arm/next, to be moved to master after 2011-06 release.
> Thanks,
>
> Tom
Amicalement,
--
Albert.
next prev parent reply other threads:[~2011-06-26 14:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-17 16:27 [U-Boot] [PATCH V5 0/2] GPIO: Tegra2: add GPIO driver for Tegra2 Tom Warren
2011-06-17 16:27 ` [U-Boot] [PATCH V5 1/2] " Tom Warren
2011-06-24 17:58 ` Tom Warren
2011-06-26 14:31 ` Albert ARIBAUD [this message]
2011-06-17 16:27 ` [U-Boot] [PATCH V5 2/2] arm: Tegra2: GPIO: enable GPIO for Tegra2 boards Tom Warren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E0742DD.8070308@aribaud.net \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.