The following changes since commit 4bdbff4da40584ec2225bb429b7c66ad54d19cda: media: tuners: Kconfig: add some missing VIDEO_V4L2 dependencies (2020-04-23 07:57:27 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.8f for you to fetch changes up to eff44a67b2cf4a511e40b72720acc657251251b3: media: i2c: ov13858: Parse and register properties (2020-04-28 11:25:06 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Jacopo Mondi (11): dt-bindings: video-interfaces: Document 'location' property media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_LOCATION dt-bindings: video-interface: Replace 'rotation' description media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION media: v4l2-ctrls: Add camera location and rotation media: v4l2-fwnode: Add helper to parse device properties include: v4l2-ctrl: Sort forward declarations media: v4l2-ctrls: Sort includes alphabetically media: v4l2-ctrls: Add helper to register properties media: i2c: ov5670: Parse and register properties media: i2c: ov13858: Parse and register properties Documentation/devicetree/bindings/media/video-interfaces.txt | 372 +++++++++++++++++++++++++++++++++++++++- Documentation/userspace-api/media/v4l/ext-ctrls-camera.rst | 153 +++++++++++++++++ drivers/media/i2c/ov13858.c | 11 ++ drivers/media/i2c/ov5670.c | 12 ++ drivers/media/v4l2-core/v4l2-ctrls.c | 52 +++++- drivers/media/v4l2-core/v4l2-fwnode.c | 42 +++++ include/media/v4l2-ctrls.h | 34 +++- include/media/v4l2-fwnode.h | 47 +++++ include/uapi/linux/v4l2-controls.h | 7 + 9 files changed, 718 insertions(+), 12 deletions(-)