Re: [PATCH 2/8] dmaengine: amba-pl08x: ensure physical channels are properly held

2012-04-27 Thread Russell King - ARM Linux
On Fri, Apr 27, 2012 at 10:38:08PM +0200, Linus Walleij wrote: > On Wed, Apr 18, 2012 at 12:19 PM, Russell King - ARM Linux > wrote: > > > Oops, this patch wasn't supposed to be part of this set... > > ...however it gives me the impression that you have a patch set cooking > to also switch PL08x

Re: [PATCH 2/8] dmaengine: amba-pl08x: ensure physical channels are properly held

2012-04-27 Thread Linus Walleij
On Wed, Apr 18, 2012 at 12:19 PM, Russell King - ARM Linux wrote: > Oops, this patch wasn't supposed to be part of this set... ...however it gives me the impression that you have a patch set cooking to also switch PL08x over to the virtual channel mechanism which is really appetizing to see :-)

Re: [PATCH 2/8] dmaengine: amba-pl08x: ensure physical channels are properly held

2012-04-18 Thread Russell King - ARM Linux
Oops, this patch wasn't supposed to be part of this set... On Wed, Apr 18, 2012 at 11:10:55AM +0100, Russell King wrote: > Ensure that physical channels are held while there are descriptors for > them to process. This is needed when we split the pending queue into > separate pending and issued qu

[PATCH 2/8] dmaengine: amba-pl08x: ensure physical channels are properly held

2012-04-18 Thread Russell King
Ensure that physical channels are held while there are descriptors for them to process. This is needed when we split the pending queue into separate pending and issued queues. Signed-off-by: Russell King --- drivers/dma/amba-pl08x.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletio