Searched hist:"05 b35e7eb9a11bbe8102836965e634c04e712c88" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/phy/ |
H A D | smsc.c | diff 05b35e7eb9a11bbe8102836965e634c04e712c88 Wed Aug 26 13:17:17 CEST 2020 Andre Edich <andre.edich@microchip.com> smsc95xx: add phylib support
Generally, each PHY has their own configuration and it can be done through an external PHY driver. The smsc95xx driver uses only the hard-coded internal PHY configuration.
This patch adds phylib support to probe external PHY drivers for configuring external PHYs.
The MDI-X configuration for the internal PHYs moves from drivers/net/usb/smsc95xx.c to drivers/net/phy/smsc.c.
Signed-off-by: Andre Edich <andre.edich@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/usb/ |
H A D | Kconfig | diff 05b35e7eb9a11bbe8102836965e634c04e712c88 Wed Aug 26 13:17:17 CEST 2020 Andre Edich <andre.edich@microchip.com> smsc95xx: add phylib support
Generally, each PHY has their own configuration and it can be done through an external PHY driver. The smsc95xx driver uses only the hard-coded internal PHY configuration.
This patch adds phylib support to probe external PHY drivers for configuring external PHYs.
The MDI-X configuration for the internal PHYs moves from drivers/net/usb/smsc95xx.c to drivers/net/phy/smsc.c.
Signed-off-by: Andre Edich <andre.edich@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|