summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/irq.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2010-02-26 21:42:09 +0530
committerGary King <gking@nvidia.com>2010-03-09 18:34:07 -0800
commitd310232503566555bdd513b7b86c5a4c3be1e540 (patch)
tree3fd1bd757624a3e7ff06c05086d6ca5c0580e4e5 /arch/arm/mach-tegra/irq.c
parent538ca3af7d82ab1724f4fa5413fc656825ef777f (diff)
tegra gpio: Implementing the native gpio driver.
Adding the native driver for the gpio which support the gpio chiplib for the kernel and user space gpio client. Tested on whister with the touch panel and scroll wheel. Tested with the lp1 entry exit multiple times on harmony. Change-Id: I2f0f9b8ac9ef4fa2ed35c084a713edd42f732c89 Reviewed-on: http://git-master/r/711 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Tested-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: John Davis <jodavis@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com> Tested-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/irq.c')
-rw-r--r--arch/arm/mach-tegra/irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/irq.c b/arch/arm/mach-tegra/irq.c
index 94ec790c9b2e..d7bd6dc8f05a 100644
--- a/arch/arm/mach-tegra/irq.c
+++ b/arch/arm/mach-tegra/irq.c
@@ -314,7 +314,6 @@ void __init tegra_init_irq(void)
tegra_irq_register_module(Module, pIrq);
}
- tegra_init_gpio();
#ifdef CONFIG_TEGRA_SYSTEM_DMA
tegra_init_dma();