From patchwork Thu Nov 18 07:47:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Hellstrom X-Patchwork-Id: 72061 X-Patchwork-Delegate: wd@denx.de 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 41702B70B0 for ; Thu, 18 Nov 2010 18:47:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E57262837D; Thu, 18 Nov 2010 08:47:38 +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 vO9I0PJQv+PH; Thu, 18 Nov 2010 08:47:38 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D3D2A28348; Thu, 18 Nov 2010 08:47:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 19E6828348 for ; Thu, 18 Nov 2010 08:47:36 +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 eAAy5gUfjodk for ; Thu, 18 Nov 2010 08:47:34 +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 mail175c2.megamailservers.com (mail175c2.megamailservers.com [69.49.111.75]) by theia.denx.de (Postfix) with ESMTPS id 0559428340 for ; Thu, 18 Nov 2010 08:47:32 +0100 (CET) X-Authenticated-User: daniel.gaisler.com Received: from [192.168.0.47] (static-92-33-28-242.sme.bredbandsbolaget.se [92.33.28.242]) (authenticated bits=0) by mail175c2.megamailservers.com (8.13.6/8.13.1) with ESMTP id oAI7lP1q014332 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Nov 2010 02:47:28 -0500 Message-ID: <4CE4DA04.1020801@gaisler.com> Date: Thu, 18 Nov 2010 08:47:16 +0100 From: Daniel Hellstrom User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: u-boot@lists.denx.de X-CSC: 0 X-CHA: v=1.1 cv=QN+36TbulwM093QmYayDq3ZQTfCDvzJawvBsR4xp3L8= c=1 sm=1 a=JzRfIOliBPUA:10 a=8nJEP1OIZ-IA:10 a=jXKJviUpWSOlMmIvGrHOfw==:17 a=YfCOm-DyAAAA:8 a=Egt8jGfZnUd40gnc41IA:9 a=9J7Bt1cb50c-5p7veBIA:7 a=HTAOCx5vdKqF0fXxsV0RRFPalhYA:4 a=wPNLvfGTeEIA:10 a=KERzEEdZ51P4Kxez:21 a=ximGMv64agOdLPd3:21 a=jXKJviUpWSOlMmIvGrHOfw==:117 Subject: [U-Boot] Please pull u-boot-sparc.git net branch X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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 Dear Wolfgang, Please pull the net branch of the Sparc repository. The patches include some bug fixes and debug printout cleanups of the GRETH network driver. Thanks, Daniel Hellstrom The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537: Kumar Gala (1): malloc: Fix issue with calloc memory possibly being non-zero are available in the git repository at: git://www.denx.de/git/u-boot-sparc.git net Daniel Hellstrom (6): GRETH: removed unneccesary register write and one clean up. GRETH: made debug printouts use common debug() macro. GRETH: Added autodetection of PHY address, or let BSP hardcode it. GRETH: Added extra RESET, this is needed if GRETH was stopped during an ethernet frame reception. GRETH: fixed 2 decriptor table typos GRETH: removed space in network driver device name. drivers/net/greth.c | 164 +++++++++++++++++++++++++++++---------------------- 1 files changed, 94 insertions(+), 70 deletions(-)