From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v3 4/7] dt-bindings:iio:resolver: Add docs for ad2s90 Date: Sat, 1 Dec 2018 15:37:04 +0000 Message-ID: <20181201153704.0f17dfcc@archlinux> References: <20181124002312.6923-1-matheus.bernardino@usp.br> <20181124002312.6923-5-matheus.bernardino@usp.br> <20181127015227.GA11401@bogus> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181127015227.GA11401@bogus> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Matheus Tavares , Lars-Peter Clausen , Michael Hennerich , Hartmut Knaack , Peter Meerwald-Stadler , Greg Kroah-Hartman , Mark Rutland , linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandru Ardelean , kernel-usp@googlegroups.com, victorcolombo@gmail.com List-Id: devicetree@vger.kernel.org On Mon, 26 Nov 2018 19:52:27 -0600 Rob Herring wrote: > On Fri, 23 Nov 2018 22:23:09 -0200, Matheus Tavares wrote: > > This patch adds the device tree binding documentation for the ad2s90 > > resolver-to-digital converter. > > > > Signed-off-by: Matheus Tavares > > --- > > Changes in v3: > > - Added reference to spi-bus documentation after spi properties, as > > suggested by Alexandru Ardelean. > > > > Changes in v2: > > - Rewritten 'spi-cpol and spi-cpha' item to say that the device can > > work in either mode (0,0) or (1,1) and explain how they should be > > specified in DT. > > > > .../bindings/iio/resolver/ad2s90.txt | 31 +++++++++++++++++++ > > 1 file changed, 31 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iio/resolver/ad2s90.txt > > > > Reviewed-by: Rob Herring Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan