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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 79C07C433EF for ; Fri, 3 Sep 2021 19:50:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6235E60FD7 for ; Fri, 3 Sep 2021 19:50:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348708AbhICTvk (ORCPT ); Fri, 3 Sep 2021 15:51:40 -0400 Received: from mail-ot1-f45.google.com ([209.85.210.45]:33546 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239585AbhICTvj (ORCPT ); Fri, 3 Sep 2021 15:51:39 -0400 Received: by mail-ot1-f45.google.com with SMTP id c42-20020a05683034aa00b0051f4b99c40cso425302otu.0 for ; Fri, 03 Sep 2021 12:50:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CzoqrDzi77+fpWaE52x4dRN7j04FIxzbKfAchZse36o=; b=JpGSeZEFQC9Lms3+LtQrP1ZubMj6vpm49SMRBIdPK++ppE/jl4v6OX5qF8Yf8Jzs02 exR5JYjgw98FBWIzEB4KvWhngWraBTDSUssd1eJEI1z8C1bZsunjoX9FT1NKgENVfpCO jmDihF+tR9W94DJauC8QqmlCi0o4f3S5UGd2d0SKNsgLiDoLJkWhl62W9kiBLaLyTrhY 6KWWLVUeFuvB7sI4Cp4hrxpYGkxNnunwv0TDtDw2WLE2oFDQhsE7fo7aFBuh6eLAMiOP kOLyP+XL8F72nhu4MCpHe0RsklZe6jnb4GOzDirYBuah0R/cacznGbp5sqaDhK+h9vdk sDpg== X-Gm-Message-State: AOAM530ncADzKq/Kkf0PTEdT36nJi8nG689UuxEFmezUqIV/D0CzC2Vy y6esAE8DcShZsd3mkhqodg== X-Google-Smtp-Source: ABdhPJzF9ALNY/8kKyIa3efKmiSZbqp3+bzqK3NLN66558plLD3mqQqQBBoIDc4Edcg8oZMhbkBlqg== X-Received: by 2002:a9d:1d0:: with SMTP id e74mr639665ote.41.1630698639057; Fri, 03 Sep 2021 12:50:39 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id d10sm32856ooj.24.2021.09.03.12.50.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:50:38 -0700 (PDT) Received: (nullmailer pid 3346761 invoked by uid 1000); Fri, 03 Sep 2021 19:50:37 -0000 Date: Fri, 3 Sep 2021 14:50:37 -0500 From: Rob Herring To: Maxime Ripard Cc: Frank Rowand , linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, Daniel Mack , Jernej =?utf-8?Q?=C5=A0krabec?= , Chen-Yu Tsai , Evgeniy Polyakov , devicetree@vger.kernel.org, Rob Herring Subject: Re: [PATCH v2 38/52] dt-bindings: w1: Convert 1-Wire GPIO binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-39-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-39-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:38 +0200, Maxime Ripard wrote: > Bitbanged 1-Wire buses are supported by Linux thanks to their device > tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Daniel Mack > Cc: Evgeniy Polyakov > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Changed additionalproperties to make sure all the other items in the > schema are nodes > --- > .../devicetree/bindings/w1/w1-gpio.txt | 27 ------------ > .../devicetree/bindings/w1/w1-gpio.yaml | 44 +++++++++++++++++++ > 2 files changed, 44 insertions(+), 27 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/w1/w1-gpio.txt > create mode 100644 Documentation/devicetree/bindings/w1/w1-gpio.yaml > Applied, thanks! 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 33EDDC433F5 for ; Fri, 3 Sep 2021 19:52:25 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EDD4A60FD7 for ; Fri, 3 Sep 2021 19:52:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EDD4A60FD7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AUlX7XCndEWUOlLjJPK5GPbwFWM+rYuE5Y7NQRYLK3I=; b=j7pG7XXG4cG+OS oUNB9OHTpvzgANV8DOQT9f8UeF1Gol2/qzQ+xRHHDQyXOw+y02aqGsypnfGS1q6v8Fb41VgzkAtqn miO6feRkIeQhh8mmRILcfENNlvMp589f7yBxsg4Bh6TdeX0F02d9dE2920LAZ27zbScZEtlPe26eA m+R+LqTD1kkvI3nCw3GL6n0M5P5ghYL6duUF0F7eKHXzJaYBfakobekoyySExazFsuCjP1Mxd76JY xLvTfgVuDj/O9Xrms/0urjiS4K1GB4h8GUsDCtw0wcfEtV2yMT29Dj0+ZY1rYf14qWjaXntUn3Nq5 yYxo0Mfl5/LVWN9HSwjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMFD1-00CoIA-Dy; Fri, 03 Sep 2021 19:50:43 +0000 Received: from mail-ot1-f43.google.com ([209.85.210.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMFCx-00CoH5-R5 for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 19:50:41 +0000 Received: by mail-ot1-f43.google.com with SMTP id v33-20020a0568300921b0290517cd06302dso338658ott.13 for ; Fri, 03 Sep 2021 12:50:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CzoqrDzi77+fpWaE52x4dRN7j04FIxzbKfAchZse36o=; b=aB7JOTqjg6W/eQEFoZ/nRudAwzn8VwNm+NIoR9JNm02QVWuRqQlhdc27kIqs2UWOd9 J3gAf8n3Jc7U+OfeUDKpajFB5jt9aL/c2VbdUpnDWyko9zUVi44IVbfddkZRYvgusZGW sRoCi6Z2XkSQsT2WAsrIV0pNfcCiMVycyE3332HZVmkiDMCzJptSypP1zSrkpX2l1zig ByrW7w32u6r8RRTyH56dtmwHDHwMSmeHO/CiYKHk8qFIyKlJI+V7/xxZExHs4b+aQwqX AclQ2h0GPz482czsVDnS5EYn4ZRE1ijGaR0ws+UXXaLYETKO//rYnhLvdCGnKshJtqQM sNNg== X-Gm-Message-State: AOAM53304DCmCoJN3/pDhSz7JT2/RGnTHHItD+G9yvRXwZvUoaVU64Y9 8ZgxFyRU1Iq8e1dKg/kNBg== X-Google-Smtp-Source: ABdhPJzF9ALNY/8kKyIa3efKmiSZbqp3+bzqK3NLN66558plLD3mqQqQBBoIDc4Edcg8oZMhbkBlqg== X-Received: by 2002:a9d:1d0:: with SMTP id e74mr639665ote.41.1630698639057; Fri, 03 Sep 2021 12:50:39 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id d10sm32856ooj.24.2021.09.03.12.50.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:50:38 -0700 (PDT) Received: (nullmailer pid 3346761 invoked by uid 1000); Fri, 03 Sep 2021 19:50:37 -0000 Date: Fri, 3 Sep 2021 14:50:37 -0500 From: Rob Herring To: Maxime Ripard Cc: Frank Rowand , linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, Daniel Mack , Jernej =?utf-8?Q?=C5=A0krabec?= , Chen-Yu Tsai , Evgeniy Polyakov , devicetree@vger.kernel.org, Rob Herring Subject: Re: [PATCH v2 38/52] dt-bindings: w1: Convert 1-Wire GPIO binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-39-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-39-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_125039_930060_B93E5BC9 X-CRM114-Status: GOOD ( 17.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 01 Sep 2021 11:18:38 +0200, Maxime Ripard wrote: > Bitbanged 1-Wire buses are supported by Linux thanks to their device > tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Daniel Mack > Cc: Evgeniy Polyakov > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Changed additionalproperties to make sure all the other items in the > schema are nodes > --- > .../devicetree/bindings/w1/w1-gpio.txt | 27 ------------ > .../devicetree/bindings/w1/w1-gpio.yaml | 44 +++++++++++++++++++ > 2 files changed, 44 insertions(+), 27 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/w1/w1-gpio.txt > create mode 100644 Documentation/devicetree/bindings/w1/w1-gpio.yaml > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel