public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 1/2] GPIO: Tegra2: add GPIO driver for Tegra2
@ 2011-05-03 16:49 Michael Walle
  2011-05-03 19:29 ` Mike Frysinger
  0 siblings, 1 reply; 14+ messages in thread
From: Michael Walle @ 2011-05-03 16:49 UTC (permalink / raw)
  To: u-boot

Am Di, 3.05.2011, 00:45, schrieb Tom Warren:
> 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
>
>  arch/arm/include/asm/arch-tegra2/gpio.h |  244
++++++++++++++++++++++++-
>  drivers/gpio/Makefile                   |    1 +
>  drivers/gpio/tegra2_gpio.c              |  299

Does this (SoC) driver belong to drivers/gpio/ or
arch/arm/cpu/armv7/tegra2/? To me it seems that both are used for
architectures/SoCs specific drivers (eg. blackfin, omap in arch/ and at91
in drivers/gpio/). What is the preferred directory?

-- 
Michael

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [U-Boot] [PATCH V2 0/2] GPIO: Tegra2: add GPIO driver for Tegra2
@ 2011-05-02 22:45 Tom Warren
  2011-05-02 22:45 ` [U-Boot] [PATCH V2 1/2] " Tom Warren
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Warren @ 2011-05-02 22:45 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)

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 |  244 ++++++++++++++++++++++++-
 drivers/gpio/Makefile                   |    1 +
 drivers/gpio/tegra2_gpio.c              |  299 +++++++++++++++++++++++++++++++
 include/configs/tegra2-common.h         |    2 +
 4 files changed, 539 insertions(+), 7 deletions(-)
 create mode 100644 drivers/gpio/tegra2_gpio.c

-- 
1.7.5

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

end of thread, other threads:[~2011-06-03 16:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 16:49 [U-Boot] [PATCH V2 1/2] GPIO: Tegra2: add GPIO driver for Tegra2 Michael Walle
2011-05-03 19:29 ` Mike Frysinger
2011-06-02 20:00   ` Tom Warren
2011-06-02 20:56     ` Wolfgang Denk
2011-06-02 21:30       ` Tom Warren
2011-06-02 21:34         ` Wolfgang Denk
2011-06-02 21:55           ` Tom Warren
2011-06-03  4:36             ` Wolfgang Denk
2011-06-03  4:55             ` Mike Frysinger
2011-06-03  4:53         ` Mike Frysinger
2011-06-03 16:01           ` Tom Warren
  -- strict thread matches above, loose matches on Subject: below --
2011-05-02 22:45 [U-Boot] [PATCH V2 0/2] " Tom Warren
2011-05-02 22:45 ` [U-Boot] [PATCH V2 1/2] " Tom Warren
2011-05-02 23:15   ` Mike Frysinger
2011-05-02 23:16     ` Tom Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox