On Mon, Aug 29, 2011 at 1:33 PM, Per Forlin per.forlin@linaro.org 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 issues were found as well.
- kernel doc missing
- duplication of d40_pool_lli_free()
- free of client descriptor triggers an oops.
Acked-by: Linus Walleij linus.walleij@linaro.org
For all patches, thanks Per! Linus Walleij