kernel-ark/arch/arm/mach-mx5
Jason Wang 84659ab585 imx: move gpio init after to irq init
The commit 9a763bf "get rid of mxc_gpio_init" changed gpio_init
and irq_init sequence. Usually we will call set_irq_chained_handler
in gpio_init functions, this should be called after the irq_init
called, otherwise the chained irq can't get propoer irq_chip and this
irq will remain masked even we called set_irq_chained_handler.

Signed-off-by: Jason Wang <jason77.wang@gmail.com>
Tested-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-07-26 15:05:35 +02:00
..
board-mx51_3ds.c mx51_3ds: add keypad support on 3ds platform 2010-07-26 14:29:21 +02:00
board-mx51_babbage.c [PATCH] mxc: Fix pad names for imx51 2010-07-26 14:18:20 +02:00
clock-mx51.c mx51: add imx_keypad device definition for mx51 platforms 2010-07-26 14:29:20 +02:00
cpu.c i.MX51: determine silicon revision dynamically 2010-03-19 11:18:20 +01:00
crm_regs.h
devices.c i.MX51: handle IRQ for gpio 16..31 2010-07-26 15:05:21 +02:00
devices.h mx51: add imx_keypad device definition for mx51 platforms 2010-07-26 14:29:20 +02:00
Kconfig mx51_3ds: Add support for the imx51 3-stack board 2010-07-26 14:29:20 +02:00
Makefile mx51_3ds: Add support for the imx51 3-stack board 2010-07-26 14:29:20 +02:00
Makefile.boot
mm.c imx: move gpio init after to irq init 2010-07-26 15:05:35 +02:00