On Mon, 16 Nov 2020 08:43:01 -0800 Ruslan V. Sushko wrote: > From: Andrew Lunn <and...@lunn.ch> > > When the switch is hardware reset, it reads the contents of the > EEPROM. This can contain instructions for programming values into > registers and to perform waits between such programming. Reading the > EEPROM can take longer than the 100ms mv88e6xxx_hardware_reset() waits > after deasserting the reset GPIO. So poll the EEPROM done bit to > ensure it is complete. > > Signed-off-by: Andrew Lunn <and...@lunn.ch> > Signed-off-by: Ruslan Sushko <r...@sushko.dev>
Andrew, do we need this in net?