EDMA on ARM

hong zhang henryzhang62 at yahoo.com
Mon Mar 28 13:40:19 EDT 2011


Russell,

arch/arm/mach-davinci/dma.c main kernel tree is exactly same as arch/arm/common/edma.c TI private tree.

I like to see if event is in ER (Event Register) in audio AIC3X. When event occurs, dma_irq_handler() will be called. But 0 value in ER. See

/* EDMA channel with event association */
enter edma_start EDMA: ER0 00000000

enter dma_irq_handler EDMA: ER0 00000000

I think I miss something here. Event number should be read.
Any ideas?

---henry

--- On Mon, 3/28/11, Russell King - ARM Linux <linux at arm.linux.org.uk> wrote:

> From: Russell King - ARM Linux <linux at arm.linux.org.uk>
> Subject: Re: EDMA on ARM
> To: "hong zhang" <henryzhang62 at yahoo.com>
> Cc: linux-arm at lists.infradead.org
> Date: Monday, March 28, 2011, 2:38 AM
> On Sun, Mar 27, 2011 at 09:52:34PM
> -0700, hong zhang wrote:
> > There are only two files talk about EDMA in ARM. One
> is
> > arch/arm/common/edma.c and
> arch/arm/mach-davinci/dma.c.
> 
> There is no arch/arm/common/edma.c in mainline.
> 
> > Do all ARMs SoC from different vedors share same DMA
> functionality
> > with edma.c?
> 
> The only SoC I'm aware of which uses it is Davinci.
> 


      



More information about the linux-arm mailing list