Hi Frank,
Thank you for the patch.
On Tue, Jul 01, 2025 at 06:06:10PM -0400, Frank Li wrote:
From: "Guoniu.zhou" <redacted>
Add V4L2 subdev driver for DesignWare MIPI CSI2 controller.
This seems to be at least the third instance of a driver for the CSI-2
receiver, the first two being
drivers/media/platform/raspberrypi/rp1-cfe/dphy.c and the second one
drivers/media/platform/renesas/rcar-csi2.c (the latter seems to support
multiple CSI-2 receivers). drivers/staging/media/imx/imx6-mipi-csi2.c
seem related too, likely for an old version of the IP.
Could we please try to avoid code duplication ?
Signed-off-by: Guoniu.zhou <redacted>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
MAINTAINERS | 1 +
drivers/media/platform/nxp/Kconfig | 11 +
drivers/media/platform/nxp/Makefile | 1 +
drivers/media/platform/nxp/dwc-mipi-csi2.c | 1675 ++++++++++++++++++++++++++++
This should go to drivers/media/platform/synopsys/
4 files changed, 1688 insertions(+)
[snip]
--
Regards,
Laurent Pinchart