mbox series

[net-next,0/3] net: phy: broadcom: APD improvements

Message ID 20210212205721.2406849-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series net: phy: broadcom: APD improvements | expand

Message

Florian Fainelli Feb. 12, 2021, 8:57 p.m. UTC
This patch series cleans up the brcmphy.h header and its numerous unused
phydev->dev_flags, fixes the RXC/TXC clock disabling bit and allows the
BCM54210E PHY to utilize APD.

Thanks!

Florian Fainelli (3):
  net: phy: broadcom: Remove unused flags
  net: phy: broadcom: Fix RXC/TXC auto disabling
  net: phy: broadcom: Allow BCM54210E to configure APD

 drivers/net/phy/broadcom.c |  1 +
 include/linux/brcmphy.h    | 24 ++++++++++--------------
 2 files changed, 11 insertions(+), 14 deletions(-)

Comments

Andrew Lunn Feb. 12, 2021, 9:59 p.m. UTC | #1
On Fri, Feb 12, 2021 at 12:57:18PM -0800, Florian Fainelli wrote:
> This patch series cleans up the brcmphy.h header and its numerous unused
> phydev->dev_flags, fixes the RXC/TXC clock disabling bit and allows the
> BCM54210E PHY to utilize APD.
> 
> Thanks!

Hi Florian

I don't know the hardware, but the descriptions seem to fit the code,
and i did not spot anything odd.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew