diff options
author | Per Forlin <per.forlin@linaro.org> | 2011-06-26 23:29:53 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-07-14 04:02:08 +0530 |
commit | 78fdaec3416fcbf2c38927cdf8b2de9f402693f1 (patch) | |
tree | f88e3636cd30b98df322ca576809762a10326707 /drivers/dma | |
parent | a8f3067bce60b96215f3169d2c71e21f784ef507 (diff) | |
download | linux-3.10-78fdaec3416fcbf2c38927cdf8b2de9f402693f1.tar.gz linux-3.10-78fdaec3416fcbf2c38927cdf8b2de9f402693f1.tar.bz2 linux-3.10-78fdaec3416fcbf2c38927cdf8b2de9f402693f1.zip |
dmaengine: remove ste_dma40 from issue_pending TODO
ste_dma40 now implements issue_pending according to documentation.
Submit adds descriptos to a pending queue with are flushed down to the DMAC
at issue_pending.
Signed-off-by: Per Forlin <per.forlin@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/TODO b/drivers/dma/TODO index a4af8589330..734ed0206cd 100644 --- a/drivers/dma/TODO +++ b/drivers/dma/TODO @@ -9,6 +9,5 @@ TODO for slave dma - mxs-dma.c - dw_dmac - intel_mid_dma - - ste_dma40 4. Check other subsystems for dma drivers and merge/move to dmaengine 5. Remove dma_slave_config's dma direction. |