2020-03-12 17:13:14

by Jose Abreu

[permalink] [raw]
Subject: [PATCH net-next 0/2] net: phy: XLGMII define and usage in PHYLINK

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 <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Heiner Kallweit <[email protected]>
Cc: Russell King <[email protected]>
Cc: [email protected]
Cc: [email protected]
---

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(+)

--
2.7.4


2020-03-15 03:56:04

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net-next 0/2] net: phy: XLGMII define and usage in PHYLINK

From: Jose Abreu <[email protected]>
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.