Re: [PATCH] mvneta: add forgotten initialization of autonegotiation bits

2015-06-23 Thread David Miller
From: Stas Sergeev s...@list.ru Date: Thu, 18 Jun 2015 18:36:03 +0300 The commit 898b2970e2c9 (mvneta: implement SGMII-based in-band link state signaling) changed mvneta_adjust_link() so that it does not clear the auto-negotiation bits in MVNETA_GMAC_AUTONEG_CONFIG register. This was

[PATCH] mvneta: add forgotten initialization of autonegotiation bits

2015-06-18 Thread Stas Sergeev
The commit 898b2970e2c9 (mvneta: implement SGMII-based in-band link state signaling) changed mvneta_adjust_link() so that it does not clear the auto-negotiation bits in MVNETA_GMAC_AUTONEG_CONFIG register. This was necessary for auto-negotiation mode to work. Unfortunately I haven't checked if