mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] fec_imx & miidev: support for 10 MBit connections
@ 2012-01-24 13:53 Wolfram Sang
  2012-01-24 13:53 ` [PATCH 1/5] net: fec_imx: small cleanups Wolfram Sang
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Wolfram Sang @ 2012-01-24 13:53 UTC (permalink / raw)
  To: barebox

This series enables an MX28 to support 10 Mbit connections. It couldn't do
before, because a special bit has to be set, but the phy needs to be queried
first:

1/5, 2/5: minor cleanups
3/5: activate additional FEC features
4/5: refactor phy code to let drivers get the status
5/5: set 10MBit mode when phy reported such a connection

All tested on a custom MX28 board, very similar to MX28EVK.

Regards,

   Wolfram

Wolfram Sang (5):
  net: fec_imx: small cleanups
  net: fec_imx: refactor R_CNTRL setup
  net: fec_imx: enable payload length check and pause frames
  net: miidev: factor out miidev_get_status()
  net: fec_imx: configure FEC for 10Mbit when necessary

 drivers/net/fec_imx.c |   44 ++++++++++++++++----------------
 drivers/net/fec_imx.h |   14 ----------
 drivers/net/miidev.c  |   65 +++++++++++++++++++++++++++++++-----------------
 include/miidev.h      |    5 ++++
 4 files changed, 69 insertions(+), 59 deletions(-)

-- 
1.7.8.3


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

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

end of thread, other threads:[~2012-01-24 15:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-24 13:53 [PATCH 0/5] fec_imx & miidev: support for 10 MBit connections Wolfram Sang
2012-01-24 13:53 ` [PATCH 1/5] net: fec_imx: small cleanups Wolfram Sang
2012-01-24 13:53 ` [PATCH 2/5] net: fec_imx: refactor R_CNTRL setup Wolfram Sang
2012-01-24 13:53 ` [PATCH 3/5] net: fec_imx: enable payload length check and pause frames Wolfram Sang
2012-01-24 13:53 ` [PATCH 4/5] net: miidev: factor out miidev_get_status() Wolfram Sang
2012-01-24 13:53 ` [PATCH 5/5] net: fec_imx: configure FEC for 10Mbit when necessary Wolfram Sang
2012-01-24 15:38   ` Eric Bénard
2012-01-24 15:40     ` Wolfram Sang

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