Re: [PATCH v3 13/18] dmaengine: dma-jz4780: Set DTCn register explicitly

From: Randy Dunlap
Date: Sat Jul 21 2018 - 11:10:34 EST


On 07/21/2018 04:06 AM, Paul Cercueil wrote:
> From: Daniel Silsby <dansilsby@xxxxxxxxx>
>
> Normally, we wouldn't set the channel transfer count register directly
> when using descriptor-driven transfers. However, there is no harm in
> doing so, and it allows jz4780_dma_desc_residue() to report the correct
> residue of an ongoing transfer, no matter when it is called.
>
> Signed-off-by: Daniel Silsby <dansilsby@xxxxxxxxx>
> Tested-by: Mathieu Malaterre <malat@xxxxxxxxxx>
> ---
> drivers/dma/dma-jz4780.c | 9 +++++++++
> 1 file changed, 9 insertions(+)

Hi,

Documentation/process/submitting-patches.rst says:

The Signed-off-by: tag indicates that the signer was involved in the
development of the patch, or that he/she was in the patch's delivery path.

That means that patches that are from Daniel but you send (delivery path)
should also be Signed-off-by: you.


--
~Randy