Re: PING: [PATCH] net: smsc911x: Reset PHY during initialization

2015-11-12 Thread David Miller
From: Pavel Fedin Date: Thu, 12 Nov 2015 10:04:39 +0300 > Or is it just a formal requirement to RESEND? Yes, this always what I ask people to do. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More

Re: PING: [PATCH] net: smsc911x: Reset PHY during initialization

2015-11-11 Thread David Miller
From: Pavel Fedin Date: Wed, 11 Nov 2015 10:05:24 +0300 > Hello! > >> If you think I should reconsider the patch, you should resubmit it. > > I understand this, of course. But, before doing this i'd like to > clarify your concern, why exactly you think that loopback test

RE: PING: [PATCH] net: smsc911x: Reset PHY during initialization

2015-11-11 Thread Pavel Fedin
Hello! > >> If you think I should reconsider the patch, you should resubmit it. > > > > I understand this, of course. But, before doing this i'd like to > > clarify your concern, why exactly you think that loopback test will > > break. > > If I didn't reply it means I don't have anything

Re: PING: [PATCH] net: smsc911x: Reset PHY during initialization

2015-11-10 Thread David Miller
From: Pavel Fedin Date: Tue, 10 Nov 2015 09:36:24 +0300 > Hello! So, what should we do with this? If you think I should reconsider the patch, you should resubmit it. The ball is always in your court. -- To unsubscribe from this list: send the line "unsubscribe netdev" in

PING: [PATCH] net: smsc911x: Reset PHY during initialization

2015-11-09 Thread Pavel Fedin
ber 02, 2015 10:19 AM > To: 'David Miller' > Cc: netdev@vger.kernel.org; linux-ker...@vger.kernel.org; > steve.glendinn...@shawell.net > Subject: RE: [PATCH] net: smsc911x: Reset PHY during initialization > > Hello! > > > > On certain hardware after so

Re: [PATCH] net: smsc911x: Reset PHY during initialization

2015-11-01 Thread David Miller
From: Pavel Fedin Date: Fri, 30 Oct 2015 10:06:19 +0300 > On certain hardware after software reboot the chip may get stuck and fail > to reinitialize during reset. This can be fixed by ensuring that PHY is > reset too. > > Old PHY resetting method required operational MDIO

RE: [PATCH] net: smsc911x: Reset PHY during initialization

2015-11-01 Thread Pavel Fedin
Hello! > > On certain hardware after software reboot the chip may get stuck and fail > > to reinitialize during reset. This can be fixed by ensuring that PHY is > > reset too. > > > > Old PHY resetting method required operational MDIO interface, therefore > > the chip should have been already

[PATCH] net: smsc911x: Reset PHY during initialization

2015-10-30 Thread Pavel Fedin
On certain hardware after software reboot the chip may get stuck and fail to reinitialize during reset. This can be fixed by ensuring that PHY is reset too. Old PHY resetting method required operational MDIO interface, therefore the chip should have been already set up. In order to be able to