From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi All, This patch series aims to add the below: - Retrieve virtual channel from remote subdev - Support to capture 8bit Bayer formats. v1->v2 - Fixed retrieving VC from subdev - Fixed review comments pointed by Laurent * Refactored supported CRU formats * Added MUST_CONNECT flag wherever required * Dropped `channel` member from `struct v1: Link: https://lore.kernel.org/all/20240906173947.282402-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ Cheers, Prabhakar Lad Prabhakar (16): media: platform: rzg2l-cru: rzg2l-ip: Use the RZG2L_CRU_IP_SINK/SOURCE enum entries media: platform: rzg2l-cru: Mark sink pads with MUST_CONNECT flag media: platform: rzg2l-cru: rzg2l-csi2: Mark sink and source pad with MUST_CONNECT flag media: platform: rzg2l-cru: rzg2l-csi2: Make use of NR_OF_RZG2L_CSI2_PAD media: platform: rzg2l-cru: rzg2l-csi2: Implement .get_frame_desc() media: platform: rzg2l-cru: rzg2l-video: Retrieve virtual channel information media: platform: rzg2l-cru: Remove `channel` member from `struct rzg2l_cru_csi` media: platform: rzg2l-cru: rzg2l-video: Use MIPI CSI-2 data types for ICnMC_INF definitions media: platform: rzg2l-cru: Remove unused fields from rzg2l_cru_ip_format struct media: platform: rzg2l-cru: Simplify handling of supported formats media: platform: rzg2l-cru: rzg2l-ip: Use `rzg2l_cru_ip_formats` array in enum_frame_size callback media: platform: rzg2l-cru: rzg2l-csi2: Remove unused datatype field from rzg2l_csi2_format media: platform: rzg2l-cru: rzg2l-video: Use rzg2l_cru_ip_code_to_fmt() to validate format media: platform: rzg2l-cru: rzg2l-csi2: Make use of rzg2l_csi2_formats array in rzg2l_csi2_enum_frame_size() media: renesas: rzg2l-cru: Refactor ICnDMR register configuration media: platform: rzg2l-cru: Add support to capture 8bit raw sRGB .../platform/renesas/rzg2l-cru/rzg2l-core.c | 3 +- .../platform/renesas/rzg2l-cru/rzg2l-cru.h | 31 +++- .../platform/renesas/rzg2l-cru/rzg2l-csi2.c | 39 ++++- .../platform/renesas/rzg2l-cru/rzg2l-ip.c | 91 +++++++++--- .../platform/renesas/rzg2l-cru/rzg2l-video.c | 133 ++++++++++-------- 5 files changed, 207 insertions(+), 90 deletions(-) -- 2.34.1