Re: [PATCHv3] dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous

2012-12-10 Thread Andy Shevchenko
On Mon, Dec 10, 2012 at 5:01 PM, Viresh Kumar wrote: > On 10 December 2012 20:29, Andy Shevchenko > wrote: >> The same information could be exctracted from the struct dma_chan. >> The patch introduces helper function dwc_get_data_width() as well. >> >> Signed-off-by: Andy Shevchenko > > So sorry

Re: [PATCHv3] dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous

2012-12-10 Thread Viresh Kumar
On 10 December 2012 20:29, Andy Shevchenko wrote: > The same information could be exctracted from the struct dma_chan. > The patch introduces helper function dwc_get_data_width() as well. > > Signed-off-by: Andy Shevchenko So sorry for taking this long :( Acked-by: Viresh Kumar -- To unsubscri

[PATCHv3] dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous

2012-12-10 Thread Andy Shevchenko
The same information could be exctracted from the struct dma_chan. The patch introduces helper function dwc_get_data_width() as well. Signed-off-by: Andy Shevchenko --- drivers/dma/dw_dmac.c | 27 --- drivers/dma/dw_dmac_regs.h |3 --- 2 files changed, 20 inser