Re: [U-Boot] [PATCH 1/2] net: macb: Fixed reading MII_LPA register

2019-07-08 Thread Joe Hershberger
On Fri, Jun 7, 2019 at 8:48 AM Radu Pirea wrote: > > If macb is gem and is gigabit capable, lpa value is not read from > the right register(MII_LPA) and is read from MII_STAT1000. This patch > fixes reading of the lpa value. > > Signed-off-by: Radu Pirea Acked-by: Joe Hershberger __

[U-Boot] [PATCH 1/2] net: macb: Fixed reading MII_LPA register

2019-06-07 Thread Radu Pirea
If macb is gem and is gigabit capable, lpa value is not read from the right register(MII_LPA) and is read from MII_STAT1000. This patch fixes reading of the lpa value. Signed-off-by: Radu Pirea --- drivers/net/macb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net