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>
>