Re: [U-Boot] [PATCH V2] eth: dm: fec: Add gpio phy reset binding

2018-07-23 Thread Michael Nazzareno Trimarchi
Hi Jagan On Mon, Jul 23, 2018 at 10:40 AM, Jagan Teki wrote: > On Mon, Jul 23, 2018 at 1:57 PM, Stefano Babic wrote: >> Hi Jagan, >> >> On 07/07/2018 13:36, Jagan Teki wrote: >>> On Sun, Jun 17, 2018 at 6:52 PM, Michael Trimarchi >>> wrote: Add the missing gpio phy reset binding to the gpi

Re: [U-Boot] [PATCH V2] eth: dm: fec: Add gpio phy reset binding

2018-07-23 Thread Jagan Teki
On Mon, Jul 23, 2018 at 1:57 PM, Stefano Babic wrote: > Hi Jagan, > > On 07/07/2018 13:36, Jagan Teki wrote: >> On Sun, Jun 17, 2018 at 6:52 PM, Michael Trimarchi >> wrote: >>> Add the missing gpio phy reset binding to the gpio and >>> reset time configuration >>> >>> Signed-off-by: Michael Trima

Re: [U-Boot] [PATCH V2] eth: dm: fec: Add gpio phy reset binding

2018-07-23 Thread Stefano Babic
Hi Jagan, On 07/07/2018 13:36, Jagan Teki wrote: > On Sun, Jun 17, 2018 at 6:52 PM, Michael Trimarchi > wrote: >> Add the missing gpio phy reset binding to the gpio and >> reset time configuration >> >> Signed-off-by: Michael Trimarchi >> --- >> Changes v1 -> v2: >> - fix commit message

Re: [U-Boot] [PATCH V2] eth: dm: fec: Add gpio phy reset binding

2018-07-07 Thread Jagan Teki
On Sun, Jun 17, 2018 at 6:52 PM, Michael Trimarchi wrote: > Add the missing gpio phy reset binding to the gpio and > reset time configuration > > Signed-off-by: Michael Trimarchi > --- > Changes v1 -> v2: > - fix commit message > - fix timeout property read > --- > drivers/net/fe

Re: [U-Boot] [PATCH V2] eth: dm: fec: Add gpio phy reset binding

2018-06-19 Thread Joe Hershberger
On Sun, Jun 17, 2018 at 8:22 AM, Michael Trimarchi wrote: > Add the missing gpio phy reset binding to the gpio and > reset time configuration > > Signed-off-by: Michael Trimarchi Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de h

[U-Boot] [PATCH V2] eth: dm: fec: Add gpio phy reset binding

2018-06-17 Thread Michael Trimarchi
Add the missing gpio phy reset binding to the gpio and reset time configuration Signed-off-by: Michael Trimarchi --- Changes v1 -> v2: - fix commit message - fix timeout property read --- drivers/net/fec_mxc.c | 43 +-- drivers/net/fec_mxc.