android_kernel_xiaomi_sm8350/arch/arm/mach-imx
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
..
include/mach
clock-imx1.c
clock-imx21.c
clock-imx27.c
cpu-imx27.c
devices-imx1.h
devices-imx21.h
devices-imx27.h
devices.c
devices.h
dma-v1.c
eukrea_mbimx27-baseboard.c eukrea_mbimx27-baseboard: fix compile when CONFIG_SPI_IMX is disabled 2010-07-26 15:05:20 +02:00
Kconfig
mach-cpuimx27.c eukrea-baseboards: merge includes in one file 2010-07-26 15:05:34 +02:00
mach-imx27lite.c
mach-mx1ads.c
mach-mx21ads.c
mach-mx27_3ds.c
mach-mx27ads.c
mach-mxt_td60.c
mach-pca100.c
mach-pcm038.c
mach-scb9328.c
Makefile
Makefile.boot
mm-imx1.c imx: move gpio init after to irq init 2010-07-26 15:05:35 +02:00
mm-imx21.c imx: move gpio init after to irq init 2010-07-26 15:05:35 +02:00
mm-imx27.c imx: move gpio init after to irq init 2010-07-26 15:05:35 +02:00
mx1-camera-fiq-ksym.c
mx1-camera-fiq.S
pcm970-baseboard.c
pm-imx27.c