dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] dmaengine: drop unused module aliases
@ 2025-11-20 11:45 Johan Hovold
  2025-11-20 11:45 ` [PATCH 1/9] dmaengine: bcm2835: drop unused module alias Johan Hovold
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Johan Hovold @ 2025-11-20 11:45 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Florian Fainelli, Viresh Kumar, Andy Shevchenko, Frank Li,
	Laxman Dewangan, Jon Hunter, dmaengine, linux-kernel,
	Johan Hovold

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


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

end of thread, other threads:[~2025-11-22  9:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 11:45 [PATCH 0/9] dmaengine: drop unused module aliases Johan Hovold
2025-11-20 11:45 ` [PATCH 1/9] dmaengine: bcm2835: drop unused module alias Johan Hovold
2025-11-20 11:45 ` [PATCH 2/9] dmaengine: dw: " Johan Hovold
2025-11-20 13:50   ` Andy Shevchenko
2025-11-20 11:45 ` [PATCH 3/9] dmaengine: fsl-edma: " Johan Hovold
2025-11-21  3:23   ` Frank Li
2025-11-20 11:45 ` [PATCH 4/9] dmaengine: fsl-qdma: " Johan Hovold
2025-11-21  3:23   ` Frank Li
2025-11-21  3:27   ` Frank Li
2025-11-20 11:45 ` [PATCH 5/9] dmaengine: k3dma: " Johan Hovold
2025-11-20 11:45 ` [PATCH 6/9] dmaengine: mmp_tdma: " Johan Hovold
2025-11-20 11:45 ` [PATCH 7/9] dmaengine: mmp_tdma: drop unnecessary OF node check in remove Johan Hovold
2025-11-20 11:45 ` [PATCH 8/9] dmaengine: sprd: drop unused module alias Johan Hovold
2025-11-20 11:45 ` [PATCH 9/9] dmaengine: tegra210-adma: " Johan Hovold
2025-11-20 11:56   ` Jon Hunter
2025-11-22  9:30 ` [PATCH 0/9] dmaengine: drop unused module aliases 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).