commit | e2b35f3dbfc080f15b72834d08f04f0269dbe9be | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Wed Feb 01 16:12:27 2012 +0530 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Wed Feb 22 18:15:39 2012 +0530 |
tree | fda60f8be147b57cf01155528dda33a9a99b0dab | |
parent | 327e6970258618da810f72e86cf2a8b803927e14 [diff] |
dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes There are few existing user drivers of dw_dmac. They will break as soon as we remove unused fields from struct dw_dma_slave. This patch focuses to fix these user drivers to use dma_slave_config() routine. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>