Searched hist:d92c7962 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/mach-davinci/ |
H A D | Makefile | d92c7962 Tue May 18 11:51:20 CDT 2010 Cyril Chemparathy <cyril@ti.com> 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 <cyril@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> d92c7962 Tue May 18 11:51:20 CDT 2010 Cyril Chemparathy <cyril@ti.com> 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 <cyril@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
|