Re: [U-Boot] [PATCH] net: phy: on phy device create do not initialize link to 1

2015-09-30 Thread Joe Hershberger
On Thu, Sep 24, 2015 at 4:31 PM, Joe Hershberger wrote: > On Tue, Sep 15, 2015 at 2:57 AM, Mugunthan V N wrote: >> On Friday 04 September 2015 09:01 PM, Joe Hershberger wrote: >>> On Thu, Sep 3, 2015 at 5:20 AM, Mugunthan V N wrote: Currently when phy device is created the link variable is

Re: [U-Boot] [PATCH] net: phy: on phy device create do not initialize link to 1

2015-09-15 Thread Mugunthan V N
On Friday 04 September 2015 09:01 PM, Joe Hershberger wrote: > On Thu, Sep 3, 2015 at 5:20 AM, Mugunthan V N wrote: >> Currently when phy device is created the link variable is >> initialized to 1 which denoted phy link is already up. On a power >> reset there is no issue as phy status register li

Re: [U-Boot] [PATCH] net: phy: on phy device create do not initialize link to 1

2015-09-04 Thread Joe Hershberger
On Thu, Sep 3, 2015 at 5:20 AM, Mugunthan V N wrote: > Currently when phy device is created the link variable is > initialized to 1 which denoted phy link is already up. On a power > reset there is no issue as phy status register link status will > not be set, so phy auto negotiate will be started

[U-Boot] [PATCH] net: phy: on phy device create do not initialize link to 1

2015-09-03 Thread Mugunthan V N
Currently when phy device is created the link variable is initialized to 1 which denoted phy link is already up. On a power reset there is no issue as phy status register link status will not be set, so phy auto negotiate will be started. But when a cpu reset is issued (ex: dra72x-evm) phy's link s