From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from galahad.ideasonboard.com ([185.26.127.97]:58483 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753686AbdIIPhZ (ORCPT ); Sat, 9 Sep 2017 11:37:25 -0400 From: Laurent Pinchart To: Sakari Ailus Cc: linux-media@vger.kernel.org, niklas.soderlund@ragnatech.se, robh@kernel.org, hverkuil@xs4all.nl, linux-acpi@vger.kernel.org, mika.westerberg@intel.com, devicetree@vger.kernel.org, pavel@ucw.cz, sre@kernel.org Subject: Re: [PATCH v9 04/24] v4l: async: Add V4L2 async documentation to the documentation build Date: Sat, 09 Sep 2017 18:37:25 +0300 Message-ID: <2286055.TjJQYklu2V@avalon> In-Reply-To: <20170908131235.30294-5-sakari.ailus@linux.intel.com> References: <20170908131235.30294-1-sakari.ailus@linux.intel.com> <20170908131235.30294-5-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Sakari, Thank you for the patch. On Friday, 8 September 2017 16:11:55 EEST Sakari Ailus wrote: > The V4L2 async wasn't part of the documentation build. Fix this. >=20 > Signed-off-by: Sakari Ailus > Reviewed-by: Niklas S=C3=B6derlund With character encoding fixed, Reviewed-by: Laurent Pinchart > Acked-by: Hans Verkuil > --- > 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 >=20 > 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 =2D-=20 Regards, Laurent Pinchart