]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37084d79cf1785e956e66d55751cf1d1857c01c0
tree5ffb9cada851902e1d06cfc517dfaf57d747929e
parent3f05aada670b0504f33acabbc16a312acbef688c
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