[PATCH 0/3] net: phy: bcm54811: Fix the PHY initialization

Kamil Horák (2N) posted 3 patches 3 months, 2 weeks ago
There is a newer version of this series
.../devicetree/bindings/net/ethernet-phy.yaml |  8 +++
drivers/net/phy/broadcom.c                    | 54 +++++++++++++++++--
include/linux/brcmphy.h                       |  7 +++
3 files changed, 66 insertions(+), 3 deletions(-)
[PATCH 0/3] net: phy: bcm54811: Fix the PHY initialization
Posted by Kamil Horák (2N) 3 months, 2 weeks ago
PATCH 1 - Fix the BCM54811 PHY initialization so that it conforms
   to the datasheet regarding a reserved bit in the LRE Control
   register, which must be written to zero after every device reset.

PATCH 2 - Fix the BCM54811 PHY initialization by implementing MII-Lite
   mode switch

PATCH 3 - Add optional mii-lite-mode flag to switch the PHY to MII-Lite

Kamil Horák (2N) (3):
  net: phy: bcm54811: Fix the PHY initialization
  net: phy: bcm5481x: Implement MII-Lite mode
  dt-bindings: ethernet-phy: add optional mii-lite-mode flag

 .../devicetree/bindings/net/ethernet-phy.yaml |  8 +++
 drivers/net/phy/broadcom.c                    | 54 +++++++++++++++++--
 include/linux/brcmphy.h                       |  7 +++
 3 files changed, 66 insertions(+), 3 deletions(-)

-- 
2.39.5