Re: [PATCH 1/2] ftgmac100: Increase reset timeout

2017-07-24 Thread David Miller
From: Benjamin Herrenschmidt Date: Mon, 24 Jul 2017 16:59:01 +1000 > We had reports of 50us not being sufficient to reset the MAC, > thus hitting the "Hardware reset failed" error bringing the > interface up on some AST2400 based machines. > > This bumps the timeout to 200us. > > Signed-off-by:

Re: [PATCH 1/2] ftgmac100: Increase reset timeout

2017-07-24 Thread Joel Stanley
On Mon, Jul 24, 2017 at 4:29 PM, Benjamin Herrenschmidt wrote: > We had reports of 50us not being sufficient to reset the MAC, > thus hitting the "Hardware reset failed" error bringing the > interface up on some AST2400 based machines. > > This bumps the timeout to 200us. > > Signed-off-by: Benjam

[PATCH 1/2] ftgmac100: Increase reset timeout

2017-07-23 Thread Benjamin Herrenschmidt
We had reports of 50us not being sufficient to reset the MAC, thus hitting the "Hardware reset failed" error bringing the interface up on some AST2400 based machines. This bumps the timeout to 200us. Signed-off-by: Benjamin Herrenschmidt --- drivers/net/ethernet/faraday/ftgmac100.c | 2 +- 1 fi