This patchset continues the work discussed in the "[RFC] Repurpose V4L2_CID_PIXEL_RATE for the sampling rate in the pixel array" thread [1]. This patchset follows up the patchset for camss driver [2] of the same purpose, and makes the rest of the receiver drivers in drivers/media and drivers/staging/media to use v4l2_get_link_freq() instead of V4L2_CID_PIXEL_RATE. This patchset has been build tested only, as I don't have access to the hardware. Most of the changes are fairly straightforward except for the ones in the omap4iss driver. I would appreciate if people with better knowledge of the omap4iss driver reviewed the last patch in this series, and checked if I got the logic in the driver right. [1] https://www.spinics.net/lists/linux-media/msg183183.html [2] "[PATCH v3 0/3] media: qcom: camss: V4L2_CID_PIXEL_RATE/LINK_FREQ fixes" posted earlier today