[PATCH 0/9] dmaengine: drop unused module aliases

Johan Hovold posted 9 patches 1 week, 4 days ago
drivers/dma/bcm2835-dma.c   | 1 -
drivers/dma/dw/platform.c   | 5 +----
drivers/dma/fsl-edma-main.c | 1 -
drivers/dma/fsl-qdma.c      | 1 -
drivers/dma/k3dma.c         | 1 -
drivers/dma/mmp_tdma.c      | 4 +---
drivers/dma/sprd-dma.c      | 1 -
drivers/dma/tegra210-adma.c | 1 -
8 files changed, 2 insertions(+), 13 deletions(-)
[PATCH 0/9] dmaengine: drop unused module aliases
Posted by Johan Hovold 1 week, 4 days ago
When fixing some device leaks in the dmaengine drivers I noticed that
some them have unused module platform module aliases that can be
removed.

Included is also a related clean up.

Johan


Johan Hovold (9):
  dmaengine: bcm2835: drop unused module alias
  dmaengine: dw: drop unused module alias
  dmaengine: fsl-edma: drop unused module alias
  dmaengine: fsl-qdma: drop unused module alias
  dmaengine: k3dma: drop unused module alias
  dmaengine: mmp_tdma: drop unused module alias
  dmaengine: mmp_tdma: drop unnecessary OF node check in remove
  dmaengine: sprd: drop unused module alias
  dmaengine: tegra210-adma: drop unused module alias

 drivers/dma/bcm2835-dma.c   | 1 -
 drivers/dma/dw/platform.c   | 5 +----
 drivers/dma/fsl-edma-main.c | 1 -
 drivers/dma/fsl-qdma.c      | 1 -
 drivers/dma/k3dma.c         | 1 -
 drivers/dma/mmp_tdma.c      | 4 +---
 drivers/dma/sprd-dma.c      | 1 -
 drivers/dma/tegra210-adma.c | 1 -
 8 files changed, 2 insertions(+), 13 deletions(-)

-- 
2.51.2
Re: [PATCH 0/9] dmaengine: drop unused module aliases
Posted by Vinod Koul 1 week, 2 days ago
On Thu, 20 Nov 2025 12:45:15 +0100, Johan Hovold wrote:
> When fixing some device leaks in the dmaengine drivers I noticed that
> some them have unused module platform module aliases that can be
> removed.
> 
> Included is also a related clean up.
> 
> Johan
> 
> [...]

Applied, thanks!

[1/9] dmaengine: bcm2835: drop unused module alias
      commit: bfab38bee5652f335c5d693d54eb61bc25850518
[2/9] dmaengine: dw: drop unused module alias
      commit: 660c40702d9073035c61a9573b299481b9c7f3cd
[3/9] dmaengine: fsl-edma: drop unused module alias
      commit: 03adb0eb0ed64a1e13e04c0fb57a073896efe6ca
[4/9] dmaengine: fsl-qdma: drop unused module alias
      commit: 9180a66fb43214ae02311176e43eec361ff80d67
[5/9] dmaengine: k3dma: drop unused module alias
      commit: 73b77c3d80031b4636a24912962ffeb295438b0a
[6/9] dmaengine: mmp_tdma: drop unused module alias
      commit: 73391fecf23860804bceb6670cef74a3626ecf92
[7/9] dmaengine: mmp_tdma: drop unnecessary OF node check in remove
      commit: 3b7b0bbdcba984287225bb373e52845c23dadb93
[8/9] dmaengine: sprd: drop unused module alias
      commit: 1911f507a54b42bd01ae30590c06d8140beee424
[9/9] dmaengine: tegra210-adma: drop unused module alias
      commit: e0aef2a5c33680bbd332e5b5f64afc8dde8d46f6

Best regards,
-- 
~Vinod