Re: [U-Boot] [PATCH] net: mscc: serval: Remove delay when serdes is configured

2019-07-08 Thread Joe Hershberger
On Thu, May 23, 2019 at 2:48 PM Horatiu Vultur wrote: > > When serdes configuration was written in hardware there was a delay > of 100ms to be sure that configuration was written. But the delay is not > needed because already the function serdes_write it is checking that the > operation finished.

Re: [U-Boot] [PATCH] net: mscc: serval: Remove delay when serdes is configured

2019-06-09 Thread Horatiu Vultur
Hi, I just wanted to give you a gentle ping. Thanks. The 06/01/2019 20:10, Daniel Schwierzeck wrote: > External E-Mail > > > > Am 23.05.19 um 21:45 schrieb Horatiu Vultur: > > When serdes configuration was written in hardware there was a delay > > of 100ms to be sure that configuration was wri

Re: [U-Boot] [PATCH] net: mscc: serval: Remove delay when serdes is configured

2019-06-01 Thread Daniel Schwierzeck
Am 23.05.19 um 21:45 schrieb Horatiu Vultur: > When serdes configuration was written in hardware there was a delay > of 100ms to be sure that configuration was written. But the delay is not > needed because already the function serdes_write it is checking that the > operation finished. > > There

[U-Boot] [PATCH] net: mscc: serval: Remove delay when serdes is configured

2019-05-23 Thread Horatiu Vultur
When serdes configuration was written in hardware there was a delay of 100ms to be sure that configuration was written. But the delay is not needed because already the function serdes_write it is checking that the operation finished. Therefore remove the mdelay. This improves the speed of configur