Re: [PATCH net-next 0/2] net: phy: Move Omega PHY entry to Cygnus PHY driver

From: Arun Parameswaran
Date: Wed Mar 20 2019 - 16:51:46 EST


Thanks Florian.


For the patch series,

Acked-by: Arun Parameswaran <arun.parameswaran@xxxxxxxxxxxx>


On 2019-03-20 12:53 p.m., Florian Fainelli wrote:
> 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(-)
>