From patchwork Fri Jul 25 22:39:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Andy Fleming X-Patchwork-Id: 373841 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 05C8A1400E6 for ; Sat, 26 Jul 2014 09:09:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EBB0E4B6FA; Sat, 26 Jul 2014 01:09:44 +0200 (CEST) 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 ioADceI7My82; Sat, 26 Jul 2014 01:09:44 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1C0304B6EF; Sat, 26 Jul 2014 01:09:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 760BB4B6EF for ; Sat, 26 Jul 2014 01:09:37 +0200 (CEST) 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 sCfKQGN86IGZ for ; Sat, 26 Jul 2014 01:09:34 +0200 (CEST) X-Greylist: delayed 1816 seconds by postgrey-1.27 at theia; Sat, 26 Jul 2014 01:09:31 CEST 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-oa0-f48.google.com (mail-oa0-f48.google.com [209.85.219.48]) by theia.denx.de (Postfix) with ESMTPS id 1F3D54B6C7 for ; Sat, 26 Jul 2014 01:09:31 +0200 (CEST) Received: by mail-oa0-f48.google.com with SMTP id m1so6339149oag.35 for ; Fri, 25 Jul 2014 16:09:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=NA+bIlv62tmXmvsgNogyRWXxFxSL8WjPGrKD+uNpz74=; b=WgpJB0CA1nRLjW5EpzxDQhS/XA5Icf6N7Jkv8wCDsn0eRIGFcVDhHmP3rf0iZUkuNI P18HRaCmS5vpgFqYbFk9zT1p5Fk0qI1UbzS/zozMogib9OCnc8E142oo8zVB0MIdER8x kwUWbuWAn8xvw1Gc/yrLWsB3rW8y4eWeqtmDeMie8Om3oUVUK4dLgz+Iz7LI5UU4QXqV Su9F6qbOGFy3QIQw/WXiOkfdm5OoLFy0wApGlH8B9jfJaLyWp1r9k3kkep6q9SmIYrYv 8FcCVJHZ46bx/8qH056J3KkyMyLlG5VjPireMaXYzW4HAIVeORSJPe+GmALBnItmS1lr plDA== X-Received: by 10.60.103.105 with SMTP id fv9mr26691840oeb.34.1406327951563; Fri, 25 Jul 2014 15:39:11 -0700 (PDT) Received: from localhost (66-90-217-107.dyn.grandenetworks.net. [66.90.217.107]) by mx.google.com with ESMTPSA id q3sm41046613oei.3.2014.07.25.15.39.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 25 Jul 2014 15:39:10 -0700 (PDT) From: Andy Fleming To: u-boot@lists.denx.de Date: Fri, 25 Jul 2014 17:39:08 -0500 Message-Id: <1406327948-4344-1-git-send-email-afleming@gmail.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [U-Boot] [PATCH] Change Andy Fleming's email address 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 Messages to afleming@freescale.com now bounce, and should be directed to my personal address at afleming@gmail.com Signed-off-by: Andy Fleming --- doc/feature-removal-schedule.txt | 2 +- doc/git-mailrc | 2 +- drivers/net/fm/memac_phy.c | 2 +- drivers/net/fm/tgec_phy.c | 2 +- include/phy.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index 16819c7..4ed30df 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -26,7 +26,7 @@ Why: We now have a PHY library, which allows everyone to share PHY drivers. All new drivers should use this infrastructure, and all old drivers should get converted to use it. -Who: Andy Fleming and driver maintainers +Who: Andy Fleming and driver maintainers --------------------------- diff --git a/doc/git-mailrc b/doc/git-mailrc index ae7e7bf..7255e2c 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -12,7 +12,7 @@ alias u-boot uboot # things simple and easy to look up/coordinate. alias aaribaud Albert Aribaud alias abiessmann Andreas Bießmann -alias afleming Andy Fleming +alias afleming Andy Fleming alias ag Anatolij Gustschin alias galak Kumar Gala alias gruss Graeme Russ diff --git a/drivers/net/fm/memac_phy.c b/drivers/net/fm/memac_phy.c index de9c0e9..5f910c2 100644 --- a/drivers/net/fm/memac_phy.c +++ b/drivers/net/fm/memac_phy.c @@ -1,6 +1,6 @@ /* * Copyright 2012 Freescale Semiconductor, Inc. - * Andy Fleming + * Andy Fleming * Roy Zang * * SPDX-License-Identifier: GPL-2.0+ diff --git a/drivers/net/fm/tgec_phy.c b/drivers/net/fm/tgec_phy.c index faec317..095f00c 100644 --- a/drivers/net/fm/tgec_phy.c +++ b/drivers/net/fm/tgec_phy.c @@ -1,6 +1,6 @@ /* * Copyright 2009-2011 Freescale Semiconductor, Inc. - * Andy Fleming + * Andy Fleming * * SPDX-License-Identifier: GPL-2.0+ * Some part is taken from tsec.c diff --git a/include/phy.h b/include/phy.h index d3ecd63..2fcc328 100644 --- a/include/phy.h +++ b/include/phy.h @@ -1,6 +1,6 @@ /* * Copyright 2011 Freescale Semiconductor, Inc. - * Andy Fleming + * Andy Fleming * * SPDX-License-Identifier: GPL-2.0+ *