netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] net: phy: bcm7xxx: APD and EEE support
@ 2014-08-23  1:55 Florian Fainelli
  2014-08-23  1:55 ` [PATCH net-next 1/7] net: phy: broadcom: extract all registers to brcmphy.h Florian Fainelli
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Florian Fainelli @ 2014-08-23  1:55 UTC (permalink / raw)
  To: netdev; +Cc: davem, Florian Fainelli

Hi David,

This patch series enables Auto-power down and EEE for the BCM7xxx integrated
Gigabit PHYs.

I also put a fix for the fixed PHY that would allow clause 45 over clause 22
reads/writes but would return bogus data by using e.g: ethtool --show-eee

Thanks!

Florian Fainelli (7):
  net: phy: broadcom: extract all registers to brcmphy.h
  net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.h
  net: phy: bcm7xxx: enable auto power down
  net: phy: fixed: return an error for Clause 45 over 22 reads
  net: phy: export phy_{read,write}_mmd_indirect
  net: phy: allow phy_init_eee() to work with internal PHYs
  net: phy: bcm7xxx: enable EEE at the PHY level

 drivers/net/phy/bcm7xxx.c  |  58 ++++++++++++++++++++-
 drivers/net/phy/broadcom.c | 122 -------------------------------------------
 drivers/net/phy/fixed.c    |  11 ++++
 drivers/net/phy/phy.c      |  12 +++--
 include/linux/brcmphy.h    | 126 +++++++++++++++++++++++++++++++++++++++++++++
 include/linux/phy.h        |  27 ++++++++++
 6 files changed, 229 insertions(+), 127 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-08-23 18:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-23  1:55 [PATCH net-next 0/7] net: phy: bcm7xxx: APD and EEE support Florian Fainelli
2014-08-23  1:55 ` [PATCH net-next 1/7] net: phy: broadcom: extract all registers to brcmphy.h Florian Fainelli
2014-08-23  1:55 ` [PATCH net-next 2/7] net: phy: broadcom: move shadow 0x1C register accessors " Florian Fainelli
2014-08-23  1:55 ` [PATCH net-next 3/7] net: phy: bcm7xxx: enable auto power down Florian Fainelli
2014-08-23  1:55 ` [PATCH net-next 4/7] net: phy: fixed: return an error for Clause 45 over 22 reads Florian Fainelli
2014-08-23  1:55 ` [PATCH net-next 5/7] net: phy: export phy_{read,write}_mmd_indirect Florian Fainelli
2014-08-23  1:55 ` [PATCH net-next 6/7] net: phy: allow phy_init_eee() to work with internal PHYs Florian Fainelli
2014-08-23  1:55 ` [PATCH net-next 7/7] net: phy: bcm7xxx: enable EEE at the PHY level Florian Fainelli
2014-08-23 18:39 ` [PATCH net-next 0/7] net: phy: bcm7xxx: APD and EEE support David Miller

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).