Re: [PATCH 07/19] usbnet: smsc95xx: Split the reset function

2019-01-07 Thread Oliver Neukum
On Do, 2019-01-03 at 02:10 +0100, Marek Vasut wrote: > The smsc95xx_reset() is called either during bind or later during > the driver operation. However, the MII structure can be populated > only once, when the smsc95xx_reset() is called from the drivers > bind function. > > Split the reset functi

[PATCH 07/19] usbnet: smsc95xx: Split the reset function

2019-01-02 Thread Marek Vasut
The smsc95xx_reset() is called either during bind or later during the driver operation. However, the MII structure can be populated only once, when the smsc95xx_reset() is called from the drivers bind function. Split the reset function to allow filling the MII structure only once. This is done in