Re: [U-Boot] [PATCH] Revert "net: macb: Fixed reading MII_LPA register"

2019-09-04 Thread Bin Meng
On Wed, Sep 4, 2019 at 11:39 PM Joe Hershberger wrote: > > Hi Bin, > > On Wed, Sep 4, 2019 at 6:51 AM Bin Meng wrote: > > > > Hi Joe, > > > > On Thu, Aug 15, 2019 at 3:03 AM Joe Hershberger > > wrote: > > > > > > Hi Radu, > > > > > > Is there something you can switch on to select the correct

Re: [U-Boot] [PATCH] Revert "net: macb: Fixed reading MII_LPA register"

2019-09-04 Thread Joe Hershberger
Hi Bin, On Wed, Sep 4, 2019 at 6:51 AM Bin Meng wrote: > > Hi Joe, > > On Thu, Aug 15, 2019 at 3:03 AM Joe Hershberger > wrote: > > > > Hi Radu, > > > > Is there something you can switch on to select the correct register on > > the appropriate platform? > > > > On Wed, Aug 14, 2019 at 5:31 AM

Re: [U-Boot] [PATCH] Revert "net: macb: Fixed reading MII_LPA register"

2019-09-04 Thread Bin Meng
Hi Joe, On Thu, Aug 15, 2019 at 3:03 AM Joe Hershberger wrote: > > Hi Radu, > > Is there something you can switch on to select the correct register on > the appropriate platform? > > On Wed, Aug 14, 2019 at 5:31 AM Bin Meng wrote: > > > > This reverts commit

Re: [U-Boot] [PATCH] Revert "net: macb: Fixed reading MII_LPA register"

2019-08-16 Thread Bin Meng
On Fri, Aug 16, 2019 at 10:46 AM Anup Patel wrote: > > On Wed, Aug 14, 2019 at 4:01 PM Bin Meng wrote: > > > > This reverts commit 1b0c9914cc75d1570359181ebd493cd5746cb0ed. > > > > Commit 1b0c9914cc75 ("net: macb: Fixed reading MII_LPA register") > > causes 100Mbps does not work any more with

Re: [U-Boot] [PATCH] Revert "net: macb: Fixed reading MII_LPA register"

2019-08-15 Thread Anup Patel
On Wed, Aug 14, 2019 at 4:01 PM Bin Meng wrote: > > This reverts commit 1b0c9914cc75d1570359181ebd493cd5746cb0ed. > > Commit 1b0c9914cc75 ("net: macb: Fixed reading MII_LPA register") > causes 100Mbps does not work any more with SiFive FU540 GEM on the > HiFive Unleashed board. Revert it. > >

Re: [U-Boot] [PATCH] Revert "net: macb: Fixed reading MII_LPA register"

2019-08-14 Thread Joe Hershberger
Hi Radu, Is there something you can switch on to select the correct register on the appropriate platform? On Wed, Aug 14, 2019 at 5:31 AM Bin Meng wrote: > > This reverts commit 1b0c9914cc75d1570359181ebd493cd5746cb0ed. > > Commit 1b0c9914cc75 ("net: macb: Fixed reading MII_LPA register") >