From: Cyril Chemparathy Date: Tue, 18 May 2010 16:51:20 +0000 (-0400) Subject: Davinci: tnetv107x initial gpio support X-Git-Tag: v2.6.36-rc1~489^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92c7962470b699ef7a697524b9a679846e9e15b;p=pandora-kernel.git 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 Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed