commit | a936e793136b4238ef287cfbbdd25ebb78214529 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 25 10:51:19 2012 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jul 01 14:15:51 2012 +0100 |
tree | ca2d59b06aa7f3cb9c5830b77eaf00375c980f1b | |
parent | 5e2479bd0e0dc41f2b9f6b4345bc5d4557837056 [diff] |
dmaengine: PL08x: convert to a list of completed descriptors Convert PL08x to use a list of completed descriptors rather than merely relying upon a single pointer. This makes it possible to schedule the tasklet for other purposes, and makes our behaviour similar to virt-dma. Acked-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>