Re: [U-Boot] [PATCH 1/4] net: dm: fec: Fix time unit error in phy-reset-duration

2018-10-22 Thread Joe Hershberger
On Thu, Oct 4, 2018 at 1:02 PM Martin Fuzzey wrote: > > The DT binding says that phy-reset-duration is in ms, but the driver > currently uses udelay(). > > Switch to mdelay() to fix this. > > Signed-off-by: Martin Fuzzey Acked-by: Joe Hershberger ___

Re: [U-Boot] [PATCH 1/4] net: dm: fec: Fix time unit error in phy-reset-duration

2018-10-04 Thread Michael Nazzareno Trimarchi
Hi On Thu, Oct 4, 2018 at 7:59 PM Martin Fuzzey wrote: > > The DT binding says that phy-reset-duration is in ms, but the driver > currently uses udelay(). > > Switch to mdelay() to fix this. > > Signed-off-by: Martin Fuzzey > --- > drivers/net/fec_mxc.c | 2 +- > 1 file changed, 1

[U-Boot] [PATCH 1/4] net: dm: fec: Fix time unit error in phy-reset-duration

2018-10-04 Thread Martin Fuzzey
The DT binding says that phy-reset-duration is in ms, but the driver currently uses udelay(). Switch to mdelay() to fix this. Signed-off-by: Martin Fuzzey --- drivers/net/fec_mxc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c

[U-Boot] [PATCH 1/4] net: dm: fec: Fix time unit error in phy-reset-duration

2018-10-04 Thread Martin Fuzzey
The DT binding says that phy-reset-duration is in ms, but the driver currently uses udelay(). Switch to mdelay() to fix this. Signed-off-by: Martin Fuzzey --- drivers/net/fec_mxc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c