]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8f98f63b1fdf8cadc2c48571f3a135215018102
tree6f5a9822fbc2e3b1f720d7daa4fb1ca13b1ac00f
parentfedbd783dfdfa040524ea8eb8a31cb2a775a133b
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