mbox series

[net-next,0/8] Add PAL support to smsc95xx

Message ID c8fafa3198fcb0ba74d2190728075f108cfc5aa1.camel@microchip.com
Headers show
Series Add PAL support to smsc95xx | expand

Message

Andre Edich June 29, 2020, 7:55 p.m. UTC
To allow to probe external phy drivers, this patchset adds use of
Phy Abstraction Layer to smsc95xx driver.

Andre Edich (8):
  smsc95xx: check return value of smsc95xx_reset
  smsc95xx: avoid memory leak in smsc95xx_bind
  smsc95xx: add PAL support to use external PHY drivers
  smsc95xx: remove redundant link status checking
  smsc95xx: use PAL framework read/write functions
  smsc95xx: remove redundant function arguments
  smsc95xx: use PHY framework instead of MII library
  smsc95xx: use usbnet->driver_priv

 drivers/net/usb/smsc95xx.c | 394 +++++++++++++++++--------------------
 1 file changed, 186 insertions(+), 208 deletions(-)

Comments

Andrew Lunn June 30, 2020, 1:33 a.m. UTC | #1
On Mon, Jun 29, 2020 at 07:55:24PM +0000, Andre.Edich@microchip.com wrote:
> To allow to probe external phy drivers, this patchset adds use of
> Phy Abstraction Layer to smsc95xx driver.

This is version 2 correct? Please put v2 in the Subject line.

Also, list here, what has changed since v1.

      Andrew
Florian Fainelli June 30, 2020, 3:16 a.m. UTC | #2
On 6/29/2020 6:33 PM, Andrew Lunn wrote:
> On Mon, Jun 29, 2020 at 07:55:24PM +0000, Andre.Edich@microchip.com wrote:
>> To allow to probe external phy drivers, this patchset adds use of
>> Phy Abstraction Layer to smsc95xx driver.
> 
> This is version 2 correct? Please put v2 in the Subject line.
> 
> Also, list here, what has changed since v1.

Andre, when  you resubmit, please also configure your email client or
git send-email/format-patch such that every patch is in reply to the
cover letter, this makes it a lot easier with email threading for
reviewing your changes. Thank you.