mbox series

[v2,0/3] Update streaming related documentation

Message ID 20240917150254.17639-1-sakari.ailus@linux.intel.com
Headers show
Series Update streaming related documentation | expand

Message

Sakari Ailus Sept. 17, 2024, 3:02 p.m. UTC
Hi folks,

This set updates streaming starting and stopping related documentation.

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(-)

Comments

Sakari Ailus Sept. 20, 2024, 7:36 a.m. UTC | #1
Huomenta,

On Tue, Sep 17, 2024 at 08:40:28PM +0300, Tomi Valkeinen wrote:
> On 17/09/2024 18:02, Sakari Ailus wrote:
> > Hi folks,
> > 
> > This set updates streaming starting and stopping related documentation.
> > 
> > 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(-)
> > 
> 
> Still missing addressing 20240917145735.GE17350@pendragon.ideasonboard.com
> comments, but with those fixed:
> 
> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

Thanks! I'll add these while applying / v4 if needed.