[PATCH net-next 0/2] net: phy: Move Omega PHY entry to Cygnus PHY driver
From: Florian Fainelli
Date: Wed Mar 20 2019 - 15:53:23 EST
Hi,
In order to pave the way for adding some specific Omega PHY features
that may not be desirable on other products covered by the bcm7xxx PHY
driver, split the Omega PHY entry into the Cygnus PHY driver such that
the PHY drivers are reflective of product lines/business units
maintaining them within Broadcom.
No functional changes intended.
Florian Fainelli (2):
net: phy: Prepare for moving Omega out of bcm7xxx
net: phy: Move Omega PHY entry to Cygnus PHY driver
drivers/net/phy/Kconfig | 5 +-
drivers/net/phy/bcm-cygnus.c | 147 +++++++++++++++++++++++++++++++++-
drivers/net/phy/bcm-phy-lib.c | 52 ++++++++++++
drivers/net/phy/bcm-phy-lib.h | 20 +++++
drivers/net/phy/bcm7xxx.c | 76 +-----------------
5 files changed, 225 insertions(+), 75 deletions(-)
--
2.17.1