Hello based on Tomi's v10, this series adds support for configurable virtual channel selection to the adv748x driver. A branch for testing is available at https://git.sr.ht/~jmondi_/linux #multistream/tomba-v10/gmsl This series upports BSP commit https://github.com/renesas-rcar/linux-bsp/commit/8340a028b21a5ba1dc09a55a6d2ec6cbd47d557b?diff=unified Tested on R-Car M3-W Thanks j Jacopo Mondi (5): media: adv748x: Add flags to adv748x_subdev_init() media: adv748x: Add support for v4l2_subdev_state media: adv748x: Move format to subdev state media: adv748x: Implement .get_frame_desc() media: adv748x: Implement set_routing drivers/media/i2c/adv748x/adv748x-afe.c | 2 +- drivers/media/i2c/adv748x/adv748x-core.c | 4 +- drivers/media/i2c/adv748x/adv748x-csi2.c | 292 ++++++++++++++++++----- drivers/media/i2c/adv748x/adv748x-hdmi.c | 2 +- drivers/media/i2c/adv748x/adv748x.h | 6 +- 5 files changed, 244 insertions(+), 62 deletions(-) -- 2.33.1