[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<SEYPR06MB513478D976FFC735134F3C209D202@SEYPR06MB5134.apcprd06.prod.outlook.com>
Date: Tue, 19 Nov 2024 05:46:34 +0000
From: Jacky Chou <jacky_chou@...eedtech.com>
To: Andrew Jeffery <andrew@...econstruct.com.au>, "andrew+netdev@...n.ch"
<andrew+netdev@...n.ch>, "davem@...emloft.net" <davem@...emloft.net>,
"edumazet@...gle.com" <edumazet@...gle.com>, "kuba@...nel.org"
<kuba@...nel.org>, "pabeni@...hat.com" <pabeni@...hat.com>, "robh@...nel.org"
<robh@...nel.org>, "krzk+dt@...nel.org" <krzk+dt@...nel.org>,
"conor+dt@...nel.org" <conor+dt@...nel.org>, "joel@....id.au"
<joel@....id.au>, "hkallweit1@...il.com" <hkallweit1@...il.com>,
"linux@...linux.org.uk" <linux@...linux.org.uk>, "netdev@...r.kernel.org"
<netdev@...r.kernel.org>, "devicetree@...r.kernel.org"
<devicetree@...r.kernel.org>, "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>, "linux-aspeed@...ts.ozlabs.org"
<linux-aspeed@...ts.ozlabs.org>, "linux-kernel@...r.kernel.org"
<linux-kernel@...r.kernel.org>
Subject:
回覆: [net-next 3/3] net: mdio: aspeed: Add dummy read for fire control
Hi Andrew Jeffery,
Thank you for your reply.
> > iowrite32(ctrl, ctx->base + ASPEED_MDIO_CTRL);
> > + /* Add dummy read to ensure triggering mdio controller */
> > + (void)ioread32(ctx->base + ASPEED_MDIO_CTRL);
>
> Why do this when the same register is immediately read by
> readl_poll_timeout() below?
>
> If there is a reason, I'd like some more explanation in the comment you've
> added, discussing the details of the problem it's solving when taking into
> account the readl_poll_timeout() call.
>
Agree.
When the bus is sometimes busy, it may cause the driver is unable to
write the register to the MDIO controller immediately.
Therefore, add a dummy read to ensure the previous write command
has arrived to the MDIO controller before polling MDIO controller status.
I will add more details in next version of the commit.
Thanks,
Jacky
Powered by blists - more mailing lists