From mboxrd@z Thu Jan 1 00:00:00 1970 From: Horatiu Vultur Date: Sun, 9 Jun 2019 15:32:52 +0200 Subject: [U-Boot] [PATCH] net: mscc: serval: Remove delay when serdes is configured In-Reply-To: References: <1558640733-30231-1-git-send-email-horatiu.vultur@microchip.com> Message-ID: <20190609133250.hz7docpefdj377lk@soft-dev3.microsemi.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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 configuring the > > network driver. > > > > Signed-off-by: Horatiu Vultur > > --- > > drivers/net/mscc_eswitch/serval_switch.c | 2 -- > > 1 file changed, 2 deletions(-) > > > > Reviewed-by: Daniel Schwierzeck > > -- > - Daniel -- /Horatiu