From: Oleksij Rempel <o.rempel@pengutronix.de>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: "Benoît Cousson" <bcousson@baylibre.com>,
"David S. Miller" <davem@davemloft.net>,
"Florian Fainelli" <f.fainelli@gmail.com>,
"Jakub Kicinski" <kuba@kernel.org>,
"Nicolas Saenz Julienne" <nsaenz@kernel.org>,
"Ray Jui" <rjui@broadcom.com>, "Rob Herring" <robh+dt@kernel.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Scott Branden" <sbranden@broadcom.com>,
"Shawn Guo" <shawnguo@kernel.org>,
"Tony Lindgren" <tony@atomide.com>,
kernel@pengutronix.de, bcm-kernel-feedback-list@broadcom.com,
netdev@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
linux-rpi-kernel@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org,
linux-tegra@vger.kernel.org
Subject: Re: [PATCH v5 5/9] ARM: dts: exynos: fix ethernet node name for different odroid boards
Date: Tue, 8 Mar 2022 12:15:26 +0100 [thread overview]
Message-ID: <20220308111526.GA1086@pengutronix.de> (raw)
In-Reply-To: <bbb7e8fa-757a-64c6-640e-c24bf3e56b82@canonical.com>
On Tue, Mar 08, 2022 at 12:02:29PM +0100, Krzysztof Kozlowski wrote:
> On 16/02/2022 08:49, Oleksij Rempel wrote:
> > The node name of Ethernet controller should be "ethernet" instead of
> > "usbether" as required by Ethernet controller devicetree schema:
> > Documentation/devicetree/bindings/net/ethernet-controller.yaml
> >
> > This patch can potentially affect boot loaders patching against full
> > node path instead of using device aliases.
> >
> > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > ---
> > arch/arm/boot/dts/exynos4412-odroidu3.dts | 2 +-
> > arch/arm/boot/dts/exynos4412-odroidx.dts | 2 +-
> > arch/arm/boot/dts/exynos5410-odroidxu.dts | 2 +-
> > arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts | 2 +-
> > arch/arm/boot/dts/exynos5422-odroidxu3.dts | 2 +-
> > 5 files changed, 5 insertions(+), 5 deletions(-)
> >
>
> Hi Oleksij,
>
> Both Exynos patches look good, unfortunately I forgot about them a week
> ago when I was preparing late pull request and now it is too late for
> this cycle. I will pick them up after the merge window. Sorry, for this.
No problem. Thank you for the feedback :)
Regards,
Oleksij
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2022-03-08 11:15 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-16 7:49 [PATCH v5 0/8] document dt-schema and fix node names for some USB Ethernet controllers Oleksij Rempel
2022-02-16 7:49 ` [PATCH v5 1/9] dt-bindings: net: add schema for ASIX " Oleksij Rempel
2022-02-24 17:13 ` Rob Herring
2022-02-16 7:49 ` [PATCH v5 2/9] dt-bindings: net: add schema for Microchip/SMSC LAN95xx " Oleksij Rempel
2022-02-24 17:18 ` Rob Herring
2022-02-25 8:40 ` Oleksij Rempel
2022-02-16 7:49 ` [PATCH v5 3/9] dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller Oleksij Rempel
2022-02-24 17:19 ` Rob Herring
2022-02-16 7:49 ` [PATCH v5 4/9] ARM: dts: bcm283x: fix ethernet node name Oleksij Rempel
2022-04-04 16:44 ` Florian Fainelli
2022-02-16 7:49 ` [PATCH v5 5/9] ARM: dts: exynos: fix ethernet node name for different odroid boards Oleksij Rempel
2022-03-08 11:02 ` Krzysztof Kozlowski
2022-03-08 11:15 ` Oleksij Rempel [this message]
2022-04-04 16:40 ` (subset) " Krzysztof Kozlowski
2022-02-16 7:49 ` [PATCH v5 6/9] ARM: dts: exynos: fix compatible strings for Ethernet USB devices Oleksij Rempel
2022-04-04 16:40 ` (subset) " Krzysztof Kozlowski
2022-02-16 7:49 ` [PATCH v5 7/9] ARM: dts: omap3/4/5: fix ethernet node name for different OMAP boards Oleksij Rempel
2022-04-21 10:47 ` Tony Lindgren
2022-02-16 7:49 ` [PATCH v5 8/9] ARM: dts: tegra20/30: fix ethernet node name for different tegra boards Oleksij Rempel
2022-02-16 7:49 ` [PATCH v5 9/9] arm64: dts: imx8mm-kontron: fix ethernet node name Oleksij Rempel
2022-04-06 1:13 ` Shawn Guo
2022-04-06 7:11 ` Frieder Schrempf
2022-04-06 12:51 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220308111526.GA1086@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=bcousson@baylibre.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski@canonical.com \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nsaenz@kernel.org \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sbranden@broadcom.com \
--cc=shawnguo@kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).