24 Aug, 2013
4 commits
-
Since in irq-mmp.c blocks the multiplatform build,
remove it instead.Signed-off-by: Haojian Zhuang
-
pxa910_set_wake() & mmp2_set_wake() are both declared in head files
of arch/arm/mach-mmp/include/mach directory. If we include these
head files in irq-mmp driver, it blocks the multiplatform build.
So adjust the code.Signed-off-by: Haojian Zhuang
-
Support IRQCHIP & CONFIG_MULTI_IRQ_HANDLER in irq-mmp driver.
Signed-off-by: Haojian Zhuang
Reviewed-by: Daniel Drake -
Move irq-mmp driver from mach-mmp directory into irqchip directory.
It's used to support multiple platform.Signed-off-by: Haojian Zhuang