]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag
authorRameshwar Prasad Sahu <rsahu@apm.com>
Wed, 23 Dec 2015 12:58:15 +0000 (18:28 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 7 Jan 2016 05:39:36 +0000 (11:09 +0530)
commitb0b79024627fcbd4b4531f4e2bc8e133c8fb6a95
tree5d0c5b0c4f877966a13e65363e595aba85949c0a
parentb02bab6b0f928d49dbfb03e1e4e9dd43647623d7
dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

For interrupt controller that doesn't support irq_disable and hardware
with level interrupt, an extra interrupt can be pending. This patch fixes
the issue by setting IRQ_DISABLE_UNLAZY flag for the interrupt line.

Reference: http://git.kernel.org/tip/e9849777d0e27cdd2902805be51da73e7c79578c

Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/xgene-dma.c