Message ID | 20241005112412.544360-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110 | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sat, 5 Oct 2024 13:24:09 +0200 you wrote: > Hello, > > This series enables auto negotiation for the mv88q2110 device. > Previously this feature have been disabled for mv88q2110, while enabled > for other devices supported by this driver. > > The initial driver implementation states this is due to the > configuration sequence provided by the vendor did not work. By comparing > the initialization sequence of other devices this driver supports and > the out-of-tree PHY driver for mv88q2110 found in the Renesas BSP [1] I > was able to figure out a working configuration. > > [...] Here is the summary with links: - [net-next,v2,1/3] net: phy: marvell-88q2xxx: Align soft reset for mv88q2110 and mv88q2220 https://git.kernel.org/netdev/net-next/c/21185019aa9c - [net-next,v2,2/3] net: phy: marvell-88q2xxx: Make register writer function generic https://git.kernel.org/netdev/net-next/c/0e58c188711d - [net-next,v2,3/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110 https://git.kernel.org/netdev/net-next/c/20c7722a7aa3 You are awesome, thank you!