[PATCH v2 0/3] net: phy: bcm5481x: add support for BroadR-Reach mode

Kamil Horák - 2N posted 3 patches 1 year, 7 months ago
There is a newer version of this series
drivers/net/phy/bcm-phy-lib.c | 122 ++++++++++++
drivers/net/phy/bcm-phy-lib.h |   4 +
drivers/net/phy/broadcom.c    | 336 ++++++++++++++++++++++++++++++++--
drivers/net/phy/phy-core.c    |   9 +-
include/linux/brcmphy.h       |  91 ++++++++-
include/uapi/linux/ethtool.h  |   9 +-
net/ethtool/common.c          |   7 +
net/ethtool/ioctl.c           |   1 +
8 files changed, 559 insertions(+), 20 deletions(-)
[PATCH v2 0/3] net: phy: bcm5481x: add support for BroadR-Reach mode
Posted by Kamil Horák - 2N 1 year, 7 months ago
PATCH 1 - Add the 1BR10 link mode and capability to switch to 
   BroadR-Reach as a PHY tunable value

PATCH 2 - Add the definitions of LRE registers, necessary to use
   BroadR-Reach modes on the BCM5481x PHY

PATCH 3 - Implementation of the BroadR-Reach modes for the Broadcom
   PHYs

Changes in v2:
  - Divided into multiple patches, removed useless link modes


Kamil Horák - 2N (3):
  net: phy: bcm54811: New link mode for BroadR-Reach
  net: phy: bcm54811: Add LRE registers definitions
  net: phy: bcm-phy-lib: Implement BroadR-Reach link modes

 drivers/net/phy/bcm-phy-lib.c | 122 ++++++++++++
 drivers/net/phy/bcm-phy-lib.h |   4 +
 drivers/net/phy/broadcom.c    | 336 ++++++++++++++++++++++++++++++++--
 drivers/net/phy/phy-core.c    |   9 +-
 include/linux/brcmphy.h       |  91 ++++++++-
 include/uapi/linux/ethtool.h  |   9 +-
 net/ethtool/common.c          |   7 +
 net/ethtool/ioctl.c           |   1 +
 8 files changed, 559 insertions(+), 20 deletions(-)

-- 
2.39.2