Em Thu, 5 Oct 2017 00:50:26 +0300 Sakari Ailus <sakari.ai...@linux.intel.com> escreveu:
> The V4L2 async wasn't part of the documentation build. Fix this. > > Signed-off-by: Sakari Ailus <sakari.ai...@linux.intel.com> > Reviewed-by: Niklas Söderlund <niklas.soderlund+rene...@ragnatech.se> > Acked-by: Hans Verkuil <hans.verk...@cisco.com> > Reviewed-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Reviewed-by: Mauro Carvalho Chehab <mche...@s-opensource.com> It doesn't make sense to keep rebasing this patch or to delay merging it: just add it at the next git pull request you send me, as this is actually independent of the rest :-) > --- > Documentation/media/kapi/v4l2-async.rst | 3 +++ > Documentation/media/kapi/v4l2-core.rst | 1 + > 2 files changed, 4 insertions(+) > create mode 100644 Documentation/media/kapi/v4l2-async.rst > > diff --git a/Documentation/media/kapi/v4l2-async.rst > b/Documentation/media/kapi/v4l2-async.rst > new file mode 100644 > index 000000000000..523ff9eb09a0 > --- /dev/null > +++ b/Documentation/media/kapi/v4l2-async.rst > @@ -0,0 +1,3 @@ > +V4L2 async kAPI > +^^^^^^^^^^^^^^^ > +.. kernel-doc:: include/media/v4l2-async.h > diff --git a/Documentation/media/kapi/v4l2-core.rst > b/Documentation/media/kapi/v4l2-core.rst > index c7434f38fd9c..5cf292037a48 100644 > --- a/Documentation/media/kapi/v4l2-core.rst > +++ b/Documentation/media/kapi/v4l2-core.rst > @@ -19,6 +19,7 @@ Video4Linux devices > v4l2-mc > v4l2-mediabus > v4l2-mem2mem > + v4l2-async > v4l2-fwnode > v4l2-rect > v4l2-tuner Thanks, Mauro