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

2018-10-29 Thread Joe Hershberger
On Mon, Oct 29, 2018 at 1:04 AM Cédric Le Goater wrote: > > Hello Joe, > > On 10/22/18 9:55 PM, Joe Hershberger wrote: > > Hi Cedric, > > > > On Tue, Oct 16, 2018 at 4:32 AM Cédric Le Goater wrote: > >> > >> Signed-off-by: Cédric Le Goater > >> Reviewed-by: Joel Stanley > >> --- > >> > >> Chan

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

2018-10-28 Thread Cédric Le Goater
Hello Joe, On 10/22/18 9:55 PM, Joe Hershberger wrote: > Hi Cedric, > > On Tue, Oct 16, 2018 at 4:32 AM Cédric Le Goater wrote: >> >> Signed-off-by: Cédric Le Goater >> Reviewed-by: Joel Stanley >> --- >> >> Changes since v3 : >> >> - introduced a ftgmac100_wait_for_txdone() function similar

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

2018-10-22 Thread Joe Hershberger
Hi Cedric, On Tue, Oct 16, 2018 at 4:32 AM Cédric Le Goater wrote: > > Signed-off-by: Cédric Le Goater > Reviewed-by: Joel Stanley > --- > > Changes since v3 : > > - introduced a ftgmac100_wait_for_txdone() function similar to the >wait_for_bit_*() macros. > > drivers/net/ftgmac100.c | 4

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

2018-10-16 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley --- Changes since v3 : - introduced a ftgmac100_wait_for_txdone() function similar to the wait_for_bit_*() macros. drivers/net/ftgmac100.c | 44 + 1 file changed, 44 insertions(+) diff --gi