linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Porting 3.5 Kernel to a new ARM platform: DMA issues
@ 2014-04-08  8:11 alberto Villa
  0 siblings, 0 replies; only message in thread
From: alberto Villa @ 2014-04-08  8:11 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

Hello,

I'm working to port 3.5 Kernel to a new platform and I'm trying to be
compliant with the new features of newer Kernel versions (I'm familiar
with 2.6). To be more specific I'm trying to adapt the port to the DMA
engine: I've got the DMA driver and the peripheral's driver which use
the DMA engine.
On older Kernel version one could write for example a dma.c under
linux/arch/arm/mach-<arch> to provide dma's specific alloc/release
functions to take care for example of a MUX between peripherals and DMA.
In release 3.5 I found the function dma_filter called during the
dma_request_channel () that seems to provide the functionality I need to
set a MUX for example during the allocation of the DMA channel, but I
can't find any customizable function called during the
dma_release_channel() to change the configuration of the MUX I set
during the dma_request_channel().
Am I missing something or in new releases this kind of operation isn't
supported?

Thank you

-- 
Dr. Villa Alberto
Sw Engineer

SeleTech srl
via Collodi, 8 20052 Monza (MI)
tel: +39 039 5962000
fax: +39 039 9716905
email: a.villa@seletech.com
web: www.seletech.com
     www.seletech.eu 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-08  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  8:11 Porting 3.5 Kernel to a new ARM platform: DMA issues alberto Villa

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