Re: fsldma: cleanup driver and fix async_tx compatibility

2010-02-02 Thread Dan Williams
Dudhat Dipen-B09055 wrote: Hi Ira, Do these patches accepted to open source kernel?? Yes, they should appear on the 'next' branch of async_tx.git by the end of the day. -- Dan ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://

RE: fsldma: cleanup driver and fix async_tx compatibility

2010-02-01 Thread Dudhat Dipen-B09055
; Tabi Timur-B04825; linuxppc-...@ozlabs.org; Suresh Vishnu-B05022; Gupta Maneesh-B18878; Li Yang-R58472 Subject: Re: fsldma: cleanup driver and fix async_tx compatibility On Mon, Jan 11, 2010 at 11:17:04AM +0530, Dudhat Dipen-B09055 wrote: > > Hi Ira, > > I have tested your patches wi

Re: fsldma: cleanup driver and fix async_tx compatibility

2010-01-11 Thread Ira W. Snyder
AM > To: 'Ira W. Snyder'; dan.j.willi...@intel.com > Cc: ga...@kernel.crashing.org; herb...@gondor.apana.org.au; Tabi > Timur-B04825; linuxppc-...@ozlabs.org; Suresh Vishnu-B05022; Gupta > Maneesh-B18878; Li Yang-R58472 > Subject: RE: fsldma: cleanup driver and fix async_tx compatib

RE: fsldma: cleanup driver and fix async_tx compatibility

2010-01-10 Thread Dudhat Dipen-B09055
ntel.com Cc: ga...@kernel.crashing.org; herb...@gondor.apana.org.au; Tabi Timur-B04825; linuxppc-...@ozlabs.org; Suresh Vishnu-B05022; Dudhat Dipen-B09055; Gupta Maneesh-B18878; Li Yang-R58472 Subject: fsldma: cleanup driver and fix async_tx compatibility This patch series cleans up the Freescale DMAEngine dr

[PATCH 0/8 v2] fsldma: cleanup driver and fix async_tx compatibility

2010-01-06 Thread Ira W. Snyder
This patch series cleans up the Freescale DMAEngine driver, including verifying the locking and making sure that all code paths are correct. There were a few places that seemed suspicious, and they have been fixed. I have written a quick memory->memory DMAEngine test driver, and the performance is

RE: fsldma: cleanup driver and fix async_tx compatibility

2010-01-04 Thread Dudhat Dipen-B09055
; Tabi Timur-B04825; linuxppc-...@ozlabs.org; Suresh Vishnu-B05022; Dudhat Dipen-B09055; Gupta Maneesh-B18878; Li Yang-R58472 Subject: fsldma: cleanup driver and fix async_tx compatibility This patch series cleans up the Freescale DMAEngine driver, including verifying the locking and making sure that

fsldma: cleanup driver and fix async_tx compatibility

2009-12-31 Thread Ira W. Snyder
This patch series cleans up the Freescale DMAEngine driver, including verifying the locking and making sure that all code paths are correct. There were a few places that seemed suspicious, and they have been fixed. I have written a quick memory->memory DMAEngine test driver, and the performance is