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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F15A6C76195 for ; Wed, 22 Mar 2023 19:16:43 +0000 (UTC) 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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9I/xqnanM5QW4vICfL2W6AHfNYGiCNGk6G79aDKdQG4=; b=GuWmvwWDvO6IGb Az+FL5Mpg2in8fg+TWRiRKGW3C//YIHJlXoZ2JhDZsQFEtacuv/nkahPIIsnassuAHv/aiASUj40/ XV8L1eqcw/p2DEvBu45SLWfDKnquNF73B8/X8WHgYDmM0MMVCvYggITgFQ4h5/wvN0JUOpd4Rpnk6 1bSIxXE84RyBqB5QFIfe4RfdEj9azR3LcGPdhfrPw/2WWk1gdB3finC5hvsH6l8Sj2oCIlkyIf4Ft ExmAemMgIDjLgoumubN3Y88Kz9N6zBH59pw0P9CPwOcsF465+AjZ9pXLEuJcRidImES4zh1HMW65O NlPRqSnQaPPsIyUcj/Pw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pf3wp-00H9KM-0Z; Wed, 22 Mar 2023 19:16:35 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pf3wj-00H9IE-0y; Wed, 22 Mar 2023 19:16:30 +0000 Received: from p5b12767e.dip0.t-ipconnect.de ([91.18.118.126] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pf3w2-0003vB-AH; Wed, 22 Mar 2023 20:15:46 +0100 From: Heiko Stuebner To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Andreas =?ISO-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Joel Stanley , Andrew Jeffery , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Broadcom internal kernel review list , Florian Fainelli , Appana Durga Kedareswara rao , Naga Sureshkumar Relli , Wolfgang Grandegger , Marc Kleine-Budde , Michal Simek , Andrew Lunn , Vladimir Oltean , Heiner Kallweit , Russell King , Tobias Waldekranz , Lars Povlsen , Steen Hegelund , Daniel Machon , UNGLinuxDriver@microchip.com, Andy Gross , Bjorn Andersson , Konrad Dybcio , Maxime Coquelin , Alexandre Torgue , Nobuhiro Iwamatsu , Richard Cochran , Matthias Brugger , AngeloGioacchino Del Regno , Rob Herring Cc: Krzysztof Kozlowski , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-amlogic@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-can@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v2] dt-bindings: net: Drop unneeded quotes Date: Wed, 22 Mar 2023 20:15:44 +0100 Message-ID: <3745510.ElGaqSPkdT@phil> In-Reply-To: <20230320233758.2918972-1-robh@kernel.org> References: <20230320233758.2918972-1-robh@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230322_121629_351932_9EDB02DA X-CRM114-Status: GOOD ( 10.92 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Am Dienstag, 21. M=E4rz 2023, 00:37:54 CET schrieb Rob Herring: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > = > Acked-by: Marc Kleine-Budde # for bindings/net/can > Reviewed-by: Krzysztof Kozlowski > Acked-by: Jernej Skrabec > Acked-by: Florian Fainelli > Reviewed-by: Steen Hegelund > Signed-off-by: Rob Herring > --- > v2: > - Also drop quotes on URLs > .../devicetree/bindings/net/rockchip,emac.yaml | 2 +- > .../bindings/net/rockchip-dwmac.yaml | 4 ++-- Reviewed-by: Heiko Stuebner #rockchip _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip