Re: [PATCH] net: phy: micrel: ksz8061 implement errata 80000688A fix

2020-06-12 Thread Tom Rini
On Thu, Mar 26, 2020 at 03:54:01AM +, Bryan O'Donoghue wrote: > Linux commit 232ba3a51cc2 ('net: phy: Micrel KSZ8061: link failure after > cable connect') implements a fix for the above errata. > > This patch replicates that errata fix in an ksz8061 specific init routine. > > Signed-off-by:

Re: [PATCH] net: phy: micrel: ksz8061 implement errata 80000688A fix

2020-03-30 Thread Joe Hershberger
On Thu, Mar 26, 2020 at 6:25 AM Bryan O'Donoghue wrote: > > Linux commit 232ba3a51cc2 ('net: phy: Micrel KSZ8061: link failure after > cable connect') implements a fix for the above errata. > > This patch replicates that errata fix in an ksz8061 specific init routine. > > Signed-off-by: Bryan O'Do

[PATCH] net: phy: micrel: ksz8061 implement errata 80000688A fix

2020-03-26 Thread Bryan O'Donoghue
Linux commit 232ba3a51cc2 ('net: phy: Micrel KSZ8061: link failure after cable connect') implements a fix for the above errata. This patch replicates that errata fix in an ksz8061 specific init routine. Signed-off-by: Bryan O'Donoghue --- drivers/net/phy/micrel_ksz8xxx.c | 16