Hi folks, This set adds a few helpers for obtaining the link frequency from the V4L2 mbus config for devices that don't need to provide an UAPI to change it, and finally add support for the Intel IVSC CSI device. since v3: - Add back missing ret I accidentally removed rather than moved to the 2nd patch. since v2: - Switch to V4L2 mbus config for conveying the link frequency. since v1: - Add a new 64-bit integer control V4L2_CID_CUR_LINK_FREQ instead of re-using V4L2_CID_LINK_FREQ. Sakari Ailus (4): media: v4l: Support passing sub-device argument to v4l2_get_link_freq() media: v4l: Support obtaining link frequency via get_mbus_config media: Documentation: Update link frequency driver documentation media: ivsc: csi: Obtain link frequency from the media pad Documentation/driver-api/media/tx-rx.rst | 4 ++ drivers/media/pci/intel/ivsc/mei_csi.c | 72 ++++++++---------------- drivers/media/v4l2-core/v4l2-common.c | 24 +++++++- include/media/v4l2-common.h | 14 ++++- include/media/v4l2-mediabus.h | 2 + 5 files changed, 63 insertions(+), 53 deletions(-) base-commit: 12e3384b874e9f67c3e98ce501561fe5a54a0add -- 2.39.2