[PATCH 6/7] dmaengine: change the flags of request_irq()

Lothar Waßmann LW at KARO-electronics.de
Wed Mar 16 06:13:32 EDT 2011


Hi,

Huang Shijie writes:
> The GPMI may have many DMA channels, such as the imx23 has
> four DMA channels. All these DMA channels share the same interrupt.
> So change the flags from '0' to IRQF_SHARED, else there will be
> an EBUSY error returns.
> 
Problem is, that the mxs_dma_int_handler() need to be rewritten
for that since it currently does not support shared interrupts (as you
can easily find out by enabling CONFIG_DEBUG_SHIRQ.


Lothar Waßmann
-- 
___________________________________________________________

Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996

www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________



More information about the linux-arm-kernel mailing list