From: Johan Hovold <johan@kernel.org>
To: Rui Miguel Silva <rmfrfs@gmail.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Martin Kepplinger <martink@posteo.de>
Cc: Purism Kernel Team <kernel@puri.sm>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-media@vger.kernel.org, Johan Hovold <johan@kernel.org>
Subject: [PATCH 1/3] media: imx-mipi-csis: drop unused module alias
Date: Fri, 17 Oct 2025 08:00:49 +0200 [thread overview]
Message-ID: <20251017060051.8204-1-johan@kernel.org> (raw)
The driver does not support anything but OF probe since commit
f0e7cfbb43f1 ("media: imx: imx7_mipi_csis: Add i.MX8MM support") so
drop the unused platform module alias.
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/media/platform/nxp/imx-mipi-csis.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/platform/nxp/imx-mipi-csis.c b/drivers/media/platform/nxp/imx-mipi-csis.c
index d5de7854f579..fd399af56e0c 100644
--- a/drivers/media/platform/nxp/imx-mipi-csis.c
+++ b/drivers/media/platform/nxp/imx-mipi-csis.c
@@ -1634,4 +1634,3 @@ module_platform_driver(mipi_csis_driver);
MODULE_DESCRIPTION("i.MX7 & i.MX8 MIPI CSI-2 receiver driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:imx-mipi-csi2");
--
2.49.1
next reply other threads:[~2025-10-17 6:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 6:00 Johan Hovold [this message]
2025-10-17 6:00 ` [PATCH 2/3] media: imx7-media-csi: drop unused module alias Johan Hovold
2025-10-20 7:37 ` Rui Miguel Silva
2025-10-20 20:24 ` Frank Li
2025-10-26 20:52 ` Laurent Pinchart
2025-10-17 6:00 ` [PATCH 3/3] media: imx8mq-mipi-csi2: " Johan Hovold
2025-10-20 8:37 ` Martin Kepplinger
2025-10-20 20:25 ` Frank Li
2025-10-26 20:52 ` Laurent Pinchart
2025-10-20 7:36 ` [PATCH 1/3] media: imx-mipi-csis: " Rui Miguel Silva
2025-10-20 20:24 ` Frank Li
2025-10-26 20:51 ` Laurent Pinchart
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=20251017060051.8204-1-johan@kernel.org \
--to=johan@kernel.org \
--cc=kernel@puri.sm \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=martink@posteo.de \
--cc=mchehab@kernel.org \
--cc=rmfrfs@gmail.com \
/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.