netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] net: phy: broadcom: IDDQ-SR mode
@ 2021-09-20 21:54 Florian Fainelli
  2021-09-20 21:54 ` [PATCH net-next 1/5] net: phy: broadcom: Add " Florian Fainelli
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Florian Fainelli @ 2021-09-20 21:54 UTC (permalink / raw)
  To: netdev; +Cc: Florian Fainelli, open list

This patch series adds support for the IDDQ with soft recovery mode
which allows power savings of roughly 150mW compared to a simple
BMCR.PDOWN power off (called standby power down in Broadcom datasheets).

In order to leverage these modes we add a new PHY driver flags for
drivers to opt-in for that behavior, the PHY driver is modified to do
the appropriate programming and the PHYs on which this was tested get
updated to have an appropriate suspend/resume set of functions.

Florian Fainelli (5):
  net: phy: broadcom: Add IDDQ-SR mode
  net: phy: broadcom: Wire suspend/resume for BCM50610 and BCM50610M
  net: phy: broadcom: Utilize appropriate suspend for BCM54810/11
  net: bcmgenet: Request APD, DLL disable and IDDQ-SR
  net: dsa: bcm_sf2: Request APD, DLL disable and IDDQ-SR

 drivers/net/dsa/bcm_sf2.c                    |  4 +-
 drivers/net/ethernet/broadcom/genet/bcmmii.c |  4 +-
 drivers/net/phy/broadcom.c                   | 59 +++++++++++++++++++-
 include/linux/brcmphy.h                      |  8 +++
 4 files changed, 71 insertions(+), 4 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-21 10:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-20 21:54 [PATCH net-next 0/5] net: phy: broadcom: IDDQ-SR mode Florian Fainelli
2021-09-20 21:54 ` [PATCH net-next 1/5] net: phy: broadcom: Add " Florian Fainelli
2021-09-20 21:54 ` [PATCH net-next 2/5] net: phy: broadcom: Wire suspend/resume for BCM50610 and BCM50610M Florian Fainelli
2021-09-20 21:54 ` [PATCH net-next 3/5] net: phy: broadcom: Utilize appropriate suspend for BCM54810/11 Florian Fainelli
2021-09-20 21:54 ` [PATCH net-next 4/5] net: bcmgenet: Request APD, DLL disable and IDDQ-SR Florian Fainelli
2021-09-20 21:54 ` [PATCH net-next 5/5] net: dsa: bcm_sf2: " Florian Fainelli
2021-09-21 10:10 ` [PATCH net-next 0/5] net: phy: broadcom: IDDQ-SR mode patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).