[PATCH 0/8] mtd: drop unused module aliases

Johan Hovold posted 8 patches 1 week, 2 days ago
drivers/mtd/hyperbus/hbmc-am654.c               | 1 -
drivers/mtd/nand/onenand/onenand_omap2.c        | 1 -
drivers/mtd/nand/raw/atmel/pmecc.c              | 1 -
drivers/mtd/nand/raw/omap2.c                    | 1 -
drivers/mtd/nand/raw/pl35x-nand-controller.c    | 1 -
drivers/mtd/nand/raw/rockchip-nand-controller.c | 1 -
drivers/mtd/nand/raw/stm32_fmc2_nand.c          | 1 -
drivers/mtd/nand/raw/sunxi_nand.c               | 1 -
8 files changed, 8 deletions(-)
[PATCH 0/8] mtd: drop unused module aliases
Posted by Johan Hovold 1 week, 2 days ago
When fixing a device leak in the omap2 rawnand driver I noticed it had
a no longer used platform module alias.

This series drops unused module aliases from mtd drivers that never
supported anything but OF probing or that no longer do.

Johan


Johan Hovold (8):
  mtd: hyperbus: hbmc-am654: drop unused module alias
  mtd: onenand: omap2: drop unused module alias
  mtd: rawnand: atmel: drop unused module alias
  mtd: rawnand: omap2: drop unused module alias
  mtd: rawnand: pl353: drop unused module alias
  mtd: rawnand: rockchip: drop unused module alias
  mtd: rawnand: stm32_fmc2: drop unused module alias
  mtd: rawnand: sunxi: drop unused module alias

 drivers/mtd/hyperbus/hbmc-am654.c               | 1 -
 drivers/mtd/nand/onenand/onenand_omap2.c        | 1 -
 drivers/mtd/nand/raw/atmel/pmecc.c              | 1 -
 drivers/mtd/nand/raw/omap2.c                    | 1 -
 drivers/mtd/nand/raw/pl35x-nand-controller.c    | 1 -
 drivers/mtd/nand/raw/rockchip-nand-controller.c | 1 -
 drivers/mtd/nand/raw/stm32_fmc2_nand.c          | 1 -
 drivers/mtd/nand/raw/sunxi_nand.c               | 1 -
 8 files changed, 8 deletions(-)

-- 
2.49.1
Re: [PATCH 0/8] mtd: drop unused module aliases
Posted by Miquel Raynal 2 days, 11 hours ago
On Mon, 22 Sep 2025 17:30:59 +0200, Johan Hovold wrote:
> When fixing a device leak in the omap2 rawnand driver I noticed it had
> a no longer used platform module alias.
> 
> This series drops unused module aliases from mtd drivers that never
> supported anything but OF probing or that no longer do.
> 
> Johan
> 
> [...]

Applied to mtd/next, thanks!

[1/8] mtd: hyperbus: hbmc-am654: drop unused module alias
      commit: 192f981c14bfad4241446544cf0d27b9fa11a7bd
[2/8] mtd: onenand: omap2: drop unused module alias
      commit: cc74c3f8e4bc01ecf9849a2b22706ba96a29f749
[3/8] mtd: rawnand: atmel: drop unused module alias
      commit: 7a3f3c5bdecfe3cf6cdd35073c2729a46894a34d
[4/8] mtd: rawnand: omap2: drop unused module alias
      commit: b1a5c6de97b4c861c1ad1e7ad3818ebd32be190e
[5/8] mtd: rawnand: pl353: drop unused module alias
      commit: 1f7005d382f567b25cfb96d9f201f5448cf67f9a
[6/8] mtd: rawnand: rockchip: drop unused module alias
      commit: 61163e7373f678c453a4505865e0f8b27e506de8
[7/8] mtd: rawnand: stm32_fmc2: drop unused module alias
      commit: 2f05c108664056f91e5f9171169c685f517ac568
[8/8] mtd: rawnand: sunxi: drop unused module alias
      commit: 362f84c89e136539b8c3edb47f42fb06ce37bacf

Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).

Kind regards,
Miquèl