public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - net
Date: Mon, 03 May 2010 15:06:19 -0700	[thread overview]
Message-ID: <4BDF48DB.6080802@gmail.com> (raw)

Wolfgang,

Sorry this took so long...

The following changes since commit 4185ae7a7146a77a792e5ba49845e5ca6e95b038:
   Wolfgang Denk (1):
         Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master

are available in the git repository at:

   git://git.denx.de/u-boot-net.git master

Andy Fleming (1):
       tsec: Wait for both RX and TX to stop

Ben Warren (1):
       Program net device MAC addresses after initializing

Detlev Zundel (3):
       net: Trivial coding style issue with empty for statement
       Remove unused "local_crc32" function.
       mpc512x_fec: Move PHY initialization from probe into init routine.

Eric Jarrige (1):
       fec_mxc.c: Fix MX27 FEC MAC validity check

Heiko Schocher (1):
       net: fec_mxc: add write_hwaddr support

John Rigby (1):
       fec_mxc don't use internal eeprom on MX25

Mike Frysinger (2):
       net: dm9000x: use standard I/O accessors
       Blackfin: bfin_mac: hook up new write_hwaddr function

Prafulla Wadaskar (3):
       net: Kirkwood_egiga.c: fixed build warnings
       net: Kirkwood_egiga.c bugfixes for rx path
       net:kirkwood_egiga.c: MAC addresses programming using write_hwaddr

Richard Retanubun (1):
       83xx: UEC: Added support for bitBang MII driver access to PHYs

Robin Getz (1):
       ./net/net.c - make Microsoft dns servers happy with random_port() numbers

Thomas Chou (4):
       net: add opencore 10/100 ethernet mac driver
       net: add altera triple speeds ethernet mac driver
       net: altera_tse: add write_hwaddr support
       net: ethoc: add write_hwaddr support

Valentin Yakovenkov (1):
       smc911x driver frame alignment patch

Wolfgang Wegner (1):
       fix lockup in mcfmii/mii_discover_phy() in case communication fails

  README                         |    5 +
  arch/powerpc/cpu/mpc8220/fec.c |   41 +--
  doc/README.drivers.eth         |    7 +-
  doc/README.enetaddr            |   10 +-
  drivers/net/Makefile           |    2 +
  drivers/net/altera_tse.c       |  942 ++++++++++++++++++++++++++++++++++++++++
  drivers/net/altera_tse.h       |  494 +++++++++++++++++++++
  drivers/net/bfin_mac.c         |   28 +-
  drivers/net/bfin_mac.h         |    3 +-
  drivers/net/dm9000x.c          |   12 +-
  drivers/net/ethoc.c            |  511 ++++++++++++++++++++++
  drivers/net/fec_mxc.c          |    8 +-
  drivers/net/kirkwood_egiga.c   |   24 +-
  drivers/net/kirkwood_egiga.h   |    2 +-
  drivers/net/mcfmii.c           |   45 +-
  drivers/net/mpc512x_fec.c      |   70 +---
  drivers/net/mpc5xxx_fec.c      |   41 +--
  drivers/net/smc911x.c          |    2 +-
  drivers/net/tsec.c             |    3 +-
  drivers/qe/uec.c               |    6 +-
  drivers/qe/uec_phy.c           |   47 ++
  include/net.h                  |    1 +
  include/netdev.h               |    3 +
  net/eth.c                      |   18 +-
  net/net.c                      |    6 +-
  25 files changed, 2120 insertions(+), 211 deletions(-)
  create mode 100644 drivers/net/altera_tse.c
  create mode 100644 drivers/net/altera_tse.h
  create mode 100644 drivers/net/ethoc.c

             reply	other threads:[~2010-05-03 22:06 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-03 22:06 Ben Warren [this message]
2010-05-04 21:05 ` [U-Boot] Pull request - net Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-10-12  6:39 Ben Warren
2010-10-12 18:45 ` Wolfgang Denk
2010-08-09 18:56 Ben Warren
2010-08-10 21:00 ` Wolfgang Denk
2010-07-12  7:17 Ben Warren
2010-06-21  5:18 Ben Warren
2010-06-22 19:29 ` Wolfgang Denk
2010-02-07  7:08 Ben Warren
2010-02-08 21:16 ` Wolfgang Denk
2010-02-01  6:47 Ben Warren
2010-02-01  8:04 ` Prafulla Wadaskar
2010-02-01  8:07   ` Ben Warren
2010-02-03 19:15 ` Wolfgang Denk
2009-11-24 22:19 Ben Warren
2009-11-24 22:27 ` Wolfgang Denk
2009-11-11 21:30 Ben Warren
2009-11-11 22:11 ` Wolfgang Denk
2009-10-19 18:41 Ben Warren
2009-10-24 20:16 ` Wolfgang Denk
2009-10-11  6:52 Ben Warren
2009-10-12 21:47 ` Wolfgang Denk
2009-10-05  7:27 Ben Warren
2009-10-05 21:33 ` Wolfgang Denk
2009-08-21 17:38 Ben Warren
2009-08-21 21:04 ` Wolfgang Denk
2009-08-10 22:11 Ben Warren
2009-08-11 19:47 ` Wolfgang Denk
2009-08-11 20:17   ` Ben Warren
2009-08-11 21:05     ` Wolfgang Denk
2009-08-08  9:56 Ben Warren
2009-08-08 10:09 ` Wolfgang Denk
2009-07-23  6:33 Ben Warren
2009-07-23 17:29 ` Wolfgang Denk
2009-07-21  7:27 Ben Warren
2009-07-21  7:48 ` Wolfgang Denk
2009-07-21 18:53   ` Prafulla Wadaskar
2009-07-21 21:12     ` Wolfgang Denk
2009-06-15  7:17 Ben Warren
2009-06-15  9:21 ` Wolfgang Denk
2009-06-09  6:04 Ben Warren
2009-06-09 20:51 ` Wolfgang Denk
2009-06-10  8:14   ` Prafulla Wadaskar
2009-06-10 16:32     ` Ben Warren
2009-06-08  4:27 Ben Warren
2009-06-08 14:06 ` Liew Tsi Chung-R5AAHP
2009-06-08 21:54 ` Wolfgang Denk
2009-06-08 21:59   ` Ben Warren
2009-06-09  6:01   ` Ben Warren
2009-04-20  6:28 Ben Warren
2009-04-24 11:37 ` Wolfgang Denk
2009-02-23  7:52 Ben Warren
2009-02-23 21:21 ` Wolfgang Denk
2009-02-23 22:18   ` Ben Warren
2009-02-10  7:05 Ben Warren
2009-02-11 21:26 ` Wolfgang Denk
2009-02-01  4:39 Ben Warren
2009-02-01 20:36 ` Wolfgang Denk
2008-12-05  7:05 Ben Warren
2008-12-09  0:02 ` Wolfgang Denk
2008-11-10  5:51 Ben Warren
2008-11-18 20:39 ` Wolfgang Denk
2008-11-18 21:03   ` Ben Warren
2008-10-14  6:07 Ben Warren
2008-10-14 11:07 ` Wolfgang Denk
2008-09-03  4:26 [U-Boot] Pull request - NET Ben Warren
2008-09-03 20:53 ` Wolfgang Denk
2008-08-27  7:46 [U-Boot] Pull request - net Ben Warren
2008-08-27 11:55 ` Wolfgang Denk
2008-08-19  6:20 Ben Warren
2008-08-20 22:39 ` Wolfgang Denk

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=4BDF48DB.6080802@gmail.com \
    --to=biggerbadderben@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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