commit | ff7b05f29fd4db810021d905e2dad95ab4fe2984 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Wed Feb 01 16:12:23 2012 +0530 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Wed Feb 22 18:15:38 2012 +0530 |
tree | db633023e17d42a9e352ca77cbe16cdd04f69567 | |
parent | 6c618c9de5f2b4b43c30c6203869620bec6ed929 [diff] |
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>