From: Frank Li <Frank.li@nxp.com>
To: Guoniu Zhou <guoniu.zhou@nxp.com>
Cc: Rui Miguel Silva <rmfrfs@gmail.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Martin Kepplinger <martink@posteo.de>,
Purism Kernel Team <kernel@puri.sm>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
linux-media@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/4] media: imx8mq-mipi-csi2: Enhance the driver to meet more usage case
Date: Tue, 19 Aug 2025 11:45:21 -0400 [thread overview]
Message-ID: <aKScEQp4RJ5FuLJa@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20250819-csi2_imx8mq-v4-0-c16b1d8f88a9@nxp.com>
On Tue, Aug 19, 2025 at 11:57:59AM +0800, Guoniu Zhou wrote:
> The bellow miscellaneous patches enhance the driver to meet more
> usage case, such as i.MX8ULP.
>
> Changes in v4:
> - Remove patch 1 in v3.
> - Add two new patches(patch 1 and 2).
> - Use helper function media_bus_fmt_to_csi2_bpp() in patch 1.
> - Use helper function media_bus_fmt_to_csi2_dt() in patch 4.
This functions are still under review, you should mention your patch depend
on my patch.
https://lore.kernel.org/imx/20250808-95_cam-v2-3-4b29fa6919a7@nxp.com/
Frank
> - Link to v3: https://lore.kernel.org/all/20250812091856.1036170-1-guoniu.zhou@oss.nxp.com
>
> Changes in v3:
> - Modify cover letter file to include history info.
> - Link to v2: https://lore.kernel.org/all/20250812090843.1035800-1-guoniu.zhou@oss.nxp.com
>
> Changes in v2:
> - Remove duplicated Signed-off-by tag.
> - Link to v1: https://lore.kernel.org/all/20250717071359.1910515-1-guoniu.zhou@oss.nxp.com
>
> Guoniu Zhou (4):
> media: imx8mq-mipi-csi2: Remove width field in csi2_pix_format
> media: imx8mq-mipi-csi2: Add output filed in csi2_pix_format
> media: imx8mq-mipi-csi2: Add RGB format support
> media: imx8mq-mipi-csi2: Implement .get_frame_desc subdev callback
>
> drivers/media/platform/nxp/imx8mq-mipi-csi2.c | 65 +++++++++++++++++++
> 1 file changed, 65 insertions(+)
>
> --
> 2.34.1
>
> ---
> Guoniu Zhou (4):
> media: imx8mq-mipi-csi2: Remove width field in csi2_pix_format
> media: imx8mq-mipi-csi2: Add output filed in csi2_pix_format
> media: imx8mq-mipi-csi2: Add RGB format support
> media: imx8mq-mipi-csi2: Implement .get_frame_desc subdev callback
>
> drivers/media/platform/nxp/imx8mq-mipi-csi2.c | 94 ++++++++++++++++++++-------
> 1 file changed, 70 insertions(+), 24 deletions(-)
> ---
> base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
> change-id: 20250818-csi2_imx8mq-59464599858b
> prerequisite-patch-id: 508b25bf601f2d069f16918ac44824ef2ee3cd45
> prerequisite-patch-id: 8b40bfd4a8fa73b38acd53809f88508a5ad437f1
>
> Best regards,
> --
> Guoniu Zhou <guoniu.zhou@nxp.com>
>
prev parent reply other threads:[~2025-08-19 18:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-19 3:57 [PATCH v4 0/4] media: imx8mq-mipi-csi2: Enhance the driver to meet more usage case Guoniu Zhou
2025-08-19 3:58 ` [PATCH v4 1/4] media: imx8mq-mipi-csi2: Remove width field in csi2_pix_format Guoniu Zhou
2025-08-19 3:58 ` [PATCH v4 2/4] media: imx8mq-mipi-csi2: Add output filed " Guoniu Zhou
2025-08-19 15:41 ` Frank Li
2025-08-19 3:58 ` [PATCH v4 3/4] media: imx8mq-mipi-csi2: Add RGB format support Guoniu Zhou
2025-08-19 3:58 ` [PATCH v4 4/4] media: imx8mq-mipi-csi2: Implement .get_frame_desc subdev callback Guoniu Zhou
2025-08-19 15:45 ` Frank Li [this message]
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=aKScEQp4RJ5FuLJa@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=festevam@gmail.com \
--cc=guoniu.zhou@nxp.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=kernel@puri.sm \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=martink@posteo.de \
--cc=mchehab@kernel.org \
--cc=rmfrfs@gmail.com \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox