From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from galahad.ideasonboard.com ([185.26.127.97]:35499 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751738AbdDGJ6P (ORCPT ); Fri, 7 Apr 2017 05:58:15 -0400 From: Laurent Pinchart To: Sakari Ailus Cc: linux-media@vger.kernel.org, linux-acpi@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 7/8] docs-rst: media: Switch documentation to V4L2 fwnode API Date: Fri, 07 Apr 2017 12:59:01 +0300 Message-ID: <1640047.4eZCzTnCCW@avalon> In-Reply-To: <1491484330-12040-8-git-send-email-sakari.ailus@linux.intel.com> References: <1491484330-12040-1-git-send-email-sakari.ailus@linux.intel.com> <1491484330-12040-8-git-send-email-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Sakari, Thank you for the patch. On Thursday 06 Apr 2017 16:12:09 Sakari Ailus wrote: > Instead of including the V4L2 OF header in ReST documentation, use the > V4L2 fwnode header instead. > > Signed-off-by: Sakari Ailus > --- > Documentation/media/kapi/v4l2-core.rst | 2 +- > Documentation/media/kapi/v4l2-fwnode.rst | 3 +++ > Documentation/media/kapi/v4l2-of.rst | 3 --- > 3 files changed, 4 insertions(+), 4 deletions(-) > create mode 100644 Documentation/media/kapi/v4l2-fwnode.rst > delete mode 100644 Documentation/media/kapi/v4l2-of.rst > > diff --git a/Documentation/media/kapi/v4l2-core.rst > b/Documentation/media/kapi/v4l2-core.rst index e967715..1bc8a14 100644 > --- a/Documentation/media/kapi/v4l2-core.rst > +++ b/Documentation/media/kapi/v4l2-core.rst > @@ -19,7 +19,7 @@ Video2Linux devices > v4l2-mc > v4l2-mediabus > v4l2-mem2mem > - v4l2-of > + v4l2-fwnode I wonder whether we should keep this alphabetically sorted. Apart from that, Reviewed-by: Laurent Pinchart > v4l2-rect > v4l2-tuner > v4l2-common > diff --git a/Documentation/media/kapi/v4l2-fwnode.rst > b/Documentation/media/kapi/v4l2-fwnode.rst new file mode 100644 > index 0000000..6c8bccd > --- /dev/null > +++ b/Documentation/media/kapi/v4l2-fwnode.rst > @@ -0,0 +1,3 @@ > +V4L2 fwnode kAPI > +^^^^^^^^^^^^^^^^ > +.. kernel-doc:: include/media/v4l2-fwnode.h > diff --git a/Documentation/media/kapi/v4l2-of.rst > b/Documentation/media/kapi/v4l2-of.rst deleted file mode 100644 > index 1ddf76b..0000000 > --- a/Documentation/media/kapi/v4l2-of.rst > +++ /dev/null > @@ -1,3 +0,0 @@ > -V4L2 Open Firmware kAPI > -^^^^^^^^^^^^^^^^^^^^^^^ > -.. kernel-doc:: include/media/v4l2-of.h -- Regards, Laurent Pinchart