From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
"Andrew Lunn" <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Jakub Kicinski" <kuba@kernel.org>,
"Paolo Abeni" <pabeni@redhat.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"Biao Huang" <biao.huang@mediatek.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Jose Abreu" <joabreu@synopsys.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>
Cc: kernel@collabora.com, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 0/4] net: stmmac: dwmac-mediatek: Fix inverted logic for mediatek,mac-wol
Date: Mon, 4 Nov 2024 11:18:48 +0100 [thread overview]
Message-ID: <9a1ce320-e1ce-4d2f-a8d1-7680155ef71f@collabora.com> (raw)
In-Reply-To: <20241101-mediatek-mac-wol-noninverted-v1-0-75b81808717a@collabora.com>
Il 01/11/24 16:20, Nícolas F. R. A. Prado ha scritto:
> This series fixes the inverted handling of the mediatek,mac-wol DT
> property while keeping backward compatibility. It does so by introducing
> a new property on patch 1 and updating the driver to handle it on patch
> 2. Patch 3 adds this property on the Genio 700 EVK DT, where this issue
> was noticed, to get WOL working on that platform. Patch 4 adds the new
> property on all DTs with the MediaTek DWMAC ethernet node enabled
> and inverts the presence of mediatek,mac-wol to maintain the
> current behavior and have it match the description in the binding.
>
Actually, I'm sure that all of these boards *do* need MAC WOL and *not* PHY WOL.
The only one I'm unsure about is MT2712, but that's an evaluation board and not
a retail product with "that kind of diffusion".
I think you can just fix the bug in the driver without getting new properties
and such. One commit, two lines.
Cheers,
Angelo
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> ---
> Nícolas F. R. A. Prado (4):
> net: dt-bindings: dwmac: Introduce mediatek,mac-wol-noninverted
> net: stmmac: dwmac-mediatek: Handle non-inverted mediatek,mac-wol
> arm64: dts: mediatek: mt8390-genio-700-evk: Enable ethernet MAC WOL
> arm64: dts: mediatek: Add mediatek,mac-wol-noninverted to ethernet nodes
>
> Documentation/devicetree/bindings/net/mediatek-dwmac.yaml | 11 +++++++++++
> arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 2 ++
> arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 2 ++
> arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts | 1 +
> arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts | 2 +-
> arch/arm64/boot/dts/mediatek/mt8395-kontron-3-5-sbc-i1200.dts | 2 ++
> arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 2 +-
> drivers/net/ethernet/stmicro/stmmac/dwmac-mediatek.c | 9 ++++++---
> 8 files changed, 26 insertions(+), 5 deletions(-)
> ---
> base-commit: c88416ba074a8913cf6d61b789dd834bbca6681c
> change-id: 20241101-mediatek-mac-wol-noninverted-198c6c404536
>
> Best regards,
next prev parent reply other threads:[~2024-11-04 10:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 15:20 Nícolas F. R. A. Prado
2024-11-01 15:20 ` [PATCH 1/4] net: dt-bindings: dwmac: Introduce mediatek,mac-wol-noninverted Nícolas F. R. A. Prado
2024-11-01 15:20 ` [PATCH 3/4] arm64: dts: mediatek: mt8390-genio-700-evk: Enable ethernet MAC WOL Nícolas F. R. A. Prado
2024-11-01 15:20 ` [PATCH 4/4] arm64: dts: mediatek: Add mediatek,mac-wol-noninverted to ethernet nodes Nícolas F. R. A. Prado
2024-11-04 10:18 ` AngeloGioacchino Del Regno [this message]
2024-11-04 14:46 ` [PATCH 0/4] net: stmmac: dwmac-mediatek: Fix inverted logic for mediatek,mac-wol Nícolas F. R. A. Prado
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=9a1ce320-e1ce-4d2f-a8d1-7680155ef71f@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew+netdev@lunn.ch \
--cc=biao.huang@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=joabreu@synopsys.com \
--cc=kernel@collabora.com \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=matthias.bgg@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nfraprado@collabora.com \
--cc=pabeni@redhat.com \
--cc=robh@kernel.org \
/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
all inboxes | Powered by JetHome®