Also contains a quick unrelated doc fix. Regards, Hans The following changes since commit 6f01dfb760c027d5dd6199d91ee9599f2676b5c6: media: cros-ec-cec: do not bail on device_init_wakeup failure (2020-07-04 12:45:45 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.9i for you to fetch changes up to b1dbf57c880bff6c3f0c09d4cab86fd9a3b9cd95: colorspaces-details.rst: fix V4L2_COLORSPACE_JPEG description (2020-07-16 17:03:41 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (1): colorspaces-details.rst: fix V4L2_COLORSPACE_JPEG description Jacopo Mondi (10): media: v4l2-subdev: Introduce [get|set]_mbus_config pad ops media: i2c: Use the new get_mbus_config pad op media: i2c: ov6650: Use new [get|set]_mbus_config ops media: pxa_camera: Use the new set_mbus_config op media: v4l2-subdev: Remove [s|g]_mbus_config video ops media: v4l2- mediabus: Add usage note for V4L2_MBUS_* staging: media: imx: Update TODO entry media: i2c: adv748x: Adjust TXA data lanes number media: i2c: adv748x: Implement get_mbus_config media: rcar-csi2: Negotiate data lanes number Documentation/userspace-api/media/v4l/colorspaces-details.rst | 4 +- drivers/media/i2c/adv7180.c | 7 +- drivers/media/i2c/adv748x/adv748x-core.c | 31 +++++-- drivers/media/i2c/adv748x/adv748x-csi2.c | 31 +++++++ drivers/media/i2c/adv748x/adv748x.h | 1 + drivers/media/i2c/ml86v7667.c | 7 +- drivers/media/i2c/mt9m001.c | 7 +- drivers/media/i2c/mt9m111.c | 7 +- drivers/media/i2c/ov6650.c | 56 ++++++++---- drivers/media/i2c/ov9640.c | 7 +- drivers/media/i2c/tc358743.c | 7 +- drivers/media/i2c/tvp5150.c | 7 +- drivers/media/platform/pxa_camera.c | 189 +++++++++++---------------------------- drivers/media/platform/rcar-vin/rcar-csi2.c | 75 ++++++++++++++-- drivers/staging/media/imx/TODO | 4 + include/media/v4l2-mediabus.h | 33 ++++++- include/media/v4l2-subdev.h | 37 +++++--- 17 files changed, 303 insertions(+), 207 deletions(-)