Andy Shevchenko
bdcb2c5d5e
dmaengine: dw-axi-dmac: Fix trivia typo
...
Field name ststus_hi should be spelled as status_hi.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com >
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2019-01-08 22:36:18 +05:30
Huang Shijie
c88c2d46e2
dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the code
...
Use dmaenginem_async_device_register to simplify the code:
remove dma_async_device_unregister.
Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai >
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2018-08-29 21:43:17 +05:30
Colin Ian King
6a28ba26f8
dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"
...
Trivial fix to spelling mistake in dev_err error message text
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Vinod Koul <vinod.koul@intel.com >
2018-03-27 17:44:39 +05:30
Eugeniy Paltsev
1fe20f1b84
dmaengine: Introduce DW AXI DMAC driver
...
This patch adds support for the DW AXI DMAC controller.
DW AXI DMAC is a part of HSDK development board from Synopsys.
In this driver implementation only DMA_MEMCPY transfers are
supported.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com >
Signed-off-by: Vinod Koul <vinod.koul@intel.com >
2018-03-19 13:38:16 +05:30