From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 4/7] dt-bindings:iio:resolver: Add docs for ad2s90 Date: Mon, 26 Nov 2018 19:52:27 -0600 Message-ID: <20181127015227.GA11401@bogus> References: <20181124002312.6923-1-matheus.bernardino@usp.br> <20181124002312.6923-5-matheus.bernardino@usp.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181124002312.6923-5-matheus.bernardino@usp.br> Sender: linux-kernel-owner@vger.kernel.org To: Matheus Tavares Cc: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , 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 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