ARM: i.MX IOMUX-V3 replace struct pad_desc with bitmapped cookie
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 26 Oct 2010 12:28:31 +0000 (14:28 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Wed, 24 Nov 2010 08:56:58 +0000 (09:56 +0100)
The following patch is a first step to convert the 'struct pad_desc'
to a bitmapped cookie to facilitate adding platform specific pullup or
drive strength definitions to existing pad definitions without need to
rewrite the complete pad def.

The patch wraps 'struct pad_desc' in an opaque data type and
introduces macros to access the individual members.
This patch does not constitute any functional change!

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

No differences found