1
linux/arch/arm/plat-mxc
Uwe Kleine-König 3d40f7fef4 arm/imx/gpio: GPIO_INT_{HIGH,LOW}_LEV are not necessarily constant
GPIO_INT_LOW_LEV is defined as

	(cpu_is_mx1_mx2() ? 0x3 : 0x0)

so depending on compiler optimisation and enabled SoCs this doesn't
qualify as a constant expression as needed by a switch statement.
Ditto for GPIO_INT_HIGH_LEV.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2010-02-24 10:06:56 +01:00
..
include/mach imx: define per SOC ..._PHYS_OFFSET and use these in favour of PHYS_OFFSET 2010-02-02 09:07:59 +01:00
audmux-v1.c i.MX27 audmux: Fix register offsets 2009-12-02 12:17:16 +01:00
audmux-v2.c MXC: Add AUDMUXv2 register decode to debugfs 2010-01-12 10:41:10 +01:00
clock.c imx: WARN in clk_disable if the clock isn't enabled 2010-02-02 09:07:11 +01:00
cpu.c
devices.c
dma-mx1-mx2.c mxc: mx1/mx2 DMA: add a possibility to create an endless DMA transfer 2009-11-24 08:40:14 +01:00
ehci.c imx31: define and use MX31_IO_ADDRESS 2010-01-08 16:41:26 +01:00
gpio.c arm/imx/gpio: GPIO_INT_{HIGH,LOW}_LEV are not necessarily constant 2010-02-24 10:06:56 +01:00
iomux-mx1-mx2.c
iomux-v3.c mxc: iomux v3: remove resource handling 2009-11-24 08:39:43 +01:00
irq.c MXC: use variable for irq controller base in entry-macro.S 2009-08-14 12:40:39 +02:00
Kconfig MXC: Add a digital audio multiplexer driver 2009-11-14 10:30:39 +01:00
Makefile imx: only define deprecated symbols conditionally 2010-01-08 16:45:20 +01:00
pwm.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
system.c MXC: add basic MXC91231 support 2009-08-14 12:40:46 +02:00
time.c MXC: add basic MXC91231 support 2009-08-14 12:40:46 +02:00
ulpi.c MXC: Add support for ULPI Viewports 2009-11-14 10:29:15 +01:00