All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix starting of transfers in i.MX dma drivers
@ 2012-01-09  9:32 ` Sascha Hauer
  0 siblings, 0 replies; 26+ messages in thread
From: Sascha Hauer @ 2012-01-09  9:32 UTC (permalink / raw)
  To: linux-arm-kernel

This moves the start of transfers from tx_submit to issue_pending
for the i.MX dma drivers as requested by Vinoud here:

https://lkml.org/lkml/2012/1/7/23

This requires the users (mxcmmc and i.MX sound) to be fixed first.
So Chris, Mark, given your Ack I would suggest to send this via
Vinouds DMA tree.

Sascha

Sascha Hauer (4):
      mmc: mxcmmc: add missing dma_async_issue_pending
      ASoC: i.MX: Add missing dma_async_issue_pending
      dma: imx-dma: start transfer in issue_pending
      dma: imx-sdma: start transfer in issue_pending

 drivers/dma/imx-dma.c           |    9 ++++-----
 drivers/dma/imx-sdma.c          |   11 +++++------
 drivers/mmc/host/mxcmmc.c       |    1 +
 sound/soc/imx/imx-pcm-dma-mx2.c |    1 +
 4 files changed, 11 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2012-01-30 14:03 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09  9:32 [PATCH] fix starting of transfers in i.MX dma drivers Sascha Hauer
2012-01-09  9:32 ` Sascha Hauer
2012-01-09  9:32 ` [PATCH 1/4] mmc: mxcmmc: add missing dma_async_issue_pending Sascha Hauer
2012-01-09  9:32   ` Sascha Hauer
2012-01-09  9:32 ` [PATCH 2/4] ASoC: i.MX: Add " Sascha Hauer
2012-01-09  9:32   ` Sascha Hauer
2012-01-09 16:13   ` Mark Brown
2012-01-09 16:13     ` Mark Brown
2012-01-10  8:39     ` Sascha Hauer
2012-01-10  8:39       ` Sascha Hauer
2012-01-09  9:32 ` [PATCH 3/4] dma: imx-dma: start transfer in issue_pending Sascha Hauer
2012-01-09  9:32   ` Sascha Hauer
2012-01-09 10:51   ` Russell King - ARM Linux
2012-01-09 10:51     ` Russell King - ARM Linux
2012-01-09  9:32 ` [PATCH 4/4] dma: imx-sdma: " Sascha Hauer
2012-01-09  9:32   ` Sascha Hauer
2012-01-12 12:25 ` [PATCH] fix starting of transfers in i.MX dma drivers javier Martin
2012-01-12 12:25   ` javier Martin
2012-01-15 17:07   ` Koul, Vinod
2012-01-15 17:07     ` Koul, Vinod
2012-01-30  9:12 ` Vinod Koul
2012-01-30  9:12   ` Vinod Koul
2012-01-30 12:22   ` javier Martin
2012-01-30 12:22     ` javier Martin
2012-01-30 14:03     ` Vinod Koul
2012-01-30 14:03       ` 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.