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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A1477C4332F for ; Thu, 24 Feb 2022 17:19:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230342AbiBXRUN (ORCPT ); Thu, 24 Feb 2022 12:20:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229596AbiBXRUN (ORCPT ); Thu, 24 Feb 2022 12:20:13 -0500 Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26EA529EBA2; Thu, 24 Feb 2022 09:19:43 -0800 (PST) Received: by mail-oi1-f182.google.com with SMTP id y7so3604411oih.5; Thu, 24 Feb 2022 09:19:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=GIkfwABiL9u4jgKQ7QzwnEVlsUine0tssVICa4obUes=; b=g/jJSG3508N6n1hQTkFvSgVPRlKQ5eKn0US59DGY9qROOFQJq8gHLKCQq/GtYHDS6V WnGZGGpon7QoavlAVgZuxfLyQXXx0+nP2fRyBHKaeQ9xUTwUrF5rKGx6G7oTmEo9Rse0 WY3AHXSP/W4y19FFeB1gI7flw9JPi9FkguuRNuOExj2wCv0FAZH0cKeqUIhej5lg7Z8D HZZJEV4OC0LLI4+SMTCEhItqUyAXuP0J0iYyRsqkyrIz4bEKiN+sfsL/fOZaaUtK5qsl K2GCcNg8eWSAhk05Z4PtFI1egMrGQgJgqYuISqHF7iSo3jOd/zUsKGxkFY2x1QwyReCj XK3A== X-Gm-Message-State: AOAM531rXyQBAJlr+GBID4HzXUNfiTONuanAC809YMz5wEzlvcapt7X3 q7d75aOvsxjL/KlLSO1Pig== X-Google-Smtp-Source: ABdhPJwW9NXc4ZUuWoldsXFpMnU1Bree9YmCN9tbO3wUbV9Cdsfwk+AcO5gUPlMiqfAMwr1jytWDLw== X-Received: by 2002:a05:6870:a40b:b0:d3:4785:c580 with SMTP id m11-20020a056870a40b00b000d34785c580mr6993835oal.221.1645723181847; Thu, 24 Feb 2022 09:19:41 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id t5sm1396432otp.67.2022.02.24.09.19.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 09:19:41 -0800 (PST) Received: (nullmailer pid 3265197 invoked by uid 1000); Thu, 24 Feb 2022 17:19:39 -0000 Date: Thu, 24 Feb 2022 11:19:39 -0600 From: Rob Herring To: Oleksij Rempel Cc: Ray Jui , linux-kernel@vger.kernel.org, Nicolas Saenz Julienne , Florian Fainelli , Sascha Hauer , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, "David S. Miller" , linux-rpi-kernel@lists.infradead.org, netdev@vger.kernel.org, Scott Branden , Rob Herring , =?iso-8859-1?Q?Beno=EEt?= Cousson , linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, Tony Lindgren , linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Shawn Guo , Krzysztof Kozlowski , bcm-kernel-feedback-list@broadcom.com, linux-usb@vger.kernel.org Subject: Re: [PATCH v5 3/9] dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller Message-ID: References: <20220216074927.3619425-1-o.rempel@pengutronix.de> <20220216074927.3619425-4-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220216074927.3619425-4-o.rempel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Wed, 16 Feb 2022 08:49:21 +0100, Oleksij Rempel wrote: > This documentation provides wrong node name for the Ethernet controller. > It should be "ethernet" instead of "smsc" as required by Ethernet > controller devicetree schema: > Documentation/devicetree/bindings/net/ethernet-controller.yaml > > Signed-off-by: Oleksij Rempel > --- > Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-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 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 65F07C433EF for ; Thu, 24 Feb 2022 17:20:53 +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: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=8GX7xxKUfHc/nEMIwFkgiHxHAKJ9ugjfGBI8+ku8U2U=; b=jCaP5DiVANcDjl D0PHY7+3pfSokK949X4HCG1q4sar/hOatRt6nVEpxWbcEO0VwJFSwHHlv0+wfRweCx1RIa/G8Vuuy 67DYw6o+ZvYGj30A2RAZZe1J/x+sY0UuHhbmS/NH7DGxfO1njtviOGheTCUhe9J19TtYZVQC7e+kb nA7xHIeDjNgsQnEV/ekNP1V0v5DwdWKUxhVe/Xa+z9e4G5rUdX4BGq/jZU2pna6NeIagHSkpX1s/9 Qywm0iYDek4k1KqbRhmu1yCs3erE7/UPpgv7EMNy9Q1t70ZIMW76AzvmPHu87GkO8Vz/h4EkqrBZp 3liGwFWffzFTuKrbENdw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNHmN-001kjq-1x; Thu, 24 Feb 2022 17:19:47 +0000 Received: from mail-oi1-f179.google.com ([209.85.167.179]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNHmJ-001kit-QG; Thu, 24 Feb 2022 17:19:45 +0000 Received: by mail-oi1-f179.google.com with SMTP id z7so3598207oid.4; Thu, 24 Feb 2022 09:19:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=GIkfwABiL9u4jgKQ7QzwnEVlsUine0tssVICa4obUes=; b=DmSYZhr/o+j2WfvGheHoyoulYjQca+uMyaaOFFlNW3P/1SBpVuOwj9z8xcdOjbt6Iv smoPDCe7lddGmJsNM0catvavYkGWbvvibyspB9rHrRfzeiBRQLSHQU+0Gg1fwdcOTuLb PtNpK35RxJD+02J3OYudUQdZlXlghIT0HRLSgaduLnJ3cY+sFIZwsrTf2nghz6lzxAWm sAg+BvtgNRFp2VMydQvomeMHsa3UfZ/gBxX4buWbBYwlvqaOkAjg2LdOgkXcccElnWNg sUuQJElWIUYZ97fcrd3W3EaaulfKkI2dL2Lqsy+Ue+apZs/PN2nQAc9Efz+421Ztwdof fTQA== X-Gm-Message-State: AOAM532VHCA9I0hxQhdb6yURzo1dQ3OEmY+Xt5FLXiv2zUzbH/KaXFiI DKxhj0PJYZcU1F+iWXWRQQ== X-Google-Smtp-Source: ABdhPJwW9NXc4ZUuWoldsXFpMnU1Bree9YmCN9tbO3wUbV9Cdsfwk+AcO5gUPlMiqfAMwr1jytWDLw== X-Received: by 2002:a05:6870:a40b:b0:d3:4785:c580 with SMTP id m11-20020a056870a40b00b000d34785c580mr6993835oal.221.1645723181847; Thu, 24 Feb 2022 09:19:41 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id t5sm1396432otp.67.2022.02.24.09.19.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 09:19:41 -0800 (PST) Received: (nullmailer pid 3265197 invoked by uid 1000); Thu, 24 Feb 2022 17:19:39 -0000 Date: Thu, 24 Feb 2022 11:19:39 -0600 From: Rob Herring To: Oleksij Rempel Cc: Ray Jui , linux-kernel@vger.kernel.org, Nicolas Saenz Julienne , Florian Fainelli , Sascha Hauer , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, "David S. Miller" , linux-rpi-kernel@lists.infradead.org, netdev@vger.kernel.org, Scott Branden , Rob Herring , =?iso-8859-1?Q?Beno=EEt?= Cousson , linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, Tony Lindgren , linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Shawn Guo , Krzysztof Kozlowski , bcm-kernel-feedback-list@broadcom.com, linux-usb@vger.kernel.org Subject: Re: [PATCH v5 3/9] dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller Message-ID: References: <20220216074927.3619425-1-o.rempel@pengutronix.de> <20220216074927.3619425-4-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220216074927.3619425-4-o.rempel@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220224_091943_878568_1D128B53 X-CRM114-Status: GOOD ( 11.06 ) 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, 16 Feb 2022 08:49:21 +0100, Oleksij Rempel wrote: > This documentation provides wrong node name for the Ethernet controller. > It should be "ethernet" instead of "smsc" as required by Ethernet > controller devicetree schema: > Documentation/devicetree/bindings/net/ethernet-controller.yaml > > Signed-off-by: Oleksij Rempel > --- > Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel