Re: [U-Boot] [PATCH v7 1/7] drivers: net: cpsw: Add reading of DT phy-handle node

2016-05-02 Thread Joe Hershberger
On Mon, May 2, 2016 at 1:03 PM, Dan Murphy wrote: > Tom > > On 05/02/2016 12:58 PM, Tom Rini wrote: >> On Mon, May 02, 2016 at 12:54:43PM -0500, Dan Murphy wrote: >>> Joe >>> >>> On 05/02/2016 11:08 AM, Joe Hershberger wrote: On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy

Re: [U-Boot] [PATCH v7 1/7] drivers: net: cpsw: Add reading of DT phy-handle node

2016-05-02 Thread Dan Murphy
Tom On 05/02/2016 12:58 PM, Tom Rini wrote: > On Mon, May 02, 2016 at 12:54:43PM -0500, Dan Murphy wrote: >> Joe >> >> On 05/02/2016 11:08 AM, Joe Hershberger wrote: >>> On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote: Add the ability to read the phy-handle node of the

Re: [U-Boot] [PATCH v7 1/7] drivers: net: cpsw: Add reading of DT phy-handle node

2016-05-02 Thread Tom Rini
On Mon, May 02, 2016 at 12:54:43PM -0500, Dan Murphy wrote: > Joe > > On 05/02/2016 11:08 AM, Joe Hershberger wrote: > > On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote: > >> Add the ability to read the phy-handle node of the > >> cpsw slave. Upon reading this handle the

Re: [U-Boot] [PATCH v7 1/7] drivers: net: cpsw: Add reading of DT phy-handle node

2016-05-02 Thread Dan Murphy
Joe On 05/02/2016 11:08 AM, Joe Hershberger wrote: > On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote: >> Add the ability to read the phy-handle node of the >> cpsw slave. Upon reading this handle the phy-id >> can be stored based on the reg node in the DT. >> >> The phy-handle

Re: [U-Boot] [PATCH v7 1/7] drivers: net: cpsw: Add reading of DT phy-handle node

2016-05-02 Thread Joe Hershberger
On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote: > Add the ability to read the phy-handle node of the > cpsw slave. Upon reading this handle the phy-id > can be stored based on the reg node in the DT. > > The phy-handle also needs to be stored and passed > to the phy to access

[U-Boot] [PATCH v7 1/7] drivers: net: cpsw: Add reading of DT phy-handle node

2016-04-29 Thread Dan Murphy
Add the ability to read the phy-handle node of the cpsw slave. Upon reading this handle the phy-id can be stored based on the reg node in the DT. The phy-handle also needs to be stored and passed to the phy to access any phy data that is available. Signed-off-by: Dan Murphy ---