[PATCH net-next v2 0/4] net: phy: micrel: Add support for lan8842

Horatiu Vultur posted 4 patches 2 months, 1 week ago
There is a newer version of this series
drivers/net/phy/micrel.c   | 727 +++++++++++++++++++++++++------------
include/linux/micrel_phy.h |   1 +
2 files changed, 497 insertions(+), 231 deletions(-)
[PATCH net-next v2 0/4] net: phy: micrel: Add support for lan8842
Posted by Horatiu Vultur 2 months, 1 week ago
Add support for LAN8842 which supports industry-standard SGMII.
While add this the first 3 patches in the series cleans more the
driver, they should not introduce any functional changes.

v1->v2:
- add the first 3 patches to clean the driver
- drop fast link failure support
- implement reading the statistics in the new way

Horatiu Vultur (4):
  net: phy: micrel: Start using PHY_ID_MATCH_MODEL
  net: phy: micrel: Introduce lanphy_modify_page_reg
  net: phy: micrel: Replace hardcoded pages with defines
  net: phy: micrel: Add support for lan8842

 drivers/net/phy/micrel.c   | 727 +++++++++++++++++++++++++------------
 include/linux/micrel_phy.h |   1 +
 2 files changed, 497 insertions(+), 231 deletions(-)

-- 
2.34.1