All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] dmaengine: core/omap-dma: Support for port window
@ 2016-11-17 12:50 ` Peter Ujfalusi
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Ujfalusi @ 2016-11-17 12:50 UTC (permalink / raw)
  To: vinod.koul, dan.j.williams, tony, linux
  Cc: dmaengine, linux-kernel, linux-omap, arnd

Hi,

Changes since v1:
- Make sure that the one frame covers the port_window (burst = port_window)
- added comment to explain the double indexed setup to cover the port_window
- Simplifications for the code mentioned by Russell and Vinod


Cover letter from v1:

as I'm trying to convert the remaining OMAP driver to use DMAengine instead of
the legacy omap-dma API I have encountered with the
drivers/usb/musb/tusb6010_omap.c driver.

The TUSB6010 is connected via NOR FLASH interface and it's register space is
mapped in the GPMC memory area. In OMAP SoCs we have support for external DMA
request lines and the TUSB6010 is using those as well.

With asynchronous access the DMA needs to read/write within the FIFO 'window' in
incremental address mode to read/write data.
The constant addressing only works in synchronous mode.

Since the DMA is driven by external DMA requests, the asynchronous mode is also
slave DMA operation, but currently the port window can not be 'swiped' as the
DMAengine only supports single register/address on the slave side.

This series will add support in dma_slave_config to specify the port side window
size and the second patch implements the setup needs in omap-dma driver for such
a transfer.

Regards,
Peter
---
Peter Ujfalusi (2):
  dmaengine: dma_slave_config: add support for slave port window
  dmaengine: omap-dma: Support for slave devices with data port window

 drivers/dma/omap-dma.c    | 61 +++++++++++++++++++++++++++++++++++++++++++++--
 include/linux/dmaengine.h |  8 +++++++
 2 files changed, 67 insertions(+), 2 deletions(-)

-- 
2.10.2

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

end of thread, other threads:[~2016-11-29 13:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17 12:50 [PATCH v2 0/2] dmaengine: core/omap-dma: Support for port window Peter Ujfalusi
2016-11-17 12:50 ` Peter Ujfalusi
2016-11-17 12:50 ` [PATCH v2 1/2] dmaengine: dma_slave_config: add support for slave " Peter Ujfalusi
2016-11-17 12:50   ` Peter Ujfalusi
2016-11-29 10:47   ` Peter Ujfalusi
2016-11-29 10:47     ` Peter Ujfalusi
2016-11-29 13:14     ` Vinod Koul
     [not found] ` <20161117125017.14954-3-peter.ujfalusi@ti.com>
2016-11-25  6:12   ` [PATCH v2 2/2] dmaengine: omap-dma: Support for slave devices with data " Vinod Koul
2016-11-25  9:38     ` Peter Ujfalusi
2016-11-25  9:38       ` Peter Ujfalusi
2016-11-29  3:17       ` 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.