This merges v11 of this patch series: https://patchwork.linuxtv.org/cover/63700/ with the exception of the last patch ("dt-bindings: Add media properties") which is independent of the other patches and which needs more work. Regards, Hans The following changes since commit 5b9f8e4ac9473962fa0e824fd1f04138600d459d: media: ipu3.rst: fix a build warning (2020-05-06 14:49:41 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.8h for you to fetch changes up to e1bf50999c26223bba8df1fcd595ba11f9aa0948: media: i2c: imx219: Parse and register properties (2020-05-11 09:24:47 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Jacopo Mondi (12): dt-bindings: video-interfaces: Document 'orientation' property dt-bindings: video-interface: Replace 'rotation' description media: v4l2-ctrl: Document V4L2_CID_CAMERA_ORIENTATION media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION media: v4l2-ctrls: Add camera orientation 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 media: i2c: imx219: Parse and register properties Documentation/devicetree/bindings/media/video-interfaces.txt | 372 ++++++++++++++++++++++++++++++++++++++++++- Documentation/userspace-api/media/v4l/ext-ctrls-camera.rst | 151 ++++++++++++++++++ drivers/media/i2c/imx219.c | 12 +- drivers/media/i2c/ov13858.c | 13 +- drivers/media/i2c/ov5670.c | 14 +- drivers/media/v4l2-core/v4l2-ctrls.c | 61 ++++++- 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 + 10 files changed, 738 insertions(+), 15 deletions(-)