summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/gpio-tnetv107x.c
Commit message (Collapse)AuthorAgeFilesLines
* Davinci: tnetv107x initial gpio supportCyril Chemparathy2010-06-211-0/+205
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 <cyril@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
OpenPOWER on IntegriCloud