RE: [PATCH 0/2] dma: sh: rcar-dmac: Add dma_pause operation

2018-07-10 Thread Yoshihiro Shimoda
Hi Vinod,

> From: Vinod, Sent: Wednesday, July 11, 2018 12:22 AM
> 
> On 02-07-18, 18:21, Yoshihiro Shimoda wrote:
> > This patch set is based on the lasest slave-dma / next branch.
> >
> > This issue can be reproduced by the following commands on r8a7795
> > Salvator-XS with the fixed patch [1] and Windows Teraterm :) :
> >  # stty 921600
> >  (Change Teraterm baud rate)
> >  # cat > rx.txt
> >  (Send 5MiB file by Teraterm.)
> >  # cmp  rx.txt
> >  output "differ: byte N, line MMM"
> 
> This fails to apply for me. Please rebase. Also please fix the subsystem
> name

I'm sorry for the trouble. I submitted v2 patch.

Best regards,
Yoshihiro Shimoda



Re: [PATCH 0/2] dma: sh: rcar-dmac: Add dma_pause operation

2018-07-10 Thread Vinod
On 02-07-18, 18:21, Yoshihiro Shimoda wrote:
> This patch set is based on the lasest slave-dma / next branch.
> 
> This issue can be reproduced by the following commands on r8a7795
> Salvator-XS with the fixed patch [1] and Windows Teraterm :) :
>  # stty 921600
>  (Change Teraterm baud rate)
>  # cat > rx.txt
>  (Send 5MiB file by Teraterm.)
>  # cmp  rx.txt
>  output "differ: byte N, line MMM"

This fails to apply for me. Please rebase. Also please fix the subsystem
name

-- 
~Vinod


Re: [PATCH 0/2] dma: sh: rcar-dmac: Add dma_pause operation

2018-07-09 Thread Vinod
On 02-07-18, 18:21, Yoshihiro Shimoda wrote:
> This patch set is based on the lasest slave-dma / next branch.
> 
> This issue can be reproduced by the following commands on r8a7795
> Salvator-XS with the fixed patch [1] and Windows Teraterm :) :
>  # stty 921600
>  (Change Teraterm baud rate)
>  # cat > rx.txt
>  (Send 5MiB file by Teraterm.)
>  # cmp  rx.txt
>  output "differ: byte N, line MMM"

Looks okay to me, Acks/tested-by..?

> 
> [1] https://patchwork.kernel.org/patch/10500775/
> 
> Yoshihiro Shimoda (2):
>   dma: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier
>   dma: sh: rcar-dmac: Add dma_pause operation
> 
>  drivers/dma/sh/rcar-dmac.c | 27 +++
>  1 file changed, 23 insertions(+), 4 deletions(-)
> 
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe dmaengine" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
~Vinod


[PATCH 0/2] dma: sh: rcar-dmac: Add dma_pause operation

2018-07-02 Thread Yoshihiro Shimoda
This patch set is based on the lasest slave-dma / next branch.

This issue can be reproduced by the following commands on r8a7795
Salvator-XS with the fixed patch [1] and Windows Teraterm :) :
 # stty 921600
 (Change Teraterm baud rate)
 # cat > rx.txt
 (Send 5MiB file by Teraterm.)
 # cmp  rx.txt
 output "differ: byte N, line MMM"

[1] https://patchwork.kernel.org/patch/10500775/

Yoshihiro Shimoda (2):
  dma: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier
  dma: sh: rcar-dmac: Add dma_pause operation

 drivers/dma/sh/rcar-dmac.c | 27 +++
 1 file changed, 23 insertions(+), 4 deletions(-)

-- 
1.9.1