Hello:
This patch was applied to netdev/net.git (master) by Jakub Kicinski kuba@kernel.org:
On Thu, 25 Nov 2021 10:44:32 +0800 you wrote:
The issue happened randomly in runtime. The message "Link is Down" is popped but soon it recovered to "Link is Up".
The "Link is Down" results from the incorrect read data for reading the PHY register via MDIO bus. The correct sequence for reading the data shall be:
- fire the command
- wait for command done (this step was missing)
- wait for data idle
- read data from data register
[...]
Here is the summary with links: - [v2] mdio: aspeed: Fix "Link is Down" issue https://git.kernel.org/netdev/net/c/9dbe33cf371b
You are awesome, thank you!