Re: [PATCHv2 net-next] net: stmmac: make reset control an optional requirement

2015-03-08 Thread David Miller
From: Date: Fri, 6 Mar 2015 17:48:28 -0600 > From: Dinh Nguyen > > Not having a reset control line to the ethernet controller should not be a > hard failure. Instead, add support for deferred probing and just print out > a debug statement. > > Signed-off-by: Dinh Nguyen Applied, thanks. --

Re: [PATCHv2 net-next] net: stmmac: make reset control an optional requirement

2015-03-08 Thread David Miller
From: dingu...@opensource.altera.com Date: Fri, 6 Mar 2015 17:48:28 -0600 From: Dinh Nguyen dingu...@opensource.altera.com Not having a reset control line to the ethernet controller should not be a hard failure. Instead, add support for deferred probing and just print out a debug statement.

[PATCHv2 net-next] net: stmmac: make reset control an optional requirement

2015-03-06 Thread dinguyen
From: Dinh Nguyen Not having a reset control line to the ethernet controller should not be a hard failure. Instead, add support for deferred probing and just print out a debug statement. Signed-off-by: Dinh Nguyen Cc: Vince Bridgers CC: David S. Miller --- v2: return EPROBE_DEFER directly as

[PATCHv2 net-next] net: stmmac: make reset control an optional requirement

2015-03-06 Thread dinguyen
From: Dinh Nguyen dingu...@opensource.altera.com Not having a reset control line to the ethernet controller should not be a hard failure. Instead, add support for deferred probing and just print out a debug statement. Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com Cc: Vince Bridgers