From: Jason Wang Date: Tue, 13 Jul 2010 13:02:42 +0000 (+0800) Subject: imx: move gpio init after to irq init X-Git-Tag: v2.6.36-rc1~591^2^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84659ab5851aae05035a41b378c4c9aca2d2aeb4;p=pandora-kernel.git 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 Tested-by: Eric Bénard Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed