[PATCH net-next v2 0/2] Adds support for lan887x phy

Divya Koppera posted 2 patches 1 year, 5 months ago
There is a newer version of this series
drivers/net/phy/microchip_t1.c | 577 ++++++++++++++++++++++++++++++++-
drivers/net/phy/phy.c          |   5 +-
2 files changed, 580 insertions(+), 2 deletions(-)
[PATCH net-next v2 0/2] Adds support for lan887x phy
Posted by Divya Koppera 1 year, 5 months ago
Adds support for lan887x phy and accept autoneg configuration in
phy driver only when feature is enabled in supported list.

v1 -> v2
Addresed below review comments
- Added phy library support to check supported list when autoneg is
  enabled
- Removed autoneg enabled check in lan887x phy.
- Removed of_mdio macro for LED initialization.
- Removed clearing pause frames support from supported list.

Divya Koppera (2):
  net: phy: Add phy library support to check supported list when autoneg
is enabled
  net: phy: microchip_t1: Adds support for lan887x phy

 drivers/net/phy/microchip_t1.c | 577 ++++++++++++++++++++++++++++++++-
 drivers/net/phy/phy.c          |   5 +-
 2 files changed, 580 insertions(+), 2 deletions(-)

-- 
2.34.1