From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 26 Jun 2011 16:31:57 +0200 Subject: [U-Boot] [PATCH V5 1/2] GPIO: Tegra2: add GPIO driver for Tegra2 In-Reply-To: References: <1308328049-4390-1-git-send-email-twarren@nvidia.com> <1308328049-4390-2-git-send-email-twarren@nvidia.com> Message-ID: <4E0742DD.8070308@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Le 24/06/2011 19:58, Tom Warren a ?crit : > On Fri, Jun 17, 2011 at 9:27 AM, Tom Warren wrote: >> Signed-off-by: Tom Warren >> --- >> 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 >> > > 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.