Re: [PATCH net-next v3] net: dsa: mv88e6xxx: implement USXGMII mode for mv88e6393x
From: Simon Horman <hidden>
Date: 2023-05-31 16:38:50
From: Simon Horman <hidden>
Date: 2023-05-31 16:38:50
On Tue, May 30, 2023 at 10:50:10PM -0700, Michal Smulski wrote:
Enable USXGMII mode for mv88e6393x chips. Tested on Marvell 88E6191X. Signed-off-by: Michal Smulski <redacted>
@@ -984,6 +985,64 @@ static int mv88e6393x_serdes_pcs_get_state_10g(struct mv88e6xxx_chip *chip, state->speed = SPEED_10000; state->duplex = DUPLEX_FULL; } + return 0; +} + +/* USXGMII registers for Marvell switch 88e639x are undocumented and this function is based + * on some educated guesses. There does not seem to bit status bit related to + * autonegotion complete or flow control.
Hi Michal, : checkpatch --codespell suggests s/autonegotion/autonegotiation/