]> Pileus Git - ~andy/linux/commit
imx: move gpio init after to irq init
authorJason Wang <jason77.wang@gmail.com>
Tue, 13 Jul 2010 13:02:42 +0000 (21:02 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 26 Jul 2010 13:05:35 +0000 (15:05 +0200)
commit84659ab5851aae05035a41b378c4c9aca2d2aeb4
tree1c883decb4bd2c881cc5cf89e57a0699400f270c
parent95afd090752a1f7dab6f4b24b1b0d12593e643bb
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>
arch/arm/mach-imx/mm-imx1.c
arch/arm/mach-imx/mm-imx21.c
arch/arm/mach-imx/mm-imx27.c
arch/arm/mach-mx25/mm.c
arch/arm/mach-mx3/mm.c
arch/arm/mach-mx5/mm.c