linux_old1/arch/arm/mach-mx5
Lothar Waßmann 96f3e25684 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>
2010-12-15 12:42:49 +01:00
..
Kconfig ARM: mx5/mx51_babbage: Add watchdog support 2010-12-07 20:03:12 +01:00
Makefile ARM: imx: Add core definitions for MX53 2010-11-24 10:09:04 +01:00
Makefile.boot mxc: Add support for the Babbage board (i.MX5) 2010-02-09 18:32:17 +02:00
board-cpuimx51.c ARM: mx5: check for error in ioremap 2010-12-14 09:55:53 +01:00
board-cpuimx51sd.c ARM: mx5: check for error in ioremap 2010-12-14 09:55:53 +01:00
board-mx51_3ds.c ARM i.MX51 boards: Do not use PHYS_OFFSET 2010-11-24 10:08:56 +01:00
board-mx51_babbage.c MXC IOMUX-V3 replace struct pad_desc with bitmapped cookie (step 2) 2010-12-15 12:42:49 +01:00
board-mx51_efikamx.c ARM: mx5: check for error in ioremap 2010-12-14 09:55:53 +01:00
clock-mx51-mx53.c mx51: add SSI3 2010-12-14 09:54:35 +01:00
cpu.c ARM: imx: Get the silicon version from the IIM module 2010-11-28 19:51:47 +01:00
cpu_op-mx51.c cpufreq for freescale mx51 2010-10-22 08:24:14 +02:00
cpu_op-mx51.h cpufreq for freescale mx51 2010-10-22 08:24:14 +02:00
crm_regs.h ARM: imx: Add core definitions for MX53 2010-11-24 10:09:04 +01:00
devices-imx51.h ARM: mx5: add support for the two watchdog modules 2010-12-07 20:03:11 +01:00
devices.c ARM: mx5: dynamically allocate imx2-wdt devices 2010-12-03 11:05:15 +01:00
devices.h ARM: mx5: dynamically allocate imx2-wdt devices 2010-12-03 11:05:15 +01:00
eukrea_mbimx51-baseboard.c iMX51: introduce IMX_GPIO_NR 2010-12-03 11:05:16 +01:00
eukrea_mbimxsd-baseboard.c iMX51: introduce IMX_GPIO_NR 2010-12-03 11:05:16 +01:00
mm.c ARM: mx5: add support for the two watchdog modules 2010-12-07 20:03:11 +01:00