Re: dma engine drivers for 2.6.25?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dan Williams
Date: Saturday, February 23, 2008 - 7:06 pm

On Thu, Feb 14, 2008 at 10:29 PM, Dan Williams <dan.j.williams@intel.com> wrote:

Have not received a response, so let's try this the other way.  I took
a closer look and found that my concern should be addressed by the
following one-liner:

diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c
index 902e852..cc9a681 100644
--- a/drivers/dma/fsldma.c
+++ b/drivers/dma/fsldma.c
@@ -685,7 +685,6 @@ static irqreturn_t fsl_dma_chan_do_interrupt(int
irq, void *data)
                                "nlndar 0x%016llx\n", (u64)get_cdar(fsl_chan),
                                (u64)get_ndar(fsl_chan));
                stat &= ~FSL_DMA_SR_EOSI;
-               fsl_chan_ld_cleanup(fsl_chan);
        }

        /* If it current transfer is the end-of-transfer,

With your ack I'll push the driver plus this fixlet for the current kernel.

Regards,
Dan
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
dma engine drivers for 2.6.25?, Kumar Gala, (Wed Feb 13, 8:52 pm)
Re: dma engine drivers for 2.6.25?, Dan Williams, (Thu Feb 14, 11:14 am)
Re: dma engine drivers for 2.6.25?, Kumar Gala, (Thu Feb 14, 8:44 pm)
Re: dma engine drivers for 2.6.25?, Dan Williams, (Thu Feb 14, 10:29 pm)
Re: dma engine drivers for 2.6.25?, Dan Williams, (Sat Feb 23, 7:06 pm)
RE: dma engine drivers for 2.6.25?, Zhang Wei, (Mon Feb 25, 3:25 am)