Re: [U-Boot] [PATCH v6 2/7] net: zynq_gem: Add the passing of the phy-handle node

2016-04-25 Thread Joe Hershberger
On Fri, Apr 15, 2016 at 7:27 AM, Dan Murphy wrote: > Add the ability to pass the phy-handle node offset > to the phy driver. This allows the phy driver > to access the DT subnode's data and parse accordingly. > > Signed-off-by: Dan Murphy > Tested-by: Michal Simek Acked-by: Joe Hershberger __

Re: [U-Boot] [PATCH v6 2/7] net: zynq_gem: Add the passing of the phy-handle node

2016-04-21 Thread Michal Simek
On 21.4.2016 13:51, Tom Rini wrote: > On Thu, Apr 21, 2016 at 07:46:34AM +0200, Michal Simek wrote: >> On 20.4.2016 21:41, Dan Murphy wrote: >>> Bump? >>> On 04/15/2016 07:27 AM, Dan Murphy wrote: Add the ability to pass the phy-handle node offset to the phy driver. This allows the phy d

Re: [U-Boot] [PATCH v6 2/7] net: zynq_gem: Add the passing of the phy-handle node

2016-04-21 Thread Tom Rini
On Thu, Apr 21, 2016 at 07:46:34AM +0200, Michal Simek wrote: > On 20.4.2016 21:41, Dan Murphy wrote: > > Bump? > > On 04/15/2016 07:27 AM, Dan Murphy wrote: > >> Add the ability to pass the phy-handle node offset > >> to the phy driver. This allows the phy driver > >> to access the DT subnode's d

Re: [U-Boot] [PATCH v6 2/7] net: zynq_gem: Add the passing of the phy-handle node

2016-04-20 Thread Michal Simek
On 20.4.2016 21:41, Dan Murphy wrote: > Bump? > On 04/15/2016 07:27 AM, Dan Murphy wrote: >> Add the ability to pass the phy-handle node offset >> to the phy driver. This allows the phy driver >> to access the DT subnode's data and parse accordingly. >> >> Signed-off-by: Dan Murphy >> Tested-by:

Re: [U-Boot] [PATCH v6 2/7] net: zynq_gem: Add the passing of the phy-handle node

2016-04-20 Thread Dan Murphy
Bump? On 04/15/2016 07:27 AM, Dan Murphy wrote: > Add the ability to pass the phy-handle node offset > to the phy driver. This allows the phy driver > to access the DT subnode's data and parse accordingly. > > Signed-off-by: Dan Murphy > Tested-by: Michal Simek > --- > > v6 - No changes - https:

[U-Boot] [PATCH v6 2/7] net: zynq_gem: Add the passing of the phy-handle node

2016-04-15 Thread Dan Murphy
Add the ability to pass the phy-handle node offset to the phy driver. This allows the phy driver to access the DT subnode's data and parse accordingly. Signed-off-by: Dan Murphy Tested-by: Michal Simek --- v6 - No changes - https://patchwork.ozlabs.org/patch/608769/ drivers/net/zynq_gem.c |