mbox series

[0/6] Add PHY connection types for XFI and SFI

Message ID 1576768881-24971-1-git-send-email-madalin.bucur@oss.nxp.com
Headers show
Series Add PHY connection types for XFI and SFI | expand

Message

Madalin Bucur (OSS) Dec. 19, 2019, 3:21 p.m. UTC
For a long time the only 10G interface mode registered in the code was
XGMII and some PHYs and MACs that actually supported other modes just
used that to denote 10G. Recently more modes were added (USXGMII,
10GKR) to better match the actual HW support. In this respect, the use
of 10GBase-KR to denote not only backplane but also XFI and SFI can be
improved upon. This patch series introduces XFI and SFI PHY connection
types and initial users for them.

Madalin Bucur (6):
  net: phy: add interface modes for XFI, SFI
  arm64: dts: ls104xardb: set correct PHY interface mode
  net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10G
  net: fsl/fman: add support for PHY_INTERFACE_MODE_XFI
  net: fsl/fman: add support for PHY_INTERFACE_MODE_SFI
  net: phy: aquantia: add support for PHY_INTERFACE_MODE_XFI

 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts |  4 ++--
 drivers/net/ethernet/freescale/fman/fman_memac.c  | 10 +++++++---
 drivers/net/ethernet/freescale/fman/mac.c         | 10 +++++++---
 drivers/net/phy/aquantia_main.c                   |  5 ++++-
 include/linux/phy.h                               |  7 ++++++-
 6 files changed, 27 insertions(+), 11 deletions(-)