All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V5 0/2] GPIO: Tegra2: add GPIO driver for Tegra2
@ 2011-06-17 16:27 Tom Warren
  2011-06-17 16:27 ` [U-Boot] [PATCH V5 1/2] " Tom Warren
  2011-06-17 16:27 ` [U-Boot] [PATCH V5 2/2] arm: Tegra2: GPIO: enable GPIO for Tegra2 boards Tom Warren
  0 siblings, 2 replies; 5+ messages in thread
From: Tom Warren @ 2011-06-17 16:27 UTC (permalink / raw)
  To: u-boot

This patchset adds a GPIO driver for Tegra2 SoC, and enables it for all boards

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
        - enable GPIO for all boards (tegra2-common.h)
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

Tom Warren (2):
  GPIO: Tegra2: add GPIO driver for Tegra2
  arm: Tegra2: GPIO: enable GPIO for Tegra2 boards

 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 +++++++++++++++++++++++++++++++
 include/configs/tegra2-common.h         |    2 +
 5 files changed, 536 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/include/asm/gpio.h
 create mode 100644 drivers/gpio/tegra2_gpio.c

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-26 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2011-06-17 16:27 ` [U-Boot] [PATCH V5 2/2] arm: Tegra2: GPIO: enable GPIO for Tegra2 boards Tom Warren

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.