All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] dmaengine: imx-sdma - fix the dma residue calculation
@ 2016-10-11 11:13 Nandor Han
  2016-10-11 11:13 ` [PATCH 1/1] dmaengine: imx-sdma - correct the dma transfer " Nandor Han
  0 siblings, 1 reply; 5+ messages in thread
From: Nandor Han @ 2016-10-11 11:13 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams
  Cc: dmaengine, linux-kernel, Peter Senna Tschudin, Marek Vasut,
	Nandor Han

The patch will correct the calculation of the dma residue taking in consideration
that some subsystem can check the dma status without waiting the dma complete event.

Affected devices: imx based device using sdma module with cyclic channels.

Tested on imx6 and imx53 by playing wav files using `speaker-test`application, part
of alsa-utils package, and verify that the sound plays smoothly without interruptions. 
Verified also the serial communication by transferring data over the serial line using
various packet sizes and checked the logs and the serial port status
(`cat /proc/tty/driver/IMX-uart`) that no data is lost.

Nandor Han (1):
  dmaengine: imx-sdma - correct the dma transfer residue calculation

 drivers/dma/imx-sdma.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

-- 
2.7.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-25  5:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-11 11:13 [PATCH 0/1] dmaengine: imx-sdma - fix the dma residue calculation Nandor Han
2016-10-11 11:13 ` [PATCH 1/1] dmaengine: imx-sdma - correct the dma transfer " Nandor Han
2016-10-11 11:35   ` Peter Senna Tschudin
2016-10-16 16:59   ` Marek Vasut
2016-11-25  5:36   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.