linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 00/11] media: Report camera sensor properties
@ 2019-12-04  9:10 Jacopo Mondi
  2019-12-04  9:10 ` [PATCH v6 01/11] dt-bindings: video-interfaces: Document 'location' property Jacopo Mondi
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jacopo Mondi @ 2019-12-04  9:10 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil, Sakari Ailus,
	Laurent Pinchart, tfiga, pavel
  Cc: Jacopo Mondi, open list:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)

Hello,
   this last iteration adds Rob's tag to the dt-bindings patches, Tomasz ack
to the introduction of 'location' property and addresses some minor issues
pointed out by Sakari.

I would be glad if this series could be finally collected, as it has been
extensively discussed already.

v5 -> v6:
- Add Rob's and Tomasz's tags
- Return hdl->error from v4l2_ctrl_new_fwnode_properties() as suggested by
  Sakari
- Update v4l2_fwnode_device_parse() documentation as suggested by Sakari

v4 -> v5:
- cc device tree mailing list on relevant patches
- s/num-cols/max-col and s/num-lines/max-row in 4/11

v3 -> v4:
- Minor reword in documentation of location and rotation properties
- Fix V4L2_CID_CAMERA_SENSOR_ROTATION control documentation
- Renamed helper in v4l2_ctrl_new_fwnode_properties()

v2->v3:
- Expand 'rotation' property description
- s/device/system in properties description to make them applicable to
  cameras and flash LEDs
- Expand the rotation control description
- Split helper to parse properties and helper to register properties
- Drop the example coreboot patch that add properties to the Soraka device
  ACPI tables

Patches for the coreboot provided ACPI tables for two example sensors:
https://jmondi.org/cgit/coreboot/commit/?id=53a5fc6450bd45992f14a41848b72350f257c151
https://jmondi.org/cgit/coreboot/commit/?id=2a6b9b51f0e2e7b4ca5f4eadf21df8468ebc1b3f

Thanks
   j

Jacopo Mondi (11):
  dt-bindings: video-interfaces: Document 'location' property
  media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_LOCATION
  dt-bindings: video-interface: Expand 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

 .../bindings/media/video-interfaces.txt       |  21 ++-
 .../media/uapi/v4l/ext-ctrls-camera.rst       | 148 ++++++++++++++++++
 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, 362 insertions(+), 12 deletions(-)

--
2.23.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-12-04  9:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04  9:10 [PATCH v6 00/11] media: Report camera sensor properties Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 01/11] dt-bindings: video-interfaces: Document 'location' property Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 02/11] media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_LOCATION Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 03/11] dt-bindings: video-interface: Expand rotation description Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 04/11] media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 05/11] media: v4l2-ctrls: Add camera location and rotation Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 06/11] media: v4l2-fwnode: Add helper to parse device properties Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 07/11] include: v4l2-ctrl: Sort forward declarations Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 08/11] media: v4l2-ctrls: Sort includes alphabetically Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 09/11] media: v4l2-ctrls: Add helper to register properties Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 10/11] media: i2c: ov5670: Parse and " Jacopo Mondi
2019-12-04  9:10 ` [PATCH v6 11/11] media: i2c: ov13858: " Jacopo Mondi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).