Message ID | 20231221072853.107678-1-dima.fedrau@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY | expand |
On Thu, Dec 21, 2023 at 08:28:47AM +0100, Dimitri Fedrau wrote: > Changes in v2: > - used defines MDIO_CTRL1_LPOWER and MDIO_PMA_CTRL1_SPEED1000 > in mv88q222x_config_aneg_preinit > - use genphy_c45_loopback > - mv88q2xxx_read_status reads speed, master or slave state when > autonegotiation is enabled > - added defines for magic values in mv88q222x_get_sqi Please create a new thread for each version of the patch. The automation does not like new versions appended onto old versions, so this might not of been build tested. Andrew
Am Thu, Dec 21, 2023 at 10:44:39AM +0100 schrieb Andrew Lunn: > On Thu, Dec 21, 2023 at 08:28:47AM +0100, Dimitri Fedrau wrote: > > Changes in v2: > > - used defines MDIO_CTRL1_LPOWER and MDIO_PMA_CTRL1_SPEED1000 > > in mv88q222x_config_aneg_preinit > > - use genphy_c45_loopback > > - mv88q2xxx_read_status reads speed, master or slave state when > > autonegotiation is enabled > > - added defines for magic values in mv88q222x_get_sqi > > Please create a new thread for each version of the patch. The > automation does not like new versions appended onto old versions, so > this might not of been build tested. > Ok. Thanks for reviewing my code and your patience. > Andrew Best regards, Dimitri