mbox series

[net-next,v2,0/3] net: phy: Better support for BCM54810

Message ID 20200219200049.12512-1-f.fainelli@gmail.com
Headers show
Series net: phy: Better support for BCM54810 | expand

Message

Florian Fainelli Feb. 19, 2020, 8 p.m. UTC
Hi David, Andrew, Heiner,

This patch series updates the broadcom PHY driver to better support the
BCM54810 and allow it to make use of the exiting
bcm54xx_adjust_rxrefclk() as well as fix suspend/resume for it.

Changes in v2:

- added Reviewed-by tags from Andrew for patches #1 and #3
- expanded commit message in #2 to explain the change

Florian Fainelli (3):
  net: phy: broadcom: Allow BCM54810 to use bcm54xx_adjust_rxrefclk()
  net: phy: broadcom: Have bcm54xx_adjust_rxrefclk() check for flags
  net: phy: broadcom: Wire suspend/resume for BCM54810

 drivers/net/phy/broadcom.c | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

Comments

David Miller Feb. 20, 2020, 12:37 a.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Wed, 19 Feb 2020 12:00:46 -0800

> This patch series updates the broadcom PHY driver to better support the
> BCM54810 and allow it to make use of the exiting
> bcm54xx_adjust_rxrefclk() as well as fix suspend/resume for it.
> 
> Changes in v2:
> 
> - added Reviewed-by tags from Andrew for patches #1 and #3
> - expanded commit message in #2 to explain the change

Series applied, thanks Florian.