Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-10-01 Thread Andy Shevchenko
On Mon, 2012-10-01 at 15:15 +0530, Vinod Koul wrote: > On Mon, 2012-10-01 at 12:04 +0300, Andy Shevchenko wrote: > > On Thu, 2012-09-27 at 16:03 +0530, Vinod Koul wrote: > > > On Thu, 2012-09-27 at 15:36 +0530, Vinod Koul wrote: > > > > On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: >

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-10-01 Thread Vinod Koul
On Mon, 2012-10-01 at 12:04 +0300, Andy Shevchenko wrote: > On Thu, 2012-09-27 at 16:03 +0530, Vinod Koul wrote: > > On Thu, 2012-09-27 at 15:36 +0530, Vinod Koul wrote: > > > On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: > > > > Not all of the controllers support the 64 bit data width

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-10-01 Thread Andy Shevchenko
On Thu, 2012-09-27 at 16:03 +0530, Vinod Koul wrote: > On Thu, 2012-09-27 at 15:36 +0530, Vinod Koul wrote: > > On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: > > > Not all of the controllers support the 64 bit data width. Make it > > > configurable > > > via platform data. The driver

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-09-27 Thread Vinod Koul
On Thu, 2012-09-27 at 17:00 +0300, Andy Shevchenko wrote: > On Thu, Sep 27, 2012 at 1:06 PM, Vinod Koul > wrote: > > On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: > >> Not all of the controllers support the 64 bit data width. Make it > >> configurable > >> via platform data. The driv

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-09-27 Thread Andy Shevchenko
On Thu, Sep 27, 2012 at 1:06 PM, Vinod Koul wrote: > On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: >> Not all of the controllers support the 64 bit data width. Make it >> configurable >> via platform data. The driver will try to get a value from the component >> parameters, otherwise

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-09-27 Thread Andy Shevchenko
On Thu, 2012-09-27 at 16:03 +0530, Vinod Koul wrote: > On Thu, 2012-09-27 at 15:36 +0530, Vinod Koul wrote: > > On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: > > > Not all of the controllers support the 64 bit data width. Make it > > > configurable > > > via platform data. The driver

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-09-27 Thread Vinod Koul
On Thu, 2012-09-27 at 15:36 +0530, Vinod Koul wrote: > On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: > > Not all of the controllers support the 64 bit data width. Make it > > configurable > > via platform data. The driver will try to get a value from the component > > parameters, other

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-09-27 Thread Vinod Koul
On Tue, 2012-09-25 at 14:39 +0300, Andy Shevchenko wrote: > Not all of the controllers support the 64 bit data width. Make it configurable > via platform data. The driver will try to get a value from the component > parameters, otherwise it will use the platform data. > What was this gen against,

Re: [PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-09-25 Thread viresh kumar
On Tue, Sep 25, 2012 at 5:09 PM, Andy Shevchenko wrote: > Not all of the controllers support the 64 bit data width. Make it configurable > via platform data. The driver will try to get a value from the component > parameters, otherwise it will use the platform data. > > Signed-off-by: Andy Shevche

[PATCHv3] dw_dmac: autoconfigure data_width or get it via platform data

2012-09-25 Thread Andy Shevchenko
Not all of the controllers support the 64 bit data width. Make it configurable via platform data. The driver will try to get a value from the component parameters, otherwise it will use the platform data. Signed-off-by: Andy Shevchenko --- Since v2: - sometimes memory-to-memory test is failed, th