]> Git Repo - linux.git/commit - drivers/gpio/gpio-tnetv107x.c
Davinci: tnetv107x initial gpio support
authorCyril Chemparathy <[email protected]>
Tue, 18 May 2010 16:51:20 +0000 (12:51 -0400)
committerKevin Hilman <[email protected]>
Mon, 21 Jun 2010 19:48:31 +0000 (12:48 -0700)
commitd92c7962470b699ef7a697524b9a679846e9e15b
treebb0045e061b4905a965b799d6a9139f1e2b1bd39
parent4d1e78480cc5b5937c9384e47a0b2b0cdf117da4
Davinci: tnetv107x initial gpio support

This patch adds support for the tnetv107x gpio controller.

Key differences between davinci and tnetv107x controllers:
 - register map - davinci's controller is organized into banks of 32 gpios,
   tnetv107x has a single space with arrays of registers for in, out,
   direction, etc.
 - davinci's controller has separate set/clear registers for output, tnetv107x
   has a single direct mapped register.

This patch does not yet add gpio irq support on this controller.

Signed-off-by: Cyril Chemparathy <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
arch/arm/mach-davinci/Makefile
arch/arm/mach-davinci/gpio-tnetv107x.c [new file with mode: 0644]
arch/arm/mach-davinci/include/mach/gpio.h
This page took 0.050754 seconds and 4 git commands to generate.