From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Warren Date: Mon, 2 May 2011 15:45:46 -0700 Subject: [U-Boot] [PATCH V2 0/2] GPIO: Tegra2: add GPIO driver for Tegra2 Message-ID: <1304376348-26403-1-git-send-email-twarren@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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