mbox series

[net-next,0/2] net: phy: XLGMII define and usage in PHYLINK

Message ID cover.1584031294.git.Jose.Abreu@synopsys.com
Headers show
Series net: phy: XLGMII define and usage in PHYLINK | expand

Message

Jose Abreu March 12, 2020, 5:10 p.m. UTC
Adds XLGMII defines and usage in PHYLINK.

Patch 1/2, adds the define for it, whilst 2/2 adds the usage of it in
PHYLINK.

---
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---

Jose Abreu (2):
  net: phy: Add XLGMII interface define
  net: phylink: Add XLGMII support

 drivers/net/phy/phylink.c | 27 +++++++++++++++++++++++++++
 include/linux/phy.h       |  3 +++
 2 files changed, 30 insertions(+)

Comments

David Miller March 15, 2020, 3:55 a.m. UTC | #1
From: Jose Abreu <Jose.Abreu@synopsys.com>
Date: Thu, 12 Mar 2020 18:10:08 +0100

> Adds XLGMII defines and usage in PHYLINK.
> 
> Patch 1/2, adds the define for it, whilst 2/2 adds the usage of it in
> PHYLINK.

Series applied, thanks Jose.