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=-11.6 required=3.0 tests=BAYES_00,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 75F6DC43464 for ; Sat, 19 Sep 2020 14:07:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 388FA21707 for ; Sat, 19 Sep 2020 14:07:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600524456; bh=B6jcFgjfYLGUTWDpaxjq/Ri7kxd0yJ6bJmoZ32PBNus=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=M5IZW+/Ysr5f1rC80pBFqMD5OaVjDDZjwRYyzjfTL1G+H3vUhUB3Egxy1s+XLCSkE CWiqoig7FHC6c1RyC0sGKdcyfsQGIvkx0P2FdbFmzmMNUxHFV7tCK97LV6vQgP/0aY YypJwGrXPCaVmc80B6M4JxHLMyjdbd03u80vgKj8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726434AbgISOHf (ORCPT ); Sat, 19 Sep 2020 10:07:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:45510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726159AbgISOHf (ORCPT ); Sat, 19 Sep 2020 10:07:35 -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 03452207FB; Sat, 19 Sep 2020 14:07:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600524455; bh=B6jcFgjfYLGUTWDpaxjq/Ri7kxd0yJ6bJmoZ32PBNus=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AnUp/wcgEA7XJPyzXVn6O+rFhw7ANtl1L5vZdkfvKNBxnjj/GfW65187NJ/hPPUNa 87io0Z0jV1iRosod7FW7BscyBQ/Ec9SzWkInqzUq5OuEJzlV5RISL25vTJqjhDJdXA tdf602+kYsuSDX++JghKfjZ/comLMGOEmbO86YZM= Date: Sat, 19 Sep 2020 15:07:30 +0100 From: Jonathan Cameron To: Rob Herring Cc: Jonathan Cameron , devicetree@vger.kernel.org, Phani Movva , linux-iio@vger.kernel.org Subject: Re: [PATCH v2 13/20] dt-bindings:iio:adc:cosmic,10001-adc yaml conversion Message-ID: <20200919150730.24b24024@archlinux> In-Reply-To: <20200915191317.GA2333547@bogus> References: <20200909175946.395313-1-jic23@kernel.org> <20200909175946.395313-14-jic23@kernel.org> <20200915191317.GA2333547@bogus> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 15 Sep 2020 13:13:17 -0600 Rob Herring wrote: > On Wed, 09 Sep 2020 18:59:39 +0100, Jonathan Cameron wrote: > > From: Jonathan Cameron > > > > I don't really know much about this one, hence the binding is > > a simple conversion of what was in the txt file. > > > > Signed-off-by: Jonathan Cameron > > Cc: Phani Movva > > --- > > .../bindings/iio/adc/cc10001_adc.txt | 22 ------- > > .../bindings/iio/adc/cosmic,10001-adc.yaml | 59 +++++++++++++++++++ > > 2 files changed, 59 insertions(+), 22 deletions(-) > > > > Reviewed-by: Rob Herring For this one. I don't have an address for Phani Movva that works so I have listed myself as maintainer for the binding until someone else steps up. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to possibly poke at it. Thanks, Jonathan