commit | 9c87572eca7592b996d4c8c51dfd858fd7b1f151 | [log] [tgz] |
---|---|---|
author | Moritz Fischer <mdf@kernel.org> | Sat Apr 28 12:57:54 2018 -0700 |
committer | Vinod Koul <vkoul@kernel.org> | Wed May 02 10:06:42 2018 +0530 |
tree | 6f5a9822fbc2e3b1f720d7daa4fb1ca13b1ac00f | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 [diff] |
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>