Re: [U-Boot] [PATCH v5 07/13] net: ftgmac100: handle timeouts when transmitting

2018-10-29 Thread Joe Hershberger
On Mon, Oct 29, 2018 at 1:17 AM Cédric Le Goater wrote: > > Signed-off-by: Cédric Le Goater Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v5 07/13] net: ftgmac100: handle timeouts when transmitting

2018-10-28 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- Changes since v4 : - defined a custom wait_for_bit_*() macro drivers/net/ftgmac100.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/net/ftgmac100.c b/drivers/net/ftgmac100.c index bf8600814690..ec46add1d35c 100644 ---