linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Porting plat-pxa to the MMP PDMA driver
@ 2014-04-07 13:12 Laurent Pinchart
  2014-04-07 13:25 ` Daniel Mack
  0 siblings, 1 reply; 6+ messages in thread
From: Laurent Pinchart @ 2014-04-07 13:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

The MMP DMA (drivers/dma/mmap_pdma.c) driver supports the DMA engine found in 
PXA chips. However, PXA platforms still use a mix of custom platform code 
(arch/arm/plat-pxa/dma.c) and direct DMA controller access in various drivers 
(pata_pxa, spi-pxa2xx, pxa3xx_nand, pxaficp_ir, pxamci, smc91x, smc911x and 
pxa_camera).

I'd like to use the MMP PDMA driver through the DMA engine API in a new driver 
I'm writing instead of the legacy PXA DMA code. However, this requires porting 
the platform to the MMP PDMA driver first, which involves porting all the 
above drivers to the DMA engine API. The spi-pxa2xx driver has already been 
ported and currently supports both the legacy PXA DMA API and the DMA engine 
API. All the other drivers seem to require the legacy PXA DMA API.

I was wondering if any effort had been started in that direction. I could 
possibly help with the pxamci driver, but not with the other drivers as the 
corresponding peripherals are not used on my test platform (a custom PXA27x 
board).

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2014-04-08  1:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 13:12 Porting plat-pxa to the MMP PDMA driver Laurent Pinchart
2014-04-07 13:25 ` Daniel Mack
2014-04-07 14:02   ` Mark Brown
2014-04-07 14:11     ` Daniel Mack
2014-04-07 14:19       ` Mark Brown
2014-04-08  1:46   ` Laurent Pinchart

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).