All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Prefetch support for DMA transfer
@ 2010-06-30  8:47 Samu Onkalo
  2010-06-30  8:47 ` [PATCH 1/1] omap: dma: Support for prefetch in destination synchronized transfer Samu Onkalo
  0 siblings, 1 reply; 3+ messages in thread
From: Samu Onkalo @ 2010-06-30  8:47 UTC (permalink / raw)
  To: tony; +Cc: linux-omap

Add support for Prefetech mode in destination synchronized DMA transfer.
This enables DMA controller to fetch data from memory in advance.
When the destination HW block requests new data block, it can be send out
faster compared to read from memory. This may prevent stalls in target
HW block. 

Samu Onkalo (1):
  omap: dma: Support for prefetch in destination synchronized transfer

 arch/arm/plat-omap/dma.c              |   11 +++++++----
 arch/arm/plat-omap/include/plat/dma.h |    1 +
 2 files changed, 8 insertions(+), 4 deletions(-)


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

end of thread, other threads:[~2010-07-07 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30  8:47 [PATCH 0/1] Prefetch support for DMA transfer Samu Onkalo
2010-06-30  8:47 ` [PATCH 1/1] omap: dma: Support for prefetch in destination synchronized transfer Samu Onkalo
2010-07-07 11:48   ` [APPLIED] [PATCH 1/1] omap: dma: Support for prefetch in destination Tony Lindgren

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.