Hi Inbaraj, Please see [1] and in particular [2]. I would like to get that series merged for v6.18, but it's missing reviews. If you want to speed it up, you can review the patches :-) [1] https://lore.kernel.org/linux-media/20250608235840.23871-1-laurent.pinchart@xxxxxxxxxxxxxxxx [2] https://lore.kernel.org/linux-media/20250608235840.23871-9-laurent.pinchart@xxxxxxxxxxxxxxxx/ On Thu, Aug 14, 2025 at 07:39:39PM +0530, Inbaraj E wrote: > Extend support to dump all 4 virtual channel register. > > Signed-off-by: Inbaraj E <inbaraj.e@xxxxxxxxxxx> > --- > drivers/media/platform/nxp/imx-mipi-csis.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/media/platform/nxp/imx-mipi-csis.c b/drivers/media/platform/nxp/imx-mipi-csis.c > index 4f6c417fdf58..c1653a738854 100644 > --- a/drivers/media/platform/nxp/imx-mipi-csis.c > +++ b/drivers/media/platform/nxp/imx-mipi-csis.c > @@ -876,11 +876,26 @@ static int mipi_csis_dump_regs(struct mipi_csis_device *csis) > { MIPI_CSIS_DPHY_SCTRL_L, "DPHY_SCTRL_L" }, > { MIPI_CSIS_DPHY_SCTRL_H, "DPHY_SCTRL_H" }, > { MIPI_CSIS_ISP_CONFIG_CH(0), "ISP_CONFIG_CH0" }, > + { MIPI_CSIS_ISP_CONFIG_CH(1), "ISP_CONFIG_CH1" }, > + { MIPI_CSIS_ISP_CONFIG_CH(2), "ISP_CONFIG_CH2" }, > + { MIPI_CSIS_ISP_CONFIG_CH(3), "ISP_CONFIG_CH3" }, > { MIPI_CSIS_ISP_RESOL_CH(0), "ISP_RESOL_CH0" }, > + { MIPI_CSIS_ISP_RESOL_CH(1), "ISP_RESOL_CH1" }, > + { MIPI_CSIS_ISP_RESOL_CH(2), "ISP_RESOL_CH2" }, > + { MIPI_CSIS_ISP_RESOL_CH(3), "ISP_RESOL_CH3" }, > { MIPI_CSIS_SDW_CONFIG_CH(0), "SDW_CONFIG_CH0" }, > + { MIPI_CSIS_SDW_CONFIG_CH(1), "SDW_CONFIG_CH1" }, > + { MIPI_CSIS_SDW_CONFIG_CH(2), "SDW_CONFIG_CH2" }, > + { MIPI_CSIS_SDW_CONFIG_CH(3), "SDW_CONFIG_CH3" }, > { MIPI_CSIS_SDW_RESOL_CH(0), "SDW_RESOL_CH0" }, > + { MIPI_CSIS_SDW_RESOL_CH(1), "SDW_RESOL_CH1" }, > + { MIPI_CSIS_SDW_RESOL_CH(2), "SDW_RESOL_CH2" }, > + { MIPI_CSIS_SDW_RESOL_CH(3), "SDW_RESOL_CH3" }, > { MIPI_CSIS_DBG_CTRL, "DBG_CTRL" }, > { MIPI_CSIS_FRAME_COUNTER_CH(0), "FRAME_COUNTER_CH0" }, > + { MIPI_CSIS_FRAME_COUNTER_CH(1), "FRAME_COUNTER_CH1" }, > + { MIPI_CSIS_FRAME_COUNTER_CH(2), "FRAME_COUNTER_CH2" }, > + { MIPI_CSIS_FRAME_COUNTER_CH(3), "FRAME_COUNTER_CH3" }, > }; > > unsigned int i; -- Regards, Laurent Pinchart