Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-11 Thread Alex Marginean
On 7/9/2019 7:15 PM, Joe Hershberger wrote: On Tue, Jul 9, 2019 at 10:17 AM Alex Marginean wrote: On 7/9/2019 4:25 PM, Joe Hershberger wrote: On Tue, Jul 9, 2019 at 7:53 AM Alex Marginean wrote: Hi Joe, On 7/8/2019 8:08 PM, Joe Hershberger wrote: On Wed, Jul 3, 2019 at 4:01 AM Alex Margi

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-09 Thread Joe Hershberger
On Tue, Jul 9, 2019 at 10:17 AM Alex Marginean wrote: > > On 7/9/2019 4:25 PM, Joe Hershberger wrote: > > On Tue, Jul 9, 2019 at 7:53 AM Alex Marginean > > wrote: > >> > >> Hi Joe, > >> > >> On 7/8/2019 8:08 PM, Joe Hershberger wrote: > >>> On Wed, Jul 3, 2019 at 4:01 AM Alex Marginean > >>> w

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-09 Thread Alex Marginean
On 7/9/2019 4:25 PM, Joe Hershberger wrote: On Tue, Jul 9, 2019 at 7:53 AM Alex Marginean wrote: Hi Joe, On 7/8/2019 8:08 PM, Joe Hershberger wrote: On Wed, Jul 3, 2019 at 4:01 AM Alex Marginean wrote: Hi Bin, On 7/3/2019 10:39 AM, Bin Meng wrote: Hi Alex, On Wed, Jul 3, 2019 at 3:09 A

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-09 Thread Joe Hershberger
On Tue, Jul 9, 2019 at 7:53 AM Alex Marginean wrote: > > Hi Joe, > > On 7/8/2019 8:08 PM, Joe Hershberger wrote: > > On Wed, Jul 3, 2019 at 4:01 AM Alex Marginean > > wrote: > >> > >> Hi Bin, > >> > >> On 7/3/2019 10:39 AM, Bin Meng wrote: > >>> Hi Alex, > >>> > >>> On Wed, Jul 3, 2019 at 3:09 A

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-09 Thread Alex Marginean
Hi Joe, On 7/8/2019 8:08 PM, Joe Hershberger wrote: On Wed, Jul 3, 2019 at 4:01 AM Alex Marginean wrote: Hi Bin, On 7/3/2019 10:39 AM, Bin Meng wrote: Hi Alex, On Wed, Jul 3, 2019 at 3:09 AM Alex Marginean wrote: On 7/1/2019 11:15 AM, Bin Meng wrote: Hi Alex, On Wed, Jun 19, 2019 at 5

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-08 Thread Joe Hershberger
On Wed, Jul 3, 2019 at 4:01 AM Alex Marginean wrote: > > Hi Bin, > > On 7/3/2019 10:39 AM, Bin Meng wrote: > > Hi Alex, > > > > On Wed, Jul 3, 2019 at 3:09 AM Alex Marginean > > wrote: > >> > >> On 7/1/2019 11:15 AM, Bin Meng wrote: > >>> Hi Alex, > >>> > >>> On Wed, Jun 19, 2019 at 5:07 PM Alex

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-03 Thread Alex Marginean
Hi Bin, On 7/3/2019 10:39 AM, Bin Meng wrote: Hi Alex, On Wed, Jul 3, 2019 at 3:09 AM Alex Marginean wrote: On 7/1/2019 11:15 AM, Bin Meng wrote: Hi Alex, On Wed, Jun 19, 2019 at 5:07 PM Alexandru Marginean wrote: Current code fails to probe some C45 PHYs that also respond to C22 reads.

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-03 Thread Bin Meng
Hi Alex, On Wed, Jul 3, 2019 at 3:09 AM Alex Marginean wrote: > > On 7/1/2019 11:15 AM, Bin Meng wrote: > > Hi Alex, > > > > On Wed, Jun 19, 2019 at 5:07 PM Alexandru Marginean > > wrote: > >> > >> Current code fails to probe some C45 PHYs that also respond to C22 reads. > >> This is the case fo

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-02 Thread Alex Marginean
Hi Joe, On 7/2/2019 12:17 AM, Joe Hershberger wrote: On Wed, Jun 19, 2019 at 4:07 AM Alexandru Marginean wrote: Current code fails to probe some C45 PHYs that also respond to C22 reads. This is the case for PHYs like Aquantia AQR112, Marvell 88X2242 (as previously posted on the u-boot list).

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-02 Thread Alex Marginean
On 7/1/2019 11:15 AM, Bin Meng wrote: Hi Alex, On Wed, Jun 19, 2019 at 5:07 PM Alexandru Marginean wrote: Current code fails to probe some C45 PHYs that also respond to C22 reads. This is the case for PHYs like Aquantia AQR112, Marvell 88X2242 (as previously posted on the u-boot list). If the

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-01 Thread Joe Hershberger
On Wed, Jun 19, 2019 at 4:07 AM Alexandru Marginean wrote: > > Current code fails to probe some C45 PHYs that also respond to C22 reads. > This is the case for PHYs like Aquantia AQR112, Marvell 88X2242 (as > previously posted on the u-boot list). > If the PHY ID reads all 0s just ignore it and tr

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-01 Thread Bin Meng
Hi Alex, On Wed, Jun 19, 2019 at 5:07 PM Alexandru Marginean wrote: > > Current code fails to probe some C45 PHYs that also respond to C22 reads. > This is the case for PHYs like Aquantia AQR112, Marvell 88X2242 (as > previously posted on the u-boot list). > If the PHY ID reads all 0s just ignore

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-06-19 Thread Ramon Fried
On Wed, Jun 19, 2019 at 12:07 PM Alexandru Marginean wrote: > > Current code fails to probe some C45 PHYs that also respond to C22 reads. > This is the case for PHYs like Aquantia AQR112, Marvell 88X2242 (as > previously posted on the u-boot list). > If the PHY ID reads all 0s just ignore it and t

[U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-06-19 Thread Alexandru Marginean
Current code fails to probe some C45 PHYs that also respond to C22 reads. This is the case for PHYs like Aquantia AQR112, Marvell 88X2242 (as previously posted on the u-boot list). If the PHY ID reads all 0s just ignore it and try the next devad. Signed-off-by: Alex Marginean --- drivers/net/phy