commit | b0b79024627fcbd4b4531f4e2bc8e133c8fb6a95 | [log] [tgz] |
---|---|---|
author | Rameshwar Prasad Sahu <rsahu@apm.com> | Wed Dec 23 18:28:15 2015 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Jan 07 11:09:36 2016 +0530 |
tree | 5d0c5b0c4f877966a13e65363e595aba85949c0a | |
parent | b02bab6b0f928d49dbfb03e1e4e9dd43647623d7 [diff] |
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>