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,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham 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 24A68C55ABD for ; Sun, 8 Nov 2020 16:59:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D568222201 for ; Sun, 8 Nov 2020 16:59:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604854795; bh=hQ8jpwkqu7IZYJyC/2BQHv1Von+2yk8napFvrpZ4eiM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=geL0HJQIGQGOY5r1Anjqr3Wh9A7FEVTwUJG463SzWIqO8r5xaD2HxPA9bmAbVy0EB 6Gd3PYZVl/T0QhOLDi5y1ZCJ6/XCxAJbMrWeQGvdvRDYgFy88zkYYsx8w3XxH/Z/FN h0EJWhPCf3YMMvQeVQJQGhjmCq5d31InS4mz7zcw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728006AbgKHQ7z (ORCPT ); Sun, 8 Nov 2020 11:59:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:37590 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727844AbgKHQ7z (ORCPT ); Sun, 8 Nov 2020 11:59:55 -0500 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 8CF4120678; Sun, 8 Nov 2020 16:59:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604854794; bh=hQ8jpwkqu7IZYJyC/2BQHv1Von+2yk8napFvrpZ4eiM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tNMp/ZGi7ymYhk2yPEwoP0TFON3Y2N6y6Occ5JF+bG83RvwOugWG5xpZcNuzqqTEe omFw+BGVOgC5Qmj5SegkRXeAglQJr2fWZTCJbA1jA4XWHZgU2vOVX9XPqCnE7N/Llg gqMUiWNSJLzed+EDa8v0U1qUih7FxVd9OqdNOR/Y= Date: Sun, 8 Nov 2020 16:59:50 +0000 From: Jonathan Cameron To: Dan Murphy Cc: , Rob Herring , , Jonathan Cameron Subject: Re: [PATCH 37/46] dt-binding:iio:adc:ti,ads124s08: txt to yaml format conversion. Message-ID: <20201108165950.2ea18229@archlinux> In-Reply-To: References: <20201031184854.745828-1-jic23@kernel.org> <20201031184854.745828-38-jic23@kernel.org> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 2 Nov 2020 06:49:54 -0600 Dan Murphy wrote: > Jonathan >=20 > On 10/31/20 1:48 PM, Jonathan Cameron wrote: > > From: Jonathan Cameron > > > > Simple binding so straight forward format conversion. > > > > Signed-off-by: Jonathan Cameron > > Cc: Dan Murphy > > --- > > .../bindings/iio/adc/ti,ads124s08.yaml | 52 +++++++++++++++++++ > > .../bindings/iio/adc/ti-ads124s08.txt | 25 --------- > > 2 files changed, 52 insertions(+), 25 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yam= l b/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml > > new file mode 100644 > > index 000000000000..5912a52953fa > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml > > @@ -0,0 +1,52 @@ > > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) =20 > GPL-2.0-only=C2=A0 OR BSD-2-Clause >=20 Fair enough, GPL-2.0 is defined as meaning the same, but is deprecated according to the SPDX list of names. @Rob, I assume we aren't taking a strong view on which is preferred for DT bindings? Jonathan > Otherwise >=20 > Reviewed-by: Dan Murphy >=20