Re: [PATCH V3 0/2] dma: mmp_pdma: Fix phy channels not protected issue

2013-07-28 Thread Vinod Koul
On Tue, Jun 18, 2013 at 02:55:57PM +0800, Xiang Wang wrote: > From: Xiang Wang > > This patch set deals with the issues that 1) phy channels are not protected > in mmp_pdma. 2) dma request<->channel mapping is not cleared when a phy chan > is freed. Applied, thanks ~Vinod -- To unsubscribe from

Re: [PATCH V3 0/2] dma: mmp_pdma: Fix phy channels not protected issue

2013-07-24 Thread Xiang Wang
Hi, maintainers What's the status of this patch set V3? Sorry for pushing. Thanks! 2013/6/18 Xiang Wang : > From: Xiang Wang > > This patch set deals with the issues that 1) phy channels are not protected > in mmp_pdma. 2) dma request<->channel mapping is not cleared when a phy chan > is freed. >

Re: [PATCH V3 0/2] dma: mmp_pdma: Fix phy channels not protected issue

2013-07-03 Thread Xiang Wang
Hi, all Do you have any comments about this patch set? Thanks! 2013/6/18 Xiang Wang : > From: Xiang Wang > > This patch set deals with the issues that 1) phy channels are not protected > in mmp_pdma. 2) dma request<->channel mapping is not cleared when a phy chan > is freed. > > Xiang Wang (2): >

[PATCH V3 0/2] dma: mmp_pdma: Fix phy channels not protected issue

2013-06-17 Thread Xiang Wang
From: Xiang Wang This patch set deals with the issues that 1) phy channels are not protected in mmp_pdma. 2) dma request<->channel mapping is not cleared when a phy chan is freed. Xiang Wang (2): dma: mmp_pdma: add protect when alloc/free phy channels dma: mmp_pdma: clear DRCMR when free a p