dma: mmp_pdma: add IRQF_SHARED when request irq
authorChao Xie <chao.xie@marvell.com>
Mon, 27 Jan 2014 01:44:07 +0000 (09:44 +0800)
committerVinod Koul <vinod.koul@intel.com>
Thu, 6 Mar 2014 09:17:47 +0000 (14:47 +0530)
For some SOCes use mmp_pdma, they have several dma controllers
sharing same irq.
So add IRQF_SHARED to flag when request irq. It can make multiple
controllers share the same irq.

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mmp_pdma.c

Simple merge