Re: [PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Arnd Bergmann
On Wednesday 10 February 2016 14:07:01 Chris Paterson wrote: > Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") > introduced a typo causing the TX DMA channel allocation to be overwritten > by the requested RX DMA channel. > > Signed-off-by: Chris Paterson > --- > Acked-by:

Re: [PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Laurent Pinchart
Hi Chris, Thank you for the patch. On Wednesday 10 February 2016 14:07:01 Chris Paterson wrote: > Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") > introduced a typo causing the TX DMA channel allocation to be overwritten > by the requested RX DMA channel. > > Signed-off-by:

Re: [PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Ulf Hansson
On 10 February 2016 at 15:07, Chris Paterson wrote: > Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") > introduced a typo causing the TX DMA channel allocation to be overwritten > by the requested RX DMA channel. > > Signed-off-by: Chris Paterson Thanks, applied for fixes and

[PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Chris Paterson
Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") introduced a typo causing the TX DMA channel allocation to be overwritten by the requested RX DMA channel. Signed-off-by: Chris Paterson --- drivers/mmc/host/sh_mmcif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Chris Paterson
Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") introduced a typo causing the TX DMA channel allocation to be overwritten by the requested RX DMA channel. Signed-off-by: Chris Paterson --- drivers/mmc/host/sh_mmcif.c | 2 +- 1 file changed, 1

Re: [PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Laurent Pinchart
Hi Chris, Thank you for the patch. On Wednesday 10 February 2016 14:07:01 Chris Paterson wrote: > Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") > introduced a typo causing the TX DMA channel allocation to be overwritten > by the requested RX DMA channel. > > Signed-off-by:

Re: [PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Ulf Hansson
On 10 February 2016 at 15:07, Chris Paterson wrote: > Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") > introduced a typo causing the TX DMA channel allocation to be overwritten > by the requested RX DMA channel. > > Signed-off-by: Chris Paterson

Re: [PATCH] mmc: sh_mmcif: Correct TX DMA channel allocation

2016-02-10 Thread Arnd Bergmann
On Wednesday 10 February 2016 14:07:01 Chris Paterson wrote: > Commit 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling") > introduced a typo causing the TX DMA channel allocation to be overwritten > by the requested RX DMA channel. > > Signed-off-by: Chris Paterson