mbox series

[0/5] dmaengine: emove dma_slave_config direction usage 2nd installment

Message ID 20181111154710.26904-1-vkoul@kernel.org (mailing list archive)
Headers show
Series dmaengine: emove dma_slave_config direction usage 2nd installment | expand

Message

Vinod Koul Nov. 11, 2018, 3:47 p.m. UTC
Folks,

	Here is the 2nd installment on usage of dma_slave_config direction
usage. This completes the removal except sh drivers.

Now will start removing usages of this in kernel

Vinod Koul (5):
  dmaengine: mmp_pdma: remove dma_slave_config direction usage
  dmaengine: sprd: remove dma_slave_config direction usage
  dmaengine: imx-sdma: remove dma_slave_config direction usage
  dmaengine: pl330: remove dma_slave_config direction usage
  dmaengine: ste_dma40: remove dma_slave_config direction usage

 drivers/dma/imx-sdma.c  | 31 ++++++++++++++++++++++++++-----
 drivers/dma/mmp_pdma.c  | 28 +++++++++++++++++++++++-----
 drivers/dma/pl330.c     | 28 ++++++++++++++++++++++++----
 drivers/dma/sprd-dma.c  |  3 ---
 drivers/dma/ste_dma40.c | 31 +++++++++++++++++++++++++------
 5 files changed, 98 insertions(+), 23 deletions(-)

Thanks

Comments

Vinod Koul Nov. 24, 2018, 2:52 p.m. UTC | #1
On 11-11-18, 21:17, Vinod Koul wrote:
> Folks,
> 
> 	Here is the 2nd installment on usage of dma_slave_config direction
> usage. This completes the removal except sh drivers.
> 
> Now will start removing usages of this in kernel

Applied this with imx fix and dropped sprd