gpio/omap: consolidate direction, input, output, remove #ifdefs
authorKevin Hilman <khilman@ti.com>
Wed, 20 Apr 2011 23:31:23 +0000 (16:31 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 16 Jun 2011 18:13:42 +0000 (11:13 -0700)
Add register offset fields to GPIO platform_data for registers.

This patch adds registers that control direction, input and output
data.  Using these register offsets in the common driver allows
removal of #ifdefs and greatly improves readability.

Also create dedicated data out functions: one for banks with dedicated
set/clear registers, and another for banks with a single mask
register.

Signed-off-by: Kevin Hilman <khilman@ti.com>

No differences found