dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] dmaengine: Tidy up dma_parms
@ 2020-09-03 20:25 Robin Murphy
  2020-09-03 20:25 ` [PATCH 1/9] dmaengine: axi-dmac: Drop local dma_parms Robin Murphy
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Robin Murphy @ 2020-09-03 20:25 UTC (permalink / raw)
  To: vkoul; +Cc: dmaengine, linux-arm-kernel

Just a bit of trivial housekeeping now that it's no longer necessary for
platform and AMBA devices to allocate their own dma_parms. Feel free to
squash patches if desired.

I have no idea why I'm spending my own Thursday evening on this, but
apparently the itch has to be scratched :)

Robin.


Robin Murphy (9):
  dmaengine: axi-dmac: Drop local dma_parms
  dmaengine: bcm2835: Drop local dma_parms
  dmaengine: imx-dma: Drop local dma_parms
  dmaengine: imx-sdma: Drop local dma_parms
  dmaengine: mxs: Drop local dma_parms
  dmaengine: rcar-dmac: Drop local dma_parms
  dmaengine: ste_dma40: Drop local dma_parms
  dmaengine: qcom: bam_dma: Drop local dma_parms
  dmaengine: pl330: Drop local dma_parms

 drivers/dma/bcm2835-dma.c  | 3 ---
 drivers/dma/dma-axi-dmac.c | 3 ---
 drivers/dma/imx-dma.c      | 2 --
 drivers/dma/imx-sdma.c     | 2 --
 drivers/dma/mxs-dma.c      | 2 --
 drivers/dma/pl330.c        | 5 -----
 drivers/dma/qcom/bam_dma.c | 2 --
 drivers/dma/sh/rcar-dmac.c | 2 --
 drivers/dma/ste_dma40.c    | 3 ---
 9 files changed, 24 deletions(-)

-- 
2.28.0.dirty


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-09-11 12:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03 20:25 [PATCH 0/9] dmaengine: Tidy up dma_parms Robin Murphy
2020-09-03 20:25 ` [PATCH 1/9] dmaengine: axi-dmac: Drop local dma_parms Robin Murphy
2020-09-03 20:25 ` [PATCH 2/9] dmaengine: bcm2835: " Robin Murphy
2020-09-03 20:25 ` [PATCH 3/9] dmaengine: imx-dma: " Robin Murphy
2020-09-03 20:25 ` [PATCH 4/9] dmaengine: imx-sdma: " Robin Murphy
2020-09-03 20:25 ` [PATCH 5/9] dmaengine: mxs: " Robin Murphy
2020-09-03 20:25 ` [PATCH 6/9] dmaengine: rcar-dmac: " Robin Murphy
2020-09-03 20:25 ` [PATCH 7/9] dmaengine: ste_dma40: " Robin Murphy
2020-09-03 20:25 ` [PATCH 8/9] dmaengine: qcom: bam_dma: " Robin Murphy
2020-09-03 20:25 ` [PATCH 9/9] dmaengine: pl330: " Robin Murphy
2020-09-11 12:12 ` [PATCH 0/9] dmaengine: Tidy up dma_parms Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).