On Thu, Jan 26, 2023 at 8:27 PM Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: > > Hello, > > This small series moves the imx7-mipi-csi driver to use the subdev > active state. Patches 1/6 to 5/6 are small preparatory cleanups, with > the main change in 6/6. > > I haven't tested the series yet as I need to dig up the hardware first. > Adam, you offered to test the similar imx-mipi-csis series I've sent > recently on the i.MX8MM, would you be able to test this one at the same > time ? Yes. I'll try to do it tonight and get you feedback. I'm out of town for the next few days, so if I don't respond to follow up stuff right away, it's because I am away. adam > > Laurent Pinchart (6): > media: imx: imx7-media-csi: Drop imx7_csi.cc field > media: imx: imx7-media-csi: Simplify imx7_csi_video_init_format() > media: imx: imx7-media-csi: Drop unneeded check when starting > streaming > media: imx: imx7-media-csi: Drop unneeded src_sd check > media: imx: imx7-media-csi: Drop unneeded pad checks > media: imx: imx7-media-csi: Use V4L2 subdev active state > > drivers/media/platform/nxp/imx7-media-csi.c | 208 ++++++-------------- > 1 file changed, 58 insertions(+), 150 deletions(-) > > > base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2 > -- > Regards, > > Laurent Pinchart >