mbox series

[0/9] dmaengine: Tidy up dma_parms

Message ID cover.1599164692.git.robin.murphy@arm.com (mailing list archive)
Headers show
Series dmaengine: Tidy up dma_parms | expand

Message

Robin Murphy Sept. 3, 2020, 8:25 p.m. UTC
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(-)

Comments

Vinod Koul Sept. 11, 2020, 12:12 p.m. UTC | #1
On 03-09-20, 21:25, Robin Murphy wrote:
> 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.

Applied all, thanks

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

And looking at diffstat and good itch scratched :-)

>  9 files changed, 24 deletions(-)