From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751589AbdLZVx7 (ORCPT ); Tue, 26 Dec 2017 16:53:59 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:46735 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbdLZVx4 (ORCPT ); Tue, 26 Dec 2017 16:53:56 -0500 X-Google-Smtp-Source: ACJfBosIBMoRTTy/gn1pGpHEwTtOZyBzGlMLn+HFi1RVDkdFRudvK8uQAM+aZjmc9333vRUUVutwHQ== Date: Tue, 26 Dec 2017 15:53:54 -0600 From: Rob Herring To: Priit Laes Cc: Yong Deng , Maxime Ripard , Mauro Carvalho Chehab , Mark Rutland , Chen-Yu Tsai , "David S. Miller" , Greg Kroah-Hartman , Randy Dunlap , Hans Verkuil , Stanimir Varbanov , Hugues Fruchet , Yannick Fertre , Philipp Zabel , Arnd Bergmann , Benjamin Gaignard , Ramesh Shanmugasundaram , Sakari Ailus , Rick Chang , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [linux-sunxi] [PATCH v4 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI) Message-ID: <20171226215354.7h3lvo3w5qb5piuy@rob-hp-laptop> References: <1513935689-35415-1-git-send-email-yong.deng@magewell.com> <20171222100008.nmmzwhtmputizn7d@plaes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171222100008.nmmzwhtmputizn7d@plaes.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 22, 2017 at 10:00:08AM +0000, Priit Laes wrote: > On Fri, Dec 22, 2017 at 05:41:29PM +0800, Yong Deng wrote: > > Add binding documentation for Allwinner V3s CSI. > > > > Signed-off-by: Yong Deng > > --- > > .../devicetree/bindings/media/sun6i-csi.txt | 51 ++++++++++++++++++++++ > > 1 file changed, 51 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/media/sun6i-csi.txt > > > > diff --git a/Documentation/devicetree/bindings/media/sun6i-csi.txt b/Documentation/devicetree/bindings/media/sun6i-csi.txt > > new file mode 100644 > > index 0000000..b5bfe3f > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/media/sun6i-csi.txt > > @@ -0,0 +1,51 @@ > > +Allwinner V3s Camera Sensor Interface > > +------------------------------ > > Not sure whether syntax for these files is proper reStructuredText/Markdown, > but the underline-ish style expects the title and underline having same length. The binding files are not rst/md format, but still the comment is just good style. Rob