Re: [PATCHv2] dw_dmac: adjust slave_id accordingly to request line base

2013-03-03 Thread Vinod Koul
On Wed, Feb 20, 2013 at 01:52:17PM +0200, Andy Shevchenko wrote: > On some hardware configurations we have got the request line with the offset. > The patch introduces convert_slave_id() helper for that cases. The request > line > base is came from the driver data provided by the platform_device_i

Re: [PATCHv2] dw_dmac: adjust slave_id accordingly to request line base

2013-02-22 Thread Andy Shevchenko
On Wed, Feb 20, 2013 at 1:52 PM, Andy Shevchenko wrote: > On some hardware configurations we have got the request line with the offset. > The patch introduces convert_slave_id() helper for that cases. The request > line > base is came from the driver data provided by the platform_device_id table.

Re: [PATCHv2] dw_dmac: adjust slave_id accordingly to request line base

2013-02-20 Thread Viresh Kumar
On 20 February 2013 17:22, Andy Shevchenko wrote: > On some hardware configurations we have got the request line with the offset. > The patch introduces convert_slave_id() helper for that cases. The request > line > base is came from the driver data provided by the platform_device_id table. > > S

[PATCHv2] dw_dmac: adjust slave_id accordingly to request line base

2013-02-20 Thread Andy Shevchenko
On some hardware configurations we have got the request line with the offset. The patch introduces convert_slave_id() helper for that cases. The request line base is came from the driver data provided by the platform_device_id table. Signed-off-by: Mika Westerberg Signed-off-by: Andy Shevchenko