Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-05-05 Thread Baolin Wang
Hi Vinod, On Thu, 2 May 2019 at 14:01, Vinod Koul wrote: > > On 30-04-19, 16:53, Baolin Wang wrote: > > Hi Vinod, > > > > On Tue, 30 Apr 2019 at 16:34, Baolin Wang wrote: > > > > > > On Tue, 30 Apr 2019 at 16:30, Vinod Koul wrote: > > > > > > > > On 30-04-19, 13:30, Baolin Wang wrote: > > > > >

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-05-01 Thread Vinod Koul
On 30-04-19, 16:53, Baolin Wang wrote: > Hi Vinod, > > On Tue, 30 Apr 2019 at 16:34, Baolin Wang wrote: > > > > On Tue, 30 Apr 2019 at 16:30, Vinod Koul wrote: > > > > > > On 30-04-19, 13:30, Baolin Wang wrote: > > > > On Mon, 29 Apr 2019 at 22:05, Vinod Koul wrote: > > > > > > > > > > On 29-04

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-30 Thread Baolin Wang
Hi Vinod, On Tue, 30 Apr 2019 at 16:34, Baolin Wang wrote: > > On Tue, 30 Apr 2019 at 16:30, Vinod Koul wrote: > > > > On 30-04-19, 13:30, Baolin Wang wrote: > > > On Mon, 29 Apr 2019 at 22:05, Vinod Koul wrote: > > > > > > > > On 29-04-19, 20:20, Baolin Wang wrote: > > > > > On Mon, 29 Apr 201

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-30 Thread Baolin Wang
On Tue, 30 Apr 2019 at 16:30, Vinod Koul wrote: > > On 30-04-19, 13:30, Baolin Wang wrote: > > On Mon, 29 Apr 2019 at 22:05, Vinod Koul wrote: > > > > > > On 29-04-19, 20:20, Baolin Wang wrote: > > > > On Mon, 29 Apr 2019 at 19:57, Vinod Koul wrote: > > > > > > > > > > On 15-04-19, 20:14, Baolin

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-30 Thread Vinod Koul
On 30-04-19, 13:30, Baolin Wang wrote: > On Mon, 29 Apr 2019 at 22:05, Vinod Koul wrote: > > > > On 29-04-19, 20:20, Baolin Wang wrote: > > > On Mon, 29 Apr 2019 at 19:57, Vinod Koul wrote: > > > > > > > > On 15-04-19, 20:14, Baolin Wang wrote: > > > > > From: Eric Long > > > > > > > > > > Since

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-29 Thread Baolin Wang
On Mon, 29 Apr 2019 at 22:05, Vinod Koul wrote: > > On 29-04-19, 20:20, Baolin Wang wrote: > > On Mon, 29 Apr 2019 at 19:57, Vinod Koul wrote: > > > > > > On 15-04-19, 20:14, Baolin Wang wrote: > > > > From: Eric Long > > > > > > > > Since we can support multiple DMA engine controllers, we shoul

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-29 Thread Vinod Koul
On 29-04-19, 20:20, Baolin Wang wrote: > On Mon, 29 Apr 2019 at 19:57, Vinod Koul wrote: > > > > On 15-04-19, 20:14, Baolin Wang wrote: > > > From: Eric Long > > > > > > Since we can support multiple DMA engine controllers, we should add > > > device validation in filter function to check if the

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-29 Thread Baolin Wang
On Mon, 29 Apr 2019 at 19:57, Vinod Koul wrote: > > On 15-04-19, 20:14, Baolin Wang wrote: > > From: Eric Long > > > > Since we can support multiple DMA engine controllers, we should add > > device validation in filter function to check if the correct controller > > to be requested. > > > > Signe

Re: [PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-29 Thread Vinod Koul
On 15-04-19, 20:14, Baolin Wang wrote: > From: Eric Long > > Since we can support multiple DMA engine controllers, we should add > device validation in filter function to check if the correct controller > to be requested. > > Signed-off-by: Eric Long > Signed-off-by: Baolin Wang > --- > drive

[PATCH 4/7] dmaengine: sprd: Add device validation to support multiple controllers

2019-04-15 Thread Baolin Wang
From: Eric Long Since we can support multiple DMA engine controllers, we should add device validation in filter function to check if the correct controller to be requested. Signed-off-by: Eric Long Signed-off-by: Baolin Wang --- drivers/dma/sprd-dma.c |5 + 1 file changed, 5 insertion