]> git.karo-electronics.de Git - linux-beck.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)
commitff7b05f29fd4db810021d905e2dad95ab4fe2984
treedb633023e17d42a9e352ca77cbe16cdd04f69567
parent6c618c9de5f2b4b43c30c6203869620bec6ed929
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