From: Johan Hovold <johan@kernel.org>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Michal Simek <michal.simek@amd.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Heiko Stuebner <heiko@sntech.de>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
Johan Hovold <johan@kernel.org>
Subject: [PATCH 0/8] mtd: drop unused module aliases
Date: Mon, 22 Sep 2025 17:30:59 +0200 [thread overview]
Message-ID: <20250922153107.16381-1-johan@kernel.org> (raw)
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
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Johan Hovold <johan@kernel.org>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Michal Simek <michal.simek@amd.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Heiko Stuebner <heiko@sntech.de>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
Johan Hovold <johan@kernel.org>
Subject: [PATCH 0/8] mtd: drop unused module aliases
Date: Mon, 22 Sep 2025 17:30:59 +0200 [thread overview]
Message-ID: <20250922153107.16381-1-johan@kernel.org> (raw)
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
next reply other threads:[~2025-09-22 15:32 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-22 15:30 Johan Hovold [this message]
2025-09-22 15:30 ` [PATCH 0/8] mtd: drop unused module aliases Johan Hovold
2025-09-22 15:31 ` [PATCH 1/8] mtd: hyperbus: hbmc-am654: drop unused module alias Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 2/8] mtd: onenand: omap2: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 3/8] mtd: rawnand: atmel: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 4/8] mtd: rawnand: omap2: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 5/8] mtd: rawnand: pl353: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 6/8] mtd: rawnand: rockchip: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 7/8] mtd: rawnand: stm32_fmc2: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 8/8] mtd: rawnand: sunxi: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-29 16:03 ` [PATCH 0/8] mtd: drop unused module aliases Miquel Raynal
2025-09-29 16:03 ` Miquel Raynal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250922153107.16381-1-johan@kernel.org \
--to=johan@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=heiko@sntech.de \
--cc=jernej.skrabec@gmail.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=mcoquelin.stm32@gmail.com \
--cc=michal.simek@amd.com \
--cc=miquel.raynal@bootlin.com \
--cc=nicolas.ferre@microchip.com \
--cc=richard@nod.at \
--cc=samuel@sholland.org \
--cc=tudor.ambarus@linaro.org \
--cc=vigneshr@ti.com \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.