From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Wed, 11 Jul 2012 13:36:36 -0500 Subject: [U-Boot] Pull request: u-boot-net.git next Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4: Wolfgang Denk (1): Prepare v2012.07-rc1 are available in the git repository at: git://git.denx.de/u-boot-net.git next Dinh Nguyen (1): net/designware: Consecutive writes to the same register to be avoided Jayachandran Chandrasekharan Nair (1): net: tftp: fix type of block arg to store_block Joe Hershberger (1): net: Inline the new eth_setenv_enetaddr_by_index function Marek Vasut (1): CACHE: net: asix: Fix asix driver to work with data cache on Rob Herring (1): net: allow setting env enetaddr from net device setting Timur Tabi (2): phylib: phy_startup() should return an error code on failure net: abort network initialization if the PHY driver fails Troy Kisky (1): net: phy: micrel: make ksz9021 phy accessible doc/README.enetaddr | 6 +++++- drivers/net/designware.c | 4 ++-- drivers/net/fec_mxc.c | 8 +++++++- drivers/net/fm/eth.c | 9 ++++++++- drivers/net/phy/micrel.c | 15 +++++++++++++-- drivers/net/phy/phy.c | 5 ++++- drivers/net/sh_eth.c | 6 +++++- drivers/net/tsec.c | 8 +++++++- drivers/net/xilinx_axi_emac.c | 6 +++++- drivers/net/xilinx_ll_temac.c | 8 +++++++- drivers/usb/eth/asix.c | 30 +++++++++++++++++------------- include/configs/mx6qsabrelite.h | 1 + net/eth.c | 14 ++++++++++++++ net/tftp.c | 2 +- 14 files changed, 96 insertions(+), 26 deletions(-)