[U-Boot] Pull request - net

Wolfgang,
The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875: Wolfgang Denk (1): Prepare 2009.08-rc2
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Po-Yu Chuang (1): arm: A320: driver for FTMAC100 ethernet controller
Prafulla Wadaskar (2): net: phy: bugfixes: mv88E61xx compiler warnings fixed net: kirkwood: updates: used eth_setenv_enetaddr api
Roy Zang (1): Fix E1000 build warning on AP1000 board
Sandeep Paulraj (1): ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
board/davinci/dm355evm/dm355evm.c | 10 ++- drivers/net/Makefile | 1 + drivers/net/e1000.c | 88 ++++++------ drivers/net/ftmac100.c | 278 +++++++++++++++++++++++++++++++++++++ drivers/net/ftmac100.h | 154 ++++++++++++++++++++ drivers/net/kirkwood_egiga.c | 15 ++- drivers/net/phy/mv88e61xx.c | 23 ++-- include/netdev.h | 1 + 8 files changed, 510 insertions(+), 60 deletions(-) create mode 100644 drivers/net/ftmac100.c create mode 100644 drivers/net/ftmac100.h
regards, Ben

Dear Ben Warren,
In message 4A809B2E.9090608@gmail.com you wrote:
Wolfgang,
The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875: Wolfgang Denk (1): Prepare 2009.08-rc2
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Po-Yu Chuang (1): arm: A320: driver for FTMAC100 ethernet controller
Prafulla Wadaskar (2): net: phy: bugfixes: mv88E61xx compiler warnings fixed net: kirkwood: updates: used eth_setenv_enetaddr api
Roy Zang (1): Fix E1000 build warning on AP1000 board
Sandeep Paulraj (1): ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
Hmm...
Seems the repo also included:
07/01 Richard Retanubun [U-Boot] [PATCH] UEC FIXED PHY: Determine fixed-phy port using UEC interface name. 07/01 Richard Retanubun [U-Boot] [PATCH] Assigned a static SMI address to all UECs TBIPA address.
OK, pulled. Thanks.
Best regards,
Wolfgang Denk

Wolfgang Denk wrote:
Dear Ben Warren,
In message 4A809B2E.9090608@gmail.com you wrote:
Wolfgang,
The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875: Wolfgang Denk (1): Prepare 2009.08-rc2
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Po-Yu Chuang (1): arm: A320: driver for FTMAC100 ethernet controller
Prafulla Wadaskar (2): net: phy: bugfixes: mv88E61xx compiler warnings fixed net: kirkwood: updates: used eth_setenv_enetaddr api
Roy Zang (1): Fix E1000 build warning on AP1000 board
Sandeep Paulraj (1): ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
Hmm...
Seems the repo also included:
07/01 Richard Retanubun [U-Boot] [PATCH] UEC FIXED PHY: Determine fixed-phy port using UEC interface name. 07/01 Richard Retanubun [U-Boot] [PATCH] Assigned a static SMI address to all UECs TBIPA address.
OK, pulled. Thanks.
Best regards,
Wolfgang Denk
Sorry, I pushed those two after the pull request and forgot to send another one.
regards, Ben

Dear Ben Warren,
In message 4A81D1DE.9060806@gmail.com you wrote:
Seems the repo also included:
07/01 Richard Retanubun [U-Boot] [PATCH] UEC FIXED PHY: Determine fixed-phy port using UEC interface name. 07/01 Richard Retanubun [U-Boot] [PATCH] Assigned a static SMI address to all UECs TBIPA address.
...
Sorry, I pushed those two after the pull request and forgot to send another one.
No problem.
Best regards,
Wolfgang Denk
participants (2)
-
Ben Warren
-
Wolfgang Denk