Re: [PATCH] dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug

2013-01-28 Thread Vinod Koul
On Fri, Jan 18, 2013 at 05:10:59PM +0200, Andy Shevchenko wrote: > It's usefull to have the values of the DW_PARAMS and DWC_PARAMS printed when > debug mode is enabled. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug

2013-01-19 Thread Viresh Kumar
On Fri, Jan 18, 2013 at 8:40 PM, Andy Shevchenko wrote: > It's usefull to have the values of the DW_PARAMS and DWC_PARAMS printed when > debug mode is enabled. > > Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[PATCH] dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug

2013-01-18 Thread Andy Shevchenko
It's usefull to have the values of the DW_PARAMS and DWC_PARAMS printed when debug mode is enabled. Signed-off-by: Andy Shevchenko --- drivers/dma/dw_dmac.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c index 1498b27..72e6316 100644 ---