From: Chao Xie Date: Mon, 27 Jan 2014 01:44:07 +0000 (+0800) Subject: dma: mmp_pdma: add IRQF_SHARED when request irq X-Git-Tag: v3.15-rc1~39^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b507774449ec35fbfd7173e5fc7dd4df71a81c;p=pandora-kernel.git 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 Signed-off-by: Vinod Koul --- Reading git-diff-tree failed