From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751023AbcFVGSY (ORCPT ); Wed, 22 Jun 2016 02:18:24 -0400 Received: from mailcl2.heig-vd.ch ([193.134.216.183]:53003 "EHLO heig-vd.ch" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750787AbcFVGSV (ORCPT ); Wed, 22 Jun 2016 02:18:21 -0400 Subject: Re: [PATCH 2/3] iio: adc: max1363: Add device tree binding documentation To: Rob Herring References: <1466492969-2185-1-git-send-email-florian.vaussard@heig-vd.ch> <1466492969-2185-3-git-send-email-florian.vaussard@heig-vd.ch> <20160621214951.GA11679@rob-hp-laptop> CC: , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Martin Kepplinger , , From: Florian Vaussard Message-ID: Date: Wed, 22 Jun 2016 08:18:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160621214951.GA11679@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.192.93.248] X-ClientProxiedBy: EINTFEA.einet.ad.eivd.ch (10.192.41.59) To EINTMBXC.einet.ad.eivd.ch (10.192.41.65) X-MailCleaner-RDNS: invalid reverse DNS for 10.192.41.61 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, Le 21. 06. 16 à 23:49, Rob Herring a écrit : > On Tue, Jun 21, 2016 at 09:09:28AM +0200, Florian Vaussard wrote: >> Add the device tree documentation for all the supported parts. Mandatory >> binding is the compatible string and the slave I2C address. >> >> Optional properties can be used to specify the Vcc / Vref regulators, as >> well as the IRQ line if available. >> >> Signed-off-by: Florian Vaussard >> --- >> .../devicetree/bindings/iio/adc/max1363.txt | 63 ++++++++++++++++++++++ >> 1 file changed, 63 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/iio/adc/max1363.txt > > Acked-by: Rob Herring > Thanks for the review. Florian