diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/dma/TODO | |
Diffstat (limited to 'drivers/dma/TODO')
| -rw-r--r-- | drivers/dma/TODO | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/dma/TODO b/drivers/dma/TODO new file mode 100644 index 00000000..734ed020 --- /dev/null +++ b/drivers/dma/TODO @@ -0,0 +1,13 @@ +TODO for slave dma + +1. Move remaining drivers to use new slave interface +2. Remove old slave pointer machansim +3. Make issue_pending to start the transaction in below drivers + - mpc512x_dma + - imx-dma + - imx-sdma + - mxs-dma.c + - dw_dmac + - intel_mid_dma +4. Check other subsystems for dma drivers and merge/move to dmaengine +5. Remove dma_slave_config's dma direction. |
