Re: [PATCH 0/4] dmaeninge/ste_dma40: bug fixes for 3.1

2011-09-02 Thread Vinod Koul
On Mon, 2011-08-29 at 13:33 +0200, Per Forlin wrote: > Started off fixing a memory leak due to not freed dma descriptors > in mmci. The descriptor allocated at device_prep...(), not submitted, > isn't freed at dmaeninge_terminate_all() or dmaengine_release(). > While sorting this one out some other

Re: [PATCH 0/4] dmaeninge/ste_dma40: bug fixes for 3.1

2011-08-29 Thread Linus Walleij
On Mon, Aug 29, 2011 at 1:33 PM, Per Forlin wrote: > Started off fixing a memory leak due to not freed dma descriptors > in mmci. The descriptor allocated at device_prep...(), not submitted, > isn't freed at dmaeninge_terminate_all() or dmaengine_release(). > While sorting this one out some other

[PATCH 0/4] dmaeninge/ste_dma40: bug fixes for 3.1

2011-08-29 Thread Per Forlin
Started off fixing a memory leak due to not freed dma descriptors in mmci. The descriptor allocated at device_prep...(), not submitted, isn't freed at dmaeninge_terminate_all() or dmaengine_release(). While sorting this one out some other issues were found as well. * kernel doc missing * duplicatio