linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] DMA: PL330: Fix mem leaks and balance probe/remove
@ 2012-09-25  8:57 Inderpal Singh
  2012-09-25  8:57 ` [PATCH 1/3] DMA: PL330: Free memory allocated for peripheral channels Inderpal Singh
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Inderpal Singh @ 2012-09-25  8:57 UTC (permalink / raw)
  To: linux-samsung-soc, linux-kernel
  Cc: jassisinghbrar, boojin.kim, vinod.koul, patches, kgene.kim

The first 2 patches of this series fix memory leaks because the memory
allocated for peripheral channels and DMA descriptors were not getting
freed.

The third patch balances the module's remove function.

This patchset is based on slave-dma tree's "next" branch merged with
"fixes" branch and applied patch at [1] to fix the build error.

[1] http://permalink.gmane.org/gmane.linux.kernel.next/24274

Inderpal Singh (3):
  DMA: PL330: Free memory allocated for peripheral channels
  DMA: PL330: Change allocation method to properly free DMA descriptors
  DMA: PL330: Balance module remove function with probe

 drivers/dma/pl330.c |   37 ++++++++++++++++++++++++-------------
 1 file changed, 24 insertions(+), 13 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2012-10-01  9:59 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-25  8:57 [PATCH 0/3] DMA: PL330: Fix mem leaks and balance probe/remove Inderpal Singh
2012-09-25  8:57 ` [PATCH 1/3] DMA: PL330: Free memory allocated for peripheral channels Inderpal Singh
2012-09-25 12:47   ` Jassi Brar
2012-09-25 15:23     ` Inderpal Singh
2012-09-25  8:57 ` [PATCH 2/3] DMA: PL330: Change allocation method to properly free DMA descriptors Inderpal Singh
2012-09-25 13:09   ` Jassi Brar
2012-09-25 15:26     ` Inderpal Singh
2012-09-25  8:57 ` [PATCH 3/3] DMA: PL330: Balance module remove function with probe Inderpal Singh
2012-09-25 13:17   ` Jassi Brar
2012-09-26  6:41     ` Inderpal Singh
2012-09-26  9:32       ` Jassi Brar
2012-09-26 10:55         ` Inderpal Singh
2012-09-26 16:49           ` Jassi Brar
2012-09-27  4:13             ` Inderpal Singh
2012-09-27  5:05               ` Jassi Brar
2012-09-27  5:30                 ` Inderpal Singh
2012-09-27  6:03                   ` Jassi Brar
2012-09-27  9:48       ` Vinod Koul
2012-09-27 15:41         ` Inderpal Singh
2012-09-27 16:06           ` Jassi Brar
2012-09-28  4:33             ` Inderpal Singh
2012-09-28 10:58               ` Jassi Brar
2012-10-01  9:59                 ` Inderpal Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).