On 22 March 2013 20:13, Andy Shevchenko <andriy.shevche...@linux.intel.com> wrote: > From: Arnd Bergmann <a...@arndb.de> > > The patch to add the common DMA binding added a dummy dw_dma_slave > structure into the dw_dma_chan structure in order to configure the > masters correctly. It turns out that this can be simplified if we > pick the DMA masters in the dwc_alloc_chan_resources function instead > and save them in the dw_dma_chan structure directly. > > This could be simplified further once all users that today use > dw_dma_slave for configuration get converted to device tree based > setup instead. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> > Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Cc: linux-arm-ker...@lists.infradead.org > --- > drivers/dma/dw_dmac.c | 76 > ++++++++++++++++++---------------------------- > drivers/dma/dw_dmac_regs.h | 5 ++- > 2 files changed, 33 insertions(+), 48 deletions(-)
Acked-by: Viresh Kumar <viresh.ku...@linaro.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/