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 7E4ABC433EF for ; Fri, 3 Sep 2021 19:47:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5ED4460FD7 for ; Fri, 3 Sep 2021 19:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348738AbhICTsZ (ORCPT ); Fri, 3 Sep 2021 15:48:25 -0400 Received: from mail-ot1-f52.google.com ([209.85.210.52]:37610 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231599AbhICTsZ (ORCPT ); Fri, 3 Sep 2021 15:48:25 -0400 Received: by mail-ot1-f52.google.com with SMTP id i3-20020a056830210300b0051af5666070so366369otc.4; Fri, 03 Sep 2021 12:47:25 -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=07KAWclyrje+6M7j3aAbAIOd4SS2KMhKwYrzm5BDuco=; b=P7z5c9ZPquqL6hNqBZEs30Z/PAyi7/J+X+tfzeSPcgRqM1zod+25IMj7lJkqpBG+04 3JXqDsBTl8zueCy+A6SFsb18XxtoDainRQSdPJbbN6aYPKjk0Hlj59iqf9GwMWFSSu1t 5hD3gJB/1vCKmGPrxd/z3wLkY/HyI45c8aP9bKKyy6Hhrn98qOM97/xb3RNtRIdhr8Fc a//J0EF7RHrFM2bonZpWJanWEQ7he4G38gk900qv0kVFEXN8V3SkYFJhvUv2APREWt47 J7HeDPhA7XLBXcFWi45JHheFzp1HVy7ODCjPOVT18Su7AUjaoHCUbC1sjbQ/cgrsZ5Gd 9B9w== X-Gm-Message-State: AOAM533pXYrOMoiYEN1cnNFxjWeQsM3cVRTczf6Sv7ymjmiHLYshVHvy rMXbybjzF2cvOoaxlZg+cNkaVvtz7A== X-Google-Smtp-Source: ABdhPJzOolETQqMqGylY5BEpdkIGwZEn+u2kDdqSBCUGchgizJzAul1x461BA9CgpPac9nP0bgUbrw== X-Received: by 2002:a9d:450c:: with SMTP id w12mr628461ote.18.1630698444806; Fri, 03 Sep 2021 12:47:24 -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 v29sm30949ooe.31.2021.09.03.12.47.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:47:24 -0700 (PDT) Received: (nullmailer pid 3342276 invoked by uid 1000); Fri, 03 Sep 2021 19:47:23 -0000 Date: Fri, 3 Sep 2021 14:47:23 -0500 From: Rob Herring To: Maxime Ripard Cc: Dongjin Kim , devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , Rob Herring , Chen-Yu Tsai , Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, Frank Rowand Subject: Re: [PATCH v2 36/52] dt-bindings: usb: Convert SMSC USB3503 binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-37-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-37-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:36 +0200, Maxime Ripard wrote: > The SMSC USB3503 USB Hub Controller is supported by Linux 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: Dongjin Kim > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Added maximum number of items for clocks and gpios > - Fixed the example node name > --- > .../devicetree/bindings/usb/smsc,usb3503.yaml | 108 ++++++++++++++++++ > .../devicetree/bindings/usb/usb3503.txt | 39 ------- > 2 files changed, 108 insertions(+), 39 deletions(-) > create mode 100644 Documentation/devicetree/bindings/usb/smsc,usb3503.yaml > delete mode 100644 Documentation/devicetree/bindings/usb/usb3503.txt > 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=-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 56232C433EF for ; Fri, 3 Sep 2021 19:48:57 +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 19E7360E8B for ; Fri, 3 Sep 2021 19:48:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 19E7360E8B 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=t6IKz3Mgp0ssPH0zMVp8/nVeDBnIpVj4Z6jeVF+oTrU=; b=uxeSFbEHMHOUq4 Nrm6tD5wih9WOR6pzZhkKK0QbO7VFbzi9HKvsFRMP/+T2bJZfZLnc8jpQ2kaH3LIOVQFJFwa+21S8 crdTwlFhB4GCG/IWqTjkx+Bc1XYzRaIjlFjon6bwsKT2kq5jr10kp8aJxChZeQ81oLWBxinwL8qzZ Np94N3Jzg+Wk78dwtkPzQ9bt8PQbPqMajjwK5bFkkl/KaRqt7bSV8yckp945xM4BkbptOEMdLwjMf 4zV4cwJtxdOqW4NpD0L3BgtDfleK5mN18VQZlIpjdt9rLJf0H+QG6kg7SJFaAHe7qHy5aVpbGr7f8 HqyR1BjjyMMJ+kySTjaA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMF9s-00CnXk-Uu; Fri, 03 Sep 2021 19:47:29 +0000 Received: from mail-ot1-f51.google.com ([209.85.210.51]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMF9p-00CnWh-Pw for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 19:47:27 +0000 Received: by mail-ot1-f51.google.com with SMTP id k12-20020a056830150c00b0051abe7f680bso379765otp.1 for ; Fri, 03 Sep 2021 12:47:25 -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=07KAWclyrje+6M7j3aAbAIOd4SS2KMhKwYrzm5BDuco=; b=jbJdAkr4A19IgKoo8zTa7zGMIQ6usxpO6akoJhgvG9e6EdSGKCBRSnGXivt9iiIbgy X2c5v86cJ3E3rlkik6Q+yulB0tRLS0G41ARZ4/D15gAo8tYX0FWp25RsoZreSfQvZnhU LKMbevBW3MapFgPnkkFIqYF9q+0Pitv/gMOv2pdRg8eWMxWH2rrD/Xc28SLxctCYwhEI 7NxL8he0CqjICZVk32xULd26yMVVs7l+dW12X3vBvLyZVJNKS2+xAAnk0LShACYwYIxo NVkTQmHvYv7v3Slcixg6dnrMea15tIRdUbIpcNKFVf4oXha8LIF6BO1SWZqtBgM5tm1X Y8jQ== X-Gm-Message-State: AOAM5333U64TkdfYZNvIuQrRydAFXPcLgzvShyd0NyxBo+SWNl8UYV1I PgAd16huODeROOy41bXfFg== X-Google-Smtp-Source: ABdhPJzOolETQqMqGylY5BEpdkIGwZEn+u2kDdqSBCUGchgizJzAul1x461BA9CgpPac9nP0bgUbrw== X-Received: by 2002:a9d:450c:: with SMTP id w12mr628461ote.18.1630698444806; Fri, 03 Sep 2021 12:47:24 -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 v29sm30949ooe.31.2021.09.03.12.47.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:47:24 -0700 (PDT) Received: (nullmailer pid 3342276 invoked by uid 1000); Fri, 03 Sep 2021 19:47:23 -0000 Date: Fri, 3 Sep 2021 14:47:23 -0500 From: Rob Herring To: Maxime Ripard Cc: Dongjin Kim , devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , Rob Herring , Chen-Yu Tsai , Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, Frank Rowand Subject: Re: [PATCH v2 36/52] dt-bindings: usb: Convert SMSC USB3503 binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-37-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-37-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_124725_888389_C514DB3E X-CRM114-Status: GOOD ( 17.25 ) 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:36 +0200, Maxime Ripard wrote: > The SMSC USB3503 USB Hub Controller is supported by Linux 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: Dongjin Kim > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Added maximum number of items for clocks and gpios > - Fixed the example node name > --- > .../devicetree/bindings/usb/smsc,usb3503.yaml | 108 ++++++++++++++++++ > .../devicetree/bindings/usb/usb3503.txt | 39 ------- > 2 files changed, 108 insertions(+), 39 deletions(-) > create mode 100644 Documentation/devicetree/bindings/usb/smsc,usb3503.yaml > delete mode 100644 Documentation/devicetree/bindings/usb/usb3503.txt > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel