RE: [PATCH net 2/4] lan78xx: Add fixed_phy device support for LAN7801 device

2017-09-06 Thread Nisar.Sayed
Thanks Andrew, will try to change as suggested. > On Wed, Sep 06, 2017 at 10:51:44AM +, nisar.sa...@microchip.com > wrote: > > From: Nisar Sayed > > > > Add fixed_phy device support for LAN7801 device > > > > When LAN7801 device connected to PHY Device which does not have > > MDIO/MDC access,

Re: [PATCH net 2/4] lan78xx: Add fixed_phy device support for LAN7801 device

2017-09-06 Thread Andrew Lunn
On Wed, Sep 06, 2017 at 10:51:44AM +, nisar.sa...@microchip.com wrote: > From: Nisar Sayed > > Add fixed_phy device support for LAN7801 device > > When LAN7801 device connected to PHY Device which does not have > MDIO/MDC access, fixex_phy device will be added. Please try to find a way to d

[PATCH net 2/4] lan78xx: Add fixed_phy device support for LAN7801 device

2017-09-06 Thread Nisar.Sayed
From: Nisar Sayed Add fixed_phy device support for LAN7801 device When LAN7801 device connected to PHY Device which does not have MDIO/MDC access, fixex_phy device will be added. Signed-off-by: Nisar Sayed --- drivers/net/usb/Kconfig | 10 drivers/net/usb/lan78xx.c | 59 +++