From: Lothar Waßmann Date: Tue, 26 Oct 2010 12:28:31 +0000 (+0200) Subject: ARM: i.MX IOMUX-V3 replace struct pad_desc with bitmapped cookie X-Git-Tag: v2.6.38-rc1~38^2~3^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5260c8c1a1f9b25dfedd5ca749e4faef1b3eb9;p=pandora-kernel.git ARM: i.MX IOMUX-V3 replace struct pad_desc with bitmapped cookie 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 Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed