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)
commitf0b507774449ec35fbfd7173e5fc7dd4df71a81c
tree5ffb9cada851902e1d06cfc517dfaf57d747929e
parente3ddc979465118b7ba46fed7cd10f4421edc3049
dma: mmp_pdma: add IRQF_SHARED when request irq

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