All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] net: bcmgenet: integrated GPHY power up/down
@ 2015-03-23 22:03 Florian Fainelli
  2015-03-23 22:03 ` [PATCH net-next 1/7] net: bcmgenet: propagate errors from bcmgenet_power_down Florian Fainelli
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Florian Fainelli @ 2015-03-23 22:03 UTC (permalink / raw)
  To: netdev; +Cc: Florian Fainelli

Hi David,

This patch series implements integrated Gigabit PHY power up/down, which allows
us to save close to 300mW on some designs when the Gigabit PHY is known to be
unused (e.g: during bcmgenet_close or bcmgenet_suspend not doing Wake-on-LAN).

Thanks!

Florian Fainelli (7):
  net: bcmgenet: propagate errors from bcmgenet_power_down
  net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bit
  net: bcmgenet: rename bcmgenet_ephy_power_up
  net: bcmgenet: fix GPHY power-up sequence
  net: bcmgenet: implement GPHY power down sequence
  net: bcmgenet: power up and down integrated GPHY when unused
  net: bcmgenet: power down and up GPHY during suspend/resume

 drivers/net/ethernet/broadcom/genet/bcmgenet.c | 34 +++++++++++++++++++-------
 drivers/net/ethernet/broadcom/genet/bcmgenet.h |  2 ++
 drivers/net/ethernet/broadcom/genet/bcmmii.c   | 32 ++++++++++++++++--------
 3 files changed, 49 insertions(+), 19 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2015-03-23 22:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23 22:03 [PATCH net-next 0/7] net: bcmgenet: integrated GPHY power up/down Florian Fainelli
2015-03-23 22:03 ` [PATCH net-next 1/7] net: bcmgenet: propagate errors from bcmgenet_power_down Florian Fainelli
2015-03-23 22:03 ` [PATCH net-next 2/7] net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bit Florian Fainelli
2015-03-23 22:03 ` [PATCH net-next 3/7] net: bcmgenet: rename bcmgenet_ephy_power_up Florian Fainelli
2015-03-23 22:03 ` [PATCH net-next 4/7] net: bcmgenet: fix GPHY power-up sequence Florian Fainelli
2015-03-23 22:03 ` [PATCH net-next 5/7] net: bcmgenet: implement GPHY power down sequence Florian Fainelli
2015-03-23 22:03 ` [PATCH net-next 6/7] net: bcmgenet: power up and down integrated GPHY when unused Florian Fainelli
2015-03-23 22:03 ` [PATCH net-next 7/7] net: bcmgenet: power down and up GPHY during suspend/resume Florian Fainelli
2015-03-23 22:06 ` [PATCH net-next 0/7] net: bcmgenet: integrated GPHY power up/down Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.