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=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 3CB18C4320A for ; Fri, 23 Jul 2021 21:58:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E63260EBA for ; Fri, 23 Jul 2021 21:58:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232531AbhGWVSL (ORCPT ); Fri, 23 Jul 2021 17:18:11 -0400 Received: from mail-io1-f51.google.com ([209.85.166.51]:44832 "EHLO mail-io1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231724AbhGWVSK (ORCPT ); Fri, 23 Jul 2021 17:18:10 -0400 Received: by mail-io1-f51.google.com with SMTP id l18so4194569ioh.11; Fri, 23 Jul 2021 14:58:42 -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=rn0D9YZmS4dIDgwz9LM0MRw67SMXWydvFAqo/h3XxAo=; b=toPa08c0BW+Q2uMbAWldlstIIGsn9i9cuHY+hFy1qfM5mKoAZkj0kck8jatO1Xfq4R /s3uwoq3KFhKEYljjEcpGvU9KxU5P/IPmbOEYFaLfMnfbn9gpjUcCQVWauK5GbkfYRDF nSjgOfjWDuuPXeVVI6b02V6AaKTYluUs4SoLCyD1PpBTosg6mY7xfAuFefwd3CsD9jGx J4LAqum6sS+BZ3d/jsiwcKG/BBPJLZ6AZX8ZTrEFWSMnoGlOvYXa9RQhQ2wUlL3DEyIb cfP2lXiy1UUiw3E7DJqyblH50qdWMzHLPw9H7zIp6ANpzVbnK2DZqOj2hxmg/DDzjHk+ CIpA== X-Gm-Message-State: AOAM533gFfgsr3Wv4tF7TZOinbGByCAyxNHwMF69mjwDMHHcugVjWOZQ GAXv3Anwbee9d2zJgYpstg== X-Google-Smtp-Source: ABdhPJxGJE4Wklmx1ER1d4Hgaz7zeN3q1caED/CmWtADyXgg7rqD+OmKyt2TmoqDEL8YVeChFWkiiw== X-Received: by 2002:a6b:f813:: with SMTP id o19mr5353976ioh.49.1627077522624; Fri, 23 Jul 2021 14:58:42 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id l11sm19553084ios.8.2021.07.23.14.58.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:58:42 -0700 (PDT) Received: (nullmailer pid 2666846 invoked by uid 1000); Fri, 23 Jul 2021 21:58:39 -0000 Date: Fri, 23 Jul 2021 15:58:39 -0600 From: Rob Herring To: Maxime Ripard Cc: Rob Herring , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, Kalle Valo , de Goede , Jakub Kicinski , Frank Rowand , linux-arm-kernel@lists.infradead.org, "David S. Miller" , linux-sunxi@googlegroups.com, Jernej Skrabec , Chen-Yu Tsai Subject: Re: [PATCH 27/54] dt-bindings: net: wireless: Convert ESP ESP8089 binding to a schema Message-ID: <20210723215839.GA2666790@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-28-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-28-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 21 Jul 2021 16:03:57 +0200, Maxime Ripard wrote: > The ESP8089 Wireless Chip is supported by Linux (through an out-of-tree > driver) thanks to its 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: "David S. Miller" > Cc: de Goede > Cc: Jakub Kicinski > Cc: Kalle Valo > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../bindings/net/wireless/esp,esp8089.txt | 30 ------------- > .../bindings/net/wireless/esp,esp8089.yaml | 43 +++++++++++++++++++ > 2 files changed, 43 insertions(+), 30 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/wireless/esp,esp8089.txt > create mode 100644 Documentation/devicetree/bindings/net/wireless/esp,esp8089.yaml > Reviewed-by: Rob Herring 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=-15.5 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 12504C4338F for ; Fri, 23 Jul 2021 22:00:20 +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 C75F460F02 for ; Fri, 23 Jul 2021 22:00:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C75F460F02 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=CUrwanplcJg39jLFgJCNOlYHJE0Zt3zCQ72B+R0VzlI=; b=cfcdBYi/CEabvJ 9Hvr/oXNoh/LZ7wV+cOGthc5+fo6YcJse3ESps+cSRJYJbU6v+jcbx0SiKjaCB7IEAEgAcR4tZqok 8yzmnjaqO1xlzyHy6wiHDCaEeRoXip6iiZUpmKP4Tgw4HeRDfHqYpvTz3qDlpgDZLAq/D+pEeCbZC FDNq3IaMHX5hgRP5pX+dJ0/sdT+IPShFZC248hL7PV4qMvYooxBR5NZv8nrN/C2ySCbGvuGDFNmd7 gXmIhqwYqX2ck2SyxHwdGUsFkLD7BuU9wH0v6VpgDW6eOMCA1bggizVw3ttbaMTCBc95CUizuGKdn VUW0oS9cuY+St2DdDJvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m73Bv-00668D-GQ; Fri, 23 Jul 2021 21:58:47 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m73Br-006676-5D for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 21:58:44 +0000 Received: by mail-io1-f48.google.com with SMTP id m13so4227029iol.7 for ; Fri, 23 Jul 2021 14:58:43 -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=rn0D9YZmS4dIDgwz9LM0MRw67SMXWydvFAqo/h3XxAo=; b=TCFNg0hiYLDdmOAWX7QZMUMCv9yP+zFzIAeX+Dc1nbm71wDpbOpgfN/MhvYAvT5YrX oG14yAtLLQWh8hOWdMPkPSjunbJ/5ZpVG4F2lFLvp3tn/ifxoxQbU2OO/fhYf7f3lQ/I 7lJ8YqOocf05qbo1IzUxI1phnzhft/SN8C6cyS3J5zjZ5IjcXF5T1GGSdXv9U80AaZA7 MGdnH++l9pjX1rN98u0hUj5+Zr6eUKlbyCwJA/ocHQyQnIEkugknLMo5GzLtEoUK7jDb okNzsGiibk3PoLOyKkahO5vARtejzYG406PbsOiItMcL9Aa3W2fz5mCya1EVNTMkmIuQ yYvg== X-Gm-Message-State: AOAM531YwL+fOTn5lBL1jl7Ge2iRxu07EHfRXjWOA680Y8OrInVkY/SM w5R8qYKYOEECv+QGbWOEPQ== X-Google-Smtp-Source: ABdhPJxGJE4Wklmx1ER1d4Hgaz7zeN3q1caED/CmWtADyXgg7rqD+OmKyt2TmoqDEL8YVeChFWkiiw== X-Received: by 2002:a6b:f813:: with SMTP id o19mr5353976ioh.49.1627077522624; Fri, 23 Jul 2021 14:58:42 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id l11sm19553084ios.8.2021.07.23.14.58.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:58:42 -0700 (PDT) Received: (nullmailer pid 2666846 invoked by uid 1000); Fri, 23 Jul 2021 21:58:39 -0000 Date: Fri, 23 Jul 2021 15:58:39 -0600 From: Rob Herring To: Maxime Ripard Cc: Rob Herring , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, Kalle Valo , de Goede , Jakub Kicinski , Frank Rowand , linux-arm-kernel@lists.infradead.org, "David S. Miller" , linux-sunxi@googlegroups.com, Jernej Skrabec , Chen-Yu Tsai Subject: Re: [PATCH 27/54] dt-bindings: net: wireless: Convert ESP ESP8089 binding to a schema Message-ID: <20210723215839.GA2666790@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-28-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-28-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_145843_243583_2EC94B7C X-CRM114-Status: GOOD ( 14.96 ) 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, 21 Jul 2021 16:03:57 +0200, Maxime Ripard wrote: > The ESP8089 Wireless Chip is supported by Linux (through an out-of-tree > driver) thanks to its 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: "David S. Miller" > Cc: de Goede > Cc: Jakub Kicinski > Cc: Kalle Valo > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../bindings/net/wireless/esp,esp8089.txt | 30 ------------- > .../bindings/net/wireless/esp,esp8089.yaml | 43 +++++++++++++++++++ > 2 files changed, 43 insertions(+), 30 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/wireless/esp,esp8089.txt > create mode 100644 Documentation/devicetree/bindings/net/wireless/esp,esp8089.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel