dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-mx25
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
..
Kconfig Fix KConfig warning 2010-07-26 15:05:33 +02:00
Makefile Fix KConfig warning 2010-07-26 15:05:33 +02:00
Makefile.boot Add i.MX25 support 2009-08-14 12:40:42 +02:00
clock.c mx25: flexcan clock support 2010-07-26 15:05:24 +02:00
devices-imx25.h imx: dynamically register flexcan devices for mx25 and mx35 2010-07-26 15:05:29 +02:00
devices.c Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into HEAD 2010-07-26 14:27:25 +02:00
devices.h Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into HEAD 2010-07-26 14:27:25 +02:00
eukrea_mbimxsd-baseboard.c mbimxsd baseboards : remove unnecessary include 2010-07-26 15:05:32 +02:00
mach-cpuimx25.c eukrea-baseboards: merge includes in one file 2010-07-26 15:05:34 +02:00
mach-mx25_3ds.c Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into HEAD 2010-07-26 14:27:25 +02:00
mm.c imx: move gpio init after to irq init 2010-07-26 15:05:35 +02:00