linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dma: pl330: Fixes for DMA memcpy
@ 2014-11-07 18:05 Jon Medhurst
  2014-11-07 18:05 ` [PATCH 1/2] dma: pl330: Align DMA memcpy operations to MFIFO width Jon Medhurst
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jon Medhurst @ 2014-11-07 18:05 UTC (permalink / raw)
  To: linux-arm-kernel

This is a couple of patches I produced when trying to get dmatest to run
with the pl330 driver. The second one is actually a theoretical fix
because the FIFO on the platform I was using is too large for the tests
to hit the limit, but the datasheet says the device can lockup if all
the FIFO entries are exhausted, so it seems like a sensible precaution.

Jon Medhurst (2):
      dma: pl330: Align DMA memcpy operations to MFIFO width
      dma: pl330: Limit MFIFO usage for memcpy to avoid exhausting entries

 drivers/dma/pl330.c | 16 ++++++++++++++--

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

end of thread, other threads:[~2014-11-13 10:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 18:05 [PATCH 0/2] dma: pl330: Fixes for DMA memcpy Jon Medhurst
2014-11-07 18:05 ` [PATCH 1/2] dma: pl330: Align DMA memcpy operations to MFIFO width Jon Medhurst
2014-11-07 18:05 ` [PATCH 2/2] dma: pl330: Limit MFIFO usage for memcpy to avoid exhausting entries Jon Medhurst
2014-11-12  9:31 ` [PATCH 0/2] dma: pl330: Fixes for DMA memcpy Vinod Koul
2014-11-13 10:19   ` Jon Medhurst (Tixy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).