From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAE1AC3A589 for ; Sun, 18 Aug 2019 18:46:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A0AA820B7C for ; Sun, 18 Aug 2019 18:46:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566153997; bh=fQMh+y+VvLmh0mVYWuKBZ8MFRC6Z4rUi+KbsYjoEQX4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=e8PtCi0mVokED4T+jjw0FMWeWjTre8iwoK+RrSrQpM3etNuhVDBSG5sYk7eV5QHrb OOhK00fTS+ddwagkXmpu3beBSumFiNQJs4VMF2ytcN5w2HHsgijr5wxdRkfdXiJvFR RosDDPgvMQR/0hEmFqavHhgscbmwAFfsY4vyCS4c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726953AbfHRSqd (ORCPT ); Sun, 18 Aug 2019 14:46:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:52844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726927AbfHRSqd (ORCPT ); Sun, 18 Aug 2019 14:46:33 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B3BA7206C1; Sun, 18 Aug 2019 18:46:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566153992; bh=fQMh+y+VvLmh0mVYWuKBZ8MFRC6Z4rUi+KbsYjoEQX4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HxBqBuWx6oj0XEKw1ZTGd88jnkGkmOq18hrCF1Y5HvcqQzhed2dFCA2BE63MRUTqr qDh542bAGuE6x06Sn1JUG1iMymBG8eR/yCUNAgm7RTpRNMic0U5VFxQIr4MALytwuE Tiz7PkaXA+CcYLR4NOD+LJTQHgnvL/4paHNRnUp0= Date: Sun, 18 Aug 2019 19:46:27 +0100 From: Jonathan Cameron To: Rob Herring Cc: Mircea Caprioru , Michael Hennerich , Stefan Popa , Lars-Peter Clausen , Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , "open list:IIO SUBSYSTEM AND DRIVERS" , devicetree@vger.kernel.org Subject: Re: [PATCH V3 4/4] dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192 Message-ID: <20190818194627.4bc9571a@archlinux> In-Reply-To: References: <20190814073150.4602-1-mircea.caprioru@analog.com> <20190814073150.4602-4-mircea.caprioru@analog.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 14 Aug 2019 20:39:04 -0600 Rob Herring wrote: > On Wed, Aug 14, 2019 at 1:32 AM Mircea Caprioru > wrote: > > > > This patch add device tree binding documentation for AD7192 adc in YAML > > format. > > > > Signed-off-by: Mircea Caprioru > > --- > > Changelog V2: > > - remove description from spi and interrupt properties > > - changed the name of the device from ad7192 to adc in the example > > > > Changelog V3: > > - added semicolon at the end of the dt example > > > > .../bindings/iio/adc/adi,ad7192.yaml | 121 ++++++++++++++++++ > > 1 file changed, 121 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml > > Reviewed-by: Rob Herring For some reason, this patch gave me a git error based on encoding. I applied it by hand instead and all seemed fine. Not sure why that happened! Applied to the togreg branch of iio.git and pushed out as testing so the autobuilders can play with it. Thanks, Jonathan