devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/7] Add PHY connection types for XFI and SFI
@ 2019-12-23 10:14 Madalin Bucur
  2019-12-23 10:14 ` [PATCH net-next v2 1/7] net: phy: add interface modes for XFI, SFI Madalin Bucur
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Madalin Bucur @ 2019-12-23 10:14 UTC (permalink / raw)
  To: davem, netdev, linux, andrew
  Cc: f.fainelli, hkallweit1, shawnguo, leoyang.li, devicetree,
	robh+dt, mark.rutland, Madalin Bucur

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.


Changes from v1:
  Reorder patches to avoid issues with git bisect
  Add devicetree bindings entry for XFI, SFI

Madalin Bucur (7):
  net: phy: add interface modes for XFI, SFI
  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
  dt-bindings: net: add xfi, sfi to phy-connection-type
  arm64: dts: ls104xardb: set correct PHY interface mode

 Documentation/devicetree/bindings/net/ethernet-controller.yaml |  2 ++
 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 ++++++-
 7 files changed, 29 insertions(+), 11 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-12-23 11:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-23 10:14 [PATCH net-next v2 0/7] Add PHY connection types for XFI and SFI Madalin Bucur
2019-12-23 10:14 ` [PATCH net-next v2 1/7] net: phy: add interface modes for XFI, SFI Madalin Bucur
2019-12-23 10:57   ` Russell King - ARM Linux admin
2019-12-23 11:10     ` Andrew Lunn
2019-12-23 10:14 ` [PATCH net-next v2 2/7] net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10G Madalin Bucur
2019-12-23 10:14 ` [PATCH net-next v2 3/7] net: fsl/fman: add support for PHY_INTERFACE_MODE_XFI Madalin Bucur
2019-12-23 10:14 ` [PATCH net-next v2 4/7] net: fsl/fman: add support for PHY_INTERFACE_MODE_SFI Madalin Bucur
2019-12-23 10:14 ` [PATCH net-next v2 5/7] net: phy: aquantia: add support for PHY_INTERFACE_MODE_XFI Madalin Bucur
2019-12-23 10:14 ` [PATCH net-next v2 6/7] dt-bindings: net: add xfi, sfi to phy-connection-type Madalin Bucur
2019-12-23 10:14 ` [PATCH net-next v2 7/7] arm64: dts: ls104xardb: set correct PHY interface mode Madalin Bucur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).