mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] miitool patches
@ 2013-12-25  7:50 Antony Pavlov
  2013-12-25  7:50 ` [PATCH 1/5] miitool: change behaviour closer to linux' mii-tool Antony Pavlov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Antony Pavlov @ 2013-12-25  7:50 UTC (permalink / raw)
  To: barebox

This patchseries adds GbE support for miitool, makes miitool
more user-friendly (now you can run miitool without arguments
for most cases) and removes dublication of MII PHY IDs
information.

Antony Pavlov (5):
  miitool: change behaviour closer to linux' mii-tool
  miitool: add initial GbE support
  miitool: drop internal table of known MII, use phy drivers instead
  net/phy: add driver for LXT PHYs
  net/phy/phy.c: fix whitespace

 commands/miitool.c         | 188 ++++++++++++++++++++++++++-------------------
 drivers/net/phy/Kconfig    |   5 ++
 drivers/net/phy/Makefile   |   1 +
 drivers/net/phy/lxt.c      |  31 ++++++++
 drivers/net/phy/mdio_bus.c |  10 +--
 drivers/net/phy/phy.c      |   2 +-
 include/linux/phy.h        |   4 +-
 7 files changed, 148 insertions(+), 93 deletions(-)
 create mode 100644 drivers/net/phy/lxt.c

-- 
1.8.5.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-01-06  8:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-25  7:50 [PATCH 0/5] miitool patches Antony Pavlov
2013-12-25  7:50 ` [PATCH 1/5] miitool: change behaviour closer to linux' mii-tool Antony Pavlov
2014-01-06  8:52   ` Sascha Hauer
2013-12-25  7:50 ` [PATCH 2/5] miitool: add initial GbE support Antony Pavlov
2013-12-25  7:50 ` [PATCH 3/5] miitool: drop internal table of known MII, use phy drivers instead Antony Pavlov
2013-12-25  7:50 ` [PATCH 4/5] net/phy: add driver for LXT PHYs Antony Pavlov
2013-12-25  7:50 ` [PATCH 5/5] net/phy/phy.c: fix whitespace Antony Pavlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox