mbox series

[net-next,v2,0/3] net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII

Message ID 9d284f4d-93ee-fb27-e386-80825f92adc8@gmail.com (mailing list archive)
Headers show
Series net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII | expand

Message

Heiner Kallweit May 23, 2019, 6:06 p.m. UTC
Add support for interface mode USXGMII.

On Freescale boards LS1043A and LS1046A a warning may pop up now
because mode xgmii should be changed to usxgmii (as the used
Aquantia PHY doesn't support XGMII).

Heiner Kallweit (3):
  net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII
  dt-bindings: net: document new usxgmii phy mode
  net: phy: aquantia: add USXGMII support and warn if XGMII mode is set

 Documentation/devicetree/bindings/net/ethernet.txt | 1 +
 drivers/net/phy/aquantia_main.c                    | 8 ++++++++
 include/linux/phy.h                                | 3 +++
 3 files changed, 12 insertions(+)

Comments

David Miller May 24, 2019, 8:39 p.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Thu, 23 May 2019 20:06:10 +0200

> Add support for interface mode USXGMII.
> 
> On Freescale boards LS1043A and LS1046A a warning may pop up now
> because mode xgmii should be changed to usxgmii (as the used
> Aquantia PHY doesn't support XGMII).

Series applied.