From patchwork Sat Dec 15 18:41:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Hershberger X-Patchwork-Id: 206632 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 995EA2C009F for ; Sun, 16 Dec 2012 05:42:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 63C8D4A10B; Sat, 15 Dec 2012 19:41:59 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3dmLPSCSjAev; Sat, 15 Dec 2012 19:41:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0C92C4A10C; Sat, 15 Dec 2012 19:41:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E876E4A10C for ; Sat, 15 Dec 2012 19:41:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3anWkQ+19YpH for ; Sat, 15 Dec 2012 19:41:55 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by theia.denx.de (Postfix) with ESMTPS id 197114A10B for ; Sat, 15 Dec 2012 19:41:53 +0100 (CET) Received: by mail-vb0-f44.google.com with SMTP id fc26so6822517vbb.3 for ; Sat, 15 Dec 2012 10:41:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=wcCGV273ItqkZDTuyTezD8+Itti+s0xWK509/4MPry0=; b=K+rH24Kup9yLiMi2wytfQhL/KUHEL2z2gqt0bR7x5rrhJKQMLlXf5JzIROFXlSLBzH b4yUIG0SKYbwYw15t+ZDFXNYSzMQt+VVGlo78wBhVZG/tpRumraaC2RkDoJBmaYGfXrR TKm3JXvVSBr8Sj1GE/0lfdX04CGI5V0pWBF4W9hKnnq4+0Pj1hztzgKFCtP/vWBAscij 6/KnLH/Ivr0ZuaB/uvfzFEM7Sk9CcPjnL66qEFsTNWDDJhLq8rI5U5N9RJI+9PWpy2bV c3geLEgP/xgShU0e5BpgnDUq46GB+VYUa763t91iooyNaVmlC1Tue3BefBTfAuYf+fcH 8T4g== Received: by 10.52.155.205 with SMTP id vy13mr10995384vdb.119.1355596911289; Sat, 15 Dec 2012 10:41:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.59.0.136 with HTTP; Sat, 15 Dec 2012 10:41:31 -0800 (PST) From: Joe Hershberger Date: Sat, 15 Dec 2012 12:41:31 -0600 Message-ID: To: Tom Rini Cc: u-boot Subject: [U-Boot] Pull request: u-boot-net.git master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to e3bb3254f8c055767edd1f02e642bec386540f4c: net: sh_eth: add support for SH7752 (2012-12-15 12:28:24 -0600) ---------------------------------------------------------------- Joe Hershberger (1): net: Fix endianness bug in link-local Michal Simek (1): phy: Add support for Marvell 88E1118R Ruchika Gupta (1): e1000e : Correct Rx Threshold granularity Simon Glass (1): net: Add tftp speed indication Yoshihiro Shimoda (1): net: sh_eth: add support for SH7752 trem (1): powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR README | 3 --- drivers/net/e1000.c | 10 ++++++++++ drivers/net/e1000.h | 1 + drivers/net/phy/marvell.c | 11 +++++++++++ drivers/net/sh_eth.c | 4 ++-- drivers/net/sh_eth.h | 4 ++-- include/configs/CRAYL1.h | 1 - include/configs/GEN860T.h | 5 ----- include/configs/TOP860.h | 1 - include/configs/ep8260.h | 1 - include/configs/utx8245.h | 1 - net/link_local.c | 2 +- net/tftp.c | 8 ++++++++ 13 files changed, 35 insertions(+), 17 deletions(-)