[PATCH] media: imx8-isi: Drop unused module alias
Johan Hovold
johan at kernel.org
Tue Nov 4 02:13:05 PST 2025
Hi Laurent,
On Mon, Nov 03, 2025 at 01:44:38AM +0200, Laurent Pinchart wrote:
> The driver has never supported anything but OF probing so drop the
> unused platform module alias.
The commit message needs some more work since this isn't a platform
module alias (i.e. has a "platform:" prefix), and judging from a quick
look it seems like the driver did support platform probing before commit
605b57c4e888 ("media: nxp: imx8-isi: Drop partial support for i.MX8QM
and i.MX8QXP"), at least in theory.
It's probably fine to remove the "ISI" alias, but it should not affect
module autoloading.
> Suggested-by: Johan Hovold <johan at kernel.org>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> Johan, I've got the idea from similar patches you submitted for other
> NXP media drivers, hence the Suggested-by tag. Please let me know if I
> can keep it.
Sure, please do.
> -MODULE_ALIAS("ISI");
Johan
More information about the linux-arm-kernel
mailing list