Hi, v2 of the csi-2 frame desc change. v1 can be found from: https://lore.kernel.org/all/20220421142906.527918-1-tomi.valkeinen@xxxxxxxxxxxxxxxx/ These improve the frame descriptors so that the drivers can fill in the CSI-2 datatype and virtual channel, and make the CAL driver use that data if available. The only change to v1 is in the CAL patch, so that it allows frame descs with multiple streams (but prints a dev_dbg in that case) and always picks the first one. Tomi Sakari Ailus (2): media: Add bus type to frame descriptors media: Add CSI-2 bus configuration to frame descriptors Tomi Valkeinen (1): media: ti: cal: use frame desc to get vc and dt drivers/media/platform/ti/cal/cal-camerarx.c | 27 +++++++++++ drivers/media/platform/ti/cal/cal.c | 49 +++++++++++++++++++- drivers/media/platform/ti/cal/cal.h | 2 + include/media/v4l2-subdev.h | 36 ++++++++++++++ 4 files changed, 112 insertions(+), 2 deletions(-) -- 2.34.1