summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c
diff options
context:
space:
mode:
authorLothar Waßmann2010-11-22 09:39:51 +0100
committerSascha Hauer2010-12-15 12:42:49 +0100
commit96f3e2568456402769f3998e111746941f549dc6 (patch)
tree20b942c2881fcb43254c48c328b9b1e599c8565f /arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c
parentARM: mx5: check for error in ioremap (diff)
downloadkernel-qcow2-linux-96f3e2568456402769f3998e111746941f549dc6.tar.gz
kernel-qcow2-linux-96f3e2568456402769f3998e111746941f549dc6.tar.xz
kernel-qcow2-linux-96f3e2568456402769f3998e111746941f549dc6.zip
MXC IOMUX-V3 replace struct pad_desc with bitmapped cookie (step 2)
This patch actually replaces the 'struct pad_desc' with a u64 cookie to facilitate adding platform specific pad_ctrl settings to an existing pad definition. So, instead of: iomux_v3_cfg_t power_key = MX51_PAD_EIM_A27__GPIO_2_21; power_key.pad_ctrl = MX51_GPIO_PAD_CTRL_2; mxc_iomux_v3_setup_pad(&power_key); one can write: mxc_iomux_v3_setup_pad((MX51_PAD_EIM_A27__GPIO_2_21 & ~MUX_PAD_CTRL_MASK) | MX51_GPIO_PAD_CTRL_2); Patch applies to branch 'imx-for-2.6.38' of git://git.pengutronix.de/git/imx/linux-2.6 Signed-Off-By: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c')
0 files changed, 0 insertions, 0 deletions