All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - net
Date: Sun, 31 Jan 2010 22:47:24 -0800	[thread overview]
Message-ID: <4B6678FC.20402@gmail.com> (raw)

Wolfgang

The following changes since commit 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Heiko Schocher (1):
      83xx, uec: split enet_interface in two variables

Jens Scharsig (1):
      new at91_emac network driver (NET_MULTI api)

Matthias Kaehlcke (2):
      cs8900_initialize() cleanup
      Add EP93xx ethernet driver

Mike Frysinger (1):
      smc91111_eeprom: fix linking error

Nick Thompson (1):
      TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX

Peter Tyser (6):
      tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
      tsec: Clean up Broadcom PHY status parsing
      tsec: Make functions/data static when possible
      tsec: General cleanup
      tsec: Add support for using the BCM5482 PHY in fiber mode
      tsec: Add TSEC_FIBER flag

Semih Hazar (1):
      macb: Fix mii_phy_read and mii_phy_write functions

Seunghyeon Rhee (1):
      NET: Fix MAC addr handling for smc911x

 README                                    |   10 +
 board/atmel/at91rm9200dk/at91rm9200dk.c   |   15 +
 board/atmel/at91rm9200ek/at91rm9200ek.c   |   14 +
 board/cmc_pu2/cmc_pu2.c                   |   13 +
 board/csb637/csb637.c                     |   13 +
 board/eukrea/cpuat91/cpuat91.c            |   14 +
 board/freescale/mpc8360emds/mpc8360emds.c |    3 +-
 board/kb9202/kb9202.c                     |   13 +
 board/m501sk/m501sk.c                     |   14 +
 board/mp2usb/mp2usb.c                     |   13 +
 cpu/arm920t/at91rm9200/bcm5221.c          |    4 +-
 cpu/arm920t/at91rm9200/dm9161.c           |    3 +-
 drivers/net/Makefile                      |    2 +
 drivers/net/at91_emac.c                   |  498 +++++++++++++++
 drivers/net/cs8900.c                      |    3 +-
 drivers/net/davinci_emac.c                |  266 ++++++---
 drivers/net/ep93xx_eth.c                  |  653 ++++++++++++++++++++
 drivers/net/ep93xx_eth.h                  |  144 +++++
 drivers/net/macb.c                        |  110 +---
 drivers/net/smc911x.c                     |   15 +-
 drivers/net/tsec.c                        |  941 ++++++++++++++++-------------
 drivers/qe/uec.c                          |  122 +++--
 drivers/qe/uec.h                          |   34 +-
 drivers/qe/uec_phy.c                      |   84 ++--
 examples/standalone/smc91111_eeprom.c     |    5 +-
 include/asm-arm/arch-at91/at91_emac.h     |  145 +++++
 include/asm-arm/arch-davinci/emac_defs.h  |   59 ++-
 include/common.h                          |    5 +
 include/configs/MPC8323ERDB.h             |    6 +-
 include/configs/MPC832XEMDS.h             |    6 +-
 include/configs/MPC8360EMDS.h             |    6 +-
 include/configs/MPC8360ERDK.h             |    6 +-
 include/configs/MPC8568MDS.h              |    6 +-
 include/configs/MPC8569MDS.h              |   30 +-
 include/configs/at91rm9200dk.h            |    9 +-
 include/configs/at91rm9200ek.h            |    8 +-
 include/configs/cmc_pu2.h                 |    8 +-
 include/configs/cpuat91.h                 |    8 +-
 include/configs/csb637.h                  |    8 +-
 include/configs/kb9202.h                  |    8 +-
 include/configs/kmeter1.h                 |    3 +-
 include/configs/m501sk.h                  |    9 +-
 include/configs/mp2usb.h                  |    8 +-
 include/netdev.h                          |    2 +
 include/tsec.h                            |   20 +-
 45 files changed, 2602 insertions(+), 764 deletions(-)
 create mode 100644 drivers/net/at91_emac.c
 create mode 100644 drivers/net/ep93xx_eth.c
 create mode 100644 drivers/net/ep93xx_eth.h
 create mode 100644 include/asm-arm/arch-at91/at91_emac.h

regards,
Ben

             reply	other threads:[~2010-02-01  6:47 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-01  6:47 Ben Warren [this message]
2010-02-01  8:04 ` [U-Boot] Pull request - net Prafulla Wadaskar
2010-02-01  8:07   ` Ben Warren
2010-02-03 19:15 ` 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-05-03 22:06 Ben Warren
2010-05-04 21:05 ` Wolfgang Denk
2010-02-07  7:08 Ben Warren
2010-02-08 21:16 ` 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=4B6678FC.20402@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 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.