]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine/dw_dmac: Don't handle block interrupts
authorViresh Kumar <viresh.kumar@st.com>
Wed, 1 Feb 2012 10:42:23 +0000 (16:12 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Wed, 22 Feb 2012 12:45:38 +0000 (18:15 +0530)
commitfc2870331ca6f254a2f404be56845f07d8f37021
treedb633023e17d42a9e352ca77cbe16cdd04f69567
parent5835d22046541c359dd36dfe81761dbe3b00604c
dmaengine/dw_dmac: Don't handle block interrupts

Block interrupts give interrupt on completion of every LLI, which is actually
too much interrupts. This is just not required for current functioning of
dw_dmac.

So, just don't handle them at all.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/dw_dmac.c