From: Simon Horman <simon.horman@corigine.com>
To: "Bjørn Mork" <bjorn@mork.no>
Cc: netdev@vger.kernel.org, Felix Fietkau <nbd@nbd.name>,
John Crispin <john@phrozen.org>,
Sean Wang <sean.wang@mediatek.com>,
Mark Lee <Mark-MC.Lee@mediatek.com>,
Lorenzo Bianconi <lorenzo@kernel.org>,
Russell King <linux@armlinux.org.uk>,
Daniel Golle <daniel@makrotopia.org>,
Alexander Couzens <lynxis@fe80.eu>,
Russell King <rmk+kernel@armlinux.org.uk>
Subject: Re: [PATCH v3 net 1/3] net: mediatek: sgmii: ensure the SGMII PHY is powered down on configuration
Date: Mon, 23 Jan 2023 11:24:58 +0100 [thread overview]
Message-ID: <Y85gevlt7u/0KpWp@corigine.com> (raw)
In-Reply-To: <20230122212153.295387-2-bjorn@mork.no>
On Sun, Jan 22, 2023 at 10:21:51PM +0100, Bjørn Mork wrote:
> From: Alexander Couzens <lynxis@fe80.eu>
>
> The code expect the PHY to be in power down which is only true after reset.
> Allow changes of the SGMII parameters more than once.
>
> Only power down when reconfiguring to avoid bouncing the link when there's
> no reason to - based on code from Russell King.
>
> There are cases when the SGMII_PHYA_PWD register contains 0x9 which
> prevents SGMII from working. The SGMII still shows link but no traffic
> can flow. Writing 0x0 to the PHYA_PWD register fix the issue. 0x0 was
> taken from a good working state of the SGMII interface.
>
> Suggested-by: Russell King (Oracle) <linux@armlinux.org.uk>
> Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
> [ bmork: rebased and squashed into one patch ]
> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
> Signed-off-by: Bjørn Mork <bjorn@mork.no>
> ---
> drivers/net/ethernet/mediatek/mtk_eth_soc.h | 2 ++
> drivers/net/ethernet/mediatek/mtk_sgmii.c | 39 +++++++++++++++------
> 2 files changed, 30 insertions(+), 11 deletions(-)
>
> diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.h b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
> index dff0e3ad2de6..70e729468a95 100644
> --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.h
> +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
> @@ -1067,11 +1067,13 @@ struct mtk_soc_data {
> * SGMII modes
> * @ana_rgc3: The offset refers to register ANA_RGC3 related to regmap
> * @pcs: Phylink PCS structure
> + * @interface: Currently configured interface mode
> */
> struct mtk_pcs {
> struct regmap *regmap;
> u32 ana_rgc3;
nit: on x86_64 (at least) there is a 4 byte hole here.
It could be filled by the interface field.
> struct phylink_pcs pcs;
> + phy_interface_t interface;
> };
...
next prev parent reply other threads:[~2023-01-23 10:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-22 21:21 [PATCH v3 net 0/3] fixes for mtk_eth_soc Bjørn Mork
2023-01-22 21:21 ` [PATCH v3 net 1/3] net: mediatek: sgmii: ensure the SGMII PHY is powered down on configuration Bjørn Mork
2023-01-23 10:24 ` Simon Horman [this message]
2023-01-24 12:19 ` Paolo Abeni
2023-01-24 12:30 ` Bjørn Mork
2023-01-24 12:45 ` Russell King (Oracle)
2023-01-24 16:01 ` Paolo Abeni
2023-01-22 21:21 ` [PATCH v3 net 2/3] net: mediatek: sgmii: fix duplex configuration Bjørn Mork
2023-01-22 21:21 ` [PATCH v3 net 3/3] mtk_sgmii: enable PCS polling to allow SFP work Bjørn Mork
2023-01-23 9:54 ` Russell King (Oracle)
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=Y85gevlt7u/0KpWp@corigine.com \
--to=simon.horman@corigine.com \
--cc=Mark-MC.Lee@mediatek.com \
--cc=bjorn@mork.no \
--cc=daniel@makrotopia.org \
--cc=john@phrozen.org \
--cc=linux@armlinux.org.uk \
--cc=lorenzo@kernel.org \
--cc=lynxis@fe80.eu \
--cc=nbd@nbd.name \
--cc=netdev@vger.kernel.org \
--cc=rmk+kernel@armlinux.org.uk \
--cc=sean.wang@mediatek.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).