dmaengine: axi-dmac: Request IRQ with IRQF_SHARED
authorMoritz Fischer <mdf@kernel.org>
Sat, 28 Apr 2018 19:57:54 +0000 (12:57 -0700)
committerVinod Koul <vkoul@kernel.org>
Wed, 2 May 2018 04:36:42 +0000 (10:06 +0530)
commit9c87572eca7592b996d4c8c51dfd858fd7b1f151
tree6f5a9822fbc2e3b1f720d7daa4fb1ca13b1ac00f
parent60cc43fc888428bb2f18f08997432d426a243338
dmaengine: axi-dmac: Request IRQ with IRQF_SHARED

Request IRQ with IRQF_SHARED flag to enable setups with multiple
instances of the core sharing a single IRQ line.
This works out since the IRQ handler already checks if there is
an actual IRQ pending and returns IRQ_NONE otherwise.

Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dma-axi-dmac.c