mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/5] miitool patches
Date: Wed, 25 Dec 2013 11:50:00 +0400	[thread overview]
Message-ID: <1387957805-1532-1-git-send-email-antonynpavlov@gmail.com> (raw)

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

             reply	other threads:[~2013-12-25  7:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-25  7:50 Antony Pavlov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1387957805-1532-1-git-send-email-antonynpavlov@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox