Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Vinod Koul
On Tue, Nov 26, 2013 at 08:53:24PM -0800, Olof Johansson wrote: > commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') > added a generic unmap call but used the wrong argument for it. Fix it. > > Fixes: d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') > Signed-off-by:

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Vinod Koul
On Wed, Nov 27, 2013 at 11:55:01AM -0800, Dan Williams wrote: > On Tue, Nov 26, 2013 at 8:53 PM, Olof Johansson wrote: > > commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') > > added a generic unmap call but used the wrong argument for it. Fix it. > > > > Fixes: d38a8c622a1b

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Dan Williams
On Tue, Nov 26, 2013 at 8:53 PM, Olof Johansson wrote: > commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') > added a generic unmap call but used the wrong argument for it. Fix it. > > Fixes: d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') > Signed-off-by: Olof

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Dan Williams
On Wed, Nov 27, 2013 at 11:44 AM, Olof Johansson wrote: > On Wed, Nov 27, 2013 at 11:38 AM, Dan Williams > wrote: >> Thanks, Olof I'll push this shortly. I'll add your acked-by to this >> one from Russell. >> >> https://patchwork.kernel.org/patch/3241941/ > > Sure, sounds good. I've posted a

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Olof Johansson
On Wed, Nov 27, 2013 at 11:38 AM, Dan Williams wrote: > Thanks, Olof I'll push this shortly. I'll add your acked-by to this > one from Russell. > > https://patchwork.kernel.org/patch/3241941/ Sure, sounds good. I've posted a couple more as well (the at_hdmac one I posted yesterday) and "[PATCH]

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Dan Williams
Thanks, Olof I'll push this shortly. I'll add your acked-by to this one from Russell. https://patchwork.kernel.org/patch/3241941/ -- Dan On Tue, Nov 26, 2013 at 8:53 PM, Olof Johansson wrote: > commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') > added a generic unmap call

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Dan Williams
Thanks, Olof I'll push this shortly. I'll add your acked-by to this one from Russell. https://patchwork.kernel.org/patch/3241941/ -- Dan On Tue, Nov 26, 2013 at 8:53 PM, Olof Johansson o...@lixom.net wrote: commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') added a generic

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Olof Johansson
On Wed, Nov 27, 2013 at 11:38 AM, Dan Williams dan.j.willi...@intel.com wrote: Thanks, Olof I'll push this shortly. I'll add your acked-by to this one from Russell. https://patchwork.kernel.org/patch/3241941/ Sure, sounds good. I've posted a couple more as well (the at_hdmac one I posted

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Dan Williams
On Wed, Nov 27, 2013 at 11:44 AM, Olof Johansson o...@lixom.net wrote: On Wed, Nov 27, 2013 at 11:38 AM, Dan Williams dan.j.willi...@intel.com wrote: Thanks, Olof I'll push this shortly. I'll add your acked-by to this one from Russell. https://patchwork.kernel.org/patch/3241941/ Sure,

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Dan Williams
On Tue, Nov 26, 2013 at 8:53 PM, Olof Johansson o...@lixom.net wrote: commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') added a generic unmap call but used the wrong argument for it. Fix it. Fixes: d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') Signed-off-by:

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Vinod Koul
On Wed, Nov 27, 2013 at 11:55:01AM -0800, Dan Williams wrote: On Tue, Nov 26, 2013 at 8:53 PM, Olof Johansson o...@lixom.net wrote: commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') added a generic unmap call but used the wrong argument for it. Fix it. Fixes:

Re: [PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-27 Thread Vinod Koul
On Tue, Nov 26, 2013 at 08:53:24PM -0800, Olof Johansson wrote: commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') added a generic unmap call but used the wrong argument for it. Fix it. Fixes: d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') Signed-off-by: Olof

[PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-26 Thread Olof Johansson
commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') added a generic unmap call but used the wrong argument for it. Fix it. Fixes: d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') Signed-off-by: Olof Johansson --- I can't actually tell what the intent of d38a8cc622a1b

[PATCH] dmaengine: pl08x: fix conversioin for generic unmap data

2013-11-26 Thread Olof Johansson
commit d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') added a generic unmap call but used the wrong argument for it. Fix it. Fixes: d38a8c622a1b ('dmaengine: prepare for generic 'unmap' data') Signed-off-by: Olof Johansson o...@lixom.net --- I can't actually tell what the intent of