commit | f0b507774449ec35fbfd7173e5fc7dd4df71a81c | [log] [tgz] |
---|---|---|
author | Chao Xie <chao.xie@marvell.com> | Mon Jan 27 09:44:07 2014 +0800 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Mar 06 14:47:47 2014 +0530 |
tree | 5ffb9cada851902e1d06cfc517dfaf57d747929e | |
parent | e3ddc979465118b7ba46fed7cd10f4421edc3049 [diff] |
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>