All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 net-next v2] phy: allow flagging a device as internal
@ 2013-05-21 11:09 Florian Fainelli
  2013-05-21 11:09 ` [PATCH 1/2 net-next v2] phy: allow drivers to flag a PHY " Florian Fainelli
  2013-05-21 11:09 ` [PATCH 2/2 net-next v2] phy: bcm63xx: report Broadcom BCM63xx PHYs " Florian Fainelli
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2013-05-21 11:09 UTC (permalink / raw)
  To: davem; +Cc: netdev, afleming, jogo, Florian Fainelli

David, Andy,

This small patch set updates libphy to allow PHY drivers to flag a
specific PHY device as internal, which is then used to accurately
report the transceiver type (internal vs external) in ethtool.

As far as I can tell we only have one in-tree driver for the moment
which is known to be for internal PHYs.

Florian Fainelli (2):
  phy: allow drivers to flag a PHY device as internal
  phy: bcm63xx: report Broadcom BCM63xx PHYs as internal

 drivers/net/phy/bcm63xx.c    |  4 ++--
 drivers/net/phy/phy.c        |  3 ++-
 drivers/net/phy/phy_device.c |  3 +++
 include/linux/phy.h          | 12 ++++++++++++
 4 files changed, 19 insertions(+), 3 deletions(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-05-21 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21 11:09 [PATCH 0/2 net-next v2] phy: allow flagging a device as internal Florian Fainelli
2013-05-21 11:09 ` [PATCH 1/2 net-next v2] phy: allow drivers to flag a PHY " Florian Fainelli
2013-05-21 11:09 ` [PATCH 2/2 net-next v2] phy: bcm63xx: report Broadcom BCM63xx PHYs " 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.