summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mmp.c
Commit message (Collapse)AuthorAgeFilesLines
* irqchip: mmp: avoid to include irqs head fileHaojian Zhuang2013-08-241-24/+21
| | | | | | | Since <mach/irqs.h> in irq-mmp.c blocks the multiplatform build, remove it instead. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
* ARM: mmp: avoid to include head file in mach-mmpHaojian Zhuang2013-08-241-14/+1
| | | | | | | | | 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 <haojian.zhuang@gmail.com>
* irqchip: mmp: support irqchipHaojian Zhuang2013-08-241-115/+165
| | | | | | | Support IRQCHIP & CONFIG_MULTI_IRQ_HANDLER in irq-mmp driver. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Reviewed-by: Daniel Drake <dsd@laptop.org>
* irqchip: move mmp irq driverHaojian Zhuang2013-08-241-0/+461
Move irq-mmp driver from mach-mmp directory into irqchip directory. It's used to support multiple platform. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>