mbox series

[v3,0/3] Update streaming related documentation

Message ID 20240920073503.22536-1-sakari.ailus@linux.intel.com (mailing list archive)
Headers show
Series Update streaming related documentation | expand

Message

Sakari Ailus Sept. 20, 2024, 7:35 a.m. UTC
Hi folks,

This set updates streaming starting and stopping related documentation.

since v2:

- Fix spelling in the commit message of the 1st patch.

- Improved language in the 2nd patch as suggested by Laurent.

since v1:

- Document the use of v4l2_subdev_{en,dis}able_streams() and setting the
  streams_mask for drivers that do not support streams.

Sakari Ailus (3):
  media: Documentation: Deprecate s_stream video op, update docs
  media: Documentation: Update {enable,disable}_streams documentation
  media: Documentation: Improve v4l2_subdev_{en,dis}able_streams
    documentation

 .../driver-api/media/camera-sensor.rst          |  8 ++++----
 Documentation/driver-api/media/tx-rx.rst        | 13 ++++++++-----
 include/media/v4l2-subdev.h                     | 17 +++++++++++++++--
 3 files changed, 27 insertions(+), 11 deletions(-)