From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Tue, 3 May 2011 18:49:09 +0200 (CEST) Subject: [U-Boot] [PATCH V2 1/2] GPIO: Tegra2: add GPIO driver for Tegra2 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Di, 3.05.2011, 00:45, schrieb Tom Warren: > 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 > > 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