From patchwork Tue Apr 30 12:54:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Eibach X-Patchwork-Id: 240610 X-Patchwork-Delegate: afleming@freescale.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 105632C009F for ; Tue, 30 Apr 2013 22:57:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0B3B64A272; Tue, 30 Apr 2013 14:56:21 +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 3VMZM51Zy+NA; Tue, 30 Apr 2013 14:56:20 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1E2C34A297; Tue, 30 Apr 2013 14:55:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2FDA4A280 for ; Tue, 30 Apr 2013 14:55: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 Ygo94uQrGpuB for ; Tue, 30 Apr 2013 14:55:29 +0200 (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 smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.27]) by theia.denx.de (Postfix) with ESMTP id 375804A26C for ; Tue, 30 Apr 2013 14:55:15 +0200 (CEST) Received: from [217.6.197.18] (helo=bob3.gd.local) by smtprelay04.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1UXA5Q-0006bL-O9; Tue, 30 Apr 2013 14:55:12 +0200 From: dirk.eibach@gdsys.cc To: u-boot@lists.denx.de Date: Tue, 30 Apr 2013 14:54:50 +0200 Message-Id: <1367326496-12734-2-git-send-email-dirk.eibach@gdsys.cc> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1367326496-12734-1-git-send-email-dirk.eibach@gdsys.cc> References: <1367326496-12734-1-git-send-email-dirk.eibach@gdsys.cc> X-Df-Sender: ZGlyay5laWJhY2hAZ2RzeXMuY2M= Cc: trini@ti.com Subject: [U-Boot] [PATCH v5 1/7] Update gdsys email account 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Dirk Eibach Signed-off-by: Dirk Eibach --- Changes in v5: None Changes in v4: None Changes in v3: - fix email addresses Changes in v2: None MAINTAINERS | 2 +- arch/powerpc/cpu/ppc4xx/cmd_chip_config.c | 2 +- arch/powerpc/include/asm/ppc4xx_config.h | 2 +- board/gdsys/405ep/405ep.c | 2 +- board/gdsys/405ep/dlvision-10g.c | 2 +- board/gdsys/405ep/io.c | 2 +- board/gdsys/405ep/iocon.c | 2 +- board/gdsys/405ep/neo.c | 2 +- board/gdsys/405ex/io64.c | 2 +- board/gdsys/common/miiphybb.c | 2 +- board/gdsys/common/osd.c | 2 +- board/gdsys/common/osd.h | 2 +- board/gdsys/dlvision/dlvision.c | 2 +- board/gdsys/gdppc440etx/gdppc440etx.c | 2 +- board/gdsys/gdppc440etx/init.S | 2 +- board/gdsys/intip/init.S | 2 +- board/gdsys/intip/intip.c | 2 +- drivers/gpio/pca9698.c | 2 +- drivers/hwmon/lm63.c | 2 +- include/configs/dlvision-10g.h | 2 +- include/configs/dlvision.h | 2 +- include/configs/gdppc440etx.h | 2 +- include/configs/intip.h | 2 +- include/configs/io.h | 2 +- include/configs/io64.h | 2 +- include/configs/iocon.h | 2 +- include/configs/neo.h | 2 +- include/gdsys_fpga.h | 2 +- include/pca9698.h | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 643a5ac..d25b692 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -158,7 +158,7 @@ egnite GmbH ethernut5 ARM926EJS (AT91SAM9XE SoC) -Dirk Eibach +Dirk Eibach devconcenter PPC460EX dlvision PPC405EP diff --git a/arch/powerpc/cpu/ppc4xx/cmd_chip_config.c b/arch/powerpc/cpu/ppc4xx/cmd_chip_config.c index 72c5aec..904dafe 100644 --- a/arch/powerpc/cpu/ppc4xx/cmd_chip_config.c +++ b/arch/powerpc/cpu/ppc4xx/cmd_chip_config.c @@ -3,7 +3,7 @@ * Stefan Roese, DENX Software Engineering, sr@denx.de. * * (C) Copyright 2009 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/powerpc/include/asm/ppc4xx_config.h b/arch/powerpc/include/asm/ppc4xx_config.h index 49acb60..cb95d7d 100644 --- a/arch/powerpc/include/asm/ppc4xx_config.h +++ b/arch/powerpc/include/asm/ppc4xx_config.h @@ -3,7 +3,7 @@ * Stefan Roese, DENX Software Engineering, sr@denx.de. * * (C) Copyright 2009 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/405ep/405ep.c b/board/gdsys/405ep/405ep.c index 6221171..e554c03 100644 --- a/board/gdsys/405ep/405ep.c +++ b/board/gdsys/405ep/405ep.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/405ep/dlvision-10g.c b/board/gdsys/405ep/dlvision-10g.c index 644493b..9dccfc3 100644 --- a/board/gdsys/405ep/dlvision-10g.c +++ b/board/gdsys/405ep/dlvision-10g.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/405ep/io.c b/board/gdsys/405ep/io.c index 070dcbb..35ca8b3 100644 --- a/board/gdsys/405ep/io.c +++ b/board/gdsys/405ep/io.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/405ep/iocon.c b/board/gdsys/405ep/iocon.c index 0fc7db2..3e10357 100644 --- a/board/gdsys/405ep/iocon.c +++ b/board/gdsys/405ep/iocon.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/405ep/neo.c b/board/gdsys/405ep/neo.c index d336e55..bfcde62 100644 --- a/board/gdsys/405ep/neo.c +++ b/board/gdsys/405ep/neo.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2011 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/405ex/io64.c b/board/gdsys/405ex/io64.c index 7d2899d..4effd17 100644 --- a/board/gdsys/405ex/io64.c +++ b/board/gdsys/405ex/io64.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * based on kilauea.c * by Stefan Roese, DENX Software Engineering, sr@denx.de. diff --git a/board/gdsys/common/miiphybb.c b/board/gdsys/common/miiphybb.c index 46f1a1e..51875ee 100644 --- a/board/gdsys/common/miiphybb.c +++ b/board/gdsys/common/miiphybb.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/osd.c index a192c98..54b4ec7 100644 --- a/board/gdsys/common/osd.c +++ b/board/gdsys/common/osd.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/common/osd.h b/board/gdsys/common/osd.h index c59d9c3..4bfcf7c 100644 --- a/board/gdsys/common/osd.h +++ b/board/gdsys/common/osd.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/dlvision/dlvision.c b/board/gdsys/dlvision/dlvision.c index 5c70326..6416081 100644 --- a/board/gdsys/dlvision/dlvision.c +++ b/board/gdsys/dlvision/dlvision.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2009 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/board/gdsys/gdppc440etx/gdppc440etx.c b/board/gdsys/gdppc440etx/gdppc440etx.c index c58411e..bc01756 100644 --- a/board/gdsys/gdppc440etx/gdppc440etx.c +++ b/board/gdsys/gdppc440etx/gdppc440etx.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2008 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * Based on board/amcc/yosemite/yosemite.c * (C) Copyright 2006-2007 diff --git a/board/gdsys/gdppc440etx/init.S b/board/gdsys/gdppc440etx/init.S index 4a40e4b..a283a52 100644 --- a/board/gdsys/gdppc440etx/init.S +++ b/board/gdsys/gdppc440etx/init.S @@ -1,6 +1,6 @@ /* * (C) Copyright 2008 -* Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de +* Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * based on board/amcc/yosemite/init.S * original Copyright not specified there diff --git a/board/gdsys/intip/init.S b/board/gdsys/intip/init.S index 7513f1d..9b6763a 100644 --- a/board/gdsys/intip/init.S +++ b/board/gdsys/intip/init.S @@ -1,6 +1,6 @@ /* * (C) Copyright 2009 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * Based on board/amcc/canyonlands/init.S * (C) Copyright 2008 diff --git a/board/gdsys/intip/intip.c b/board/gdsys/intip/intip.c index 0132b25..25a2b6c 100644 --- a/board/gdsys/intip/intip.c +++ b/board/gdsys/intip/intip.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2009 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * Based on board/amcc/canyonlands/canyonlands.c * (C) Copyright 2008 diff --git a/drivers/gpio/pca9698.c b/drivers/gpio/pca9698.c index fe6d2c6..7cc4e40 100644 --- a/drivers/gpio/pca9698.c +++ b/drivers/gpio/pca9698.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2011 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/drivers/hwmon/lm63.c b/drivers/hwmon/lm63.c index f3adf64..525e220 100644 --- a/drivers/hwmon/lm63.c +++ b/drivers/hwmon/lm63.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * based on lm75.c by Bill Hunter * * See file CREDITS for list of people who contributed to this diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 2cd2027..eb00e42 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/include/configs/dlvision.h b/include/configs/dlvision.h index c490ff6..a4ecc19 100644 --- a/include/configs/dlvision.h +++ b/include/configs/dlvision.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2009 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/include/configs/gdppc440etx.h b/include/configs/gdppc440etx.h index 9efbb8e..bac258d 100644 --- a/include/configs/gdppc440etx.h +++ b/include/configs/gdppc440etx.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2008 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * Based on include/configs/yosemite.h * (C) Copyright 2005-2007 diff --git a/include/configs/intip.h b/include/configs/intip.h index 33364a8..4a26888 100644 --- a/include/configs/intip.h +++ b/include/configs/intip.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2009 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * Based on include/configs/canyonlands.h * (C) Copyright 2008 diff --git a/include/configs/io.h b/include/configs/io.h index 03661cc..ce7d500 100644 --- a/include/configs/io.h +++ b/include/configs/io.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/include/configs/io64.h b/include/configs/io64.h index 887aaef..ace4404 100644 --- a/include/configs/io64.h +++ b/include/configs/io64.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2011 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * based on kilauea.h * by Stefan Roese, DENX Software Engineering, sr@denx.de. diff --git a/include/configs/iocon.h b/include/configs/iocon.h index 7f8825b..1119049 100644 --- a/include/configs/iocon.h +++ b/include/configs/iocon.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/include/configs/neo.h b/include/configs/neo.h index 38b5bec..7356e85 100644 --- a/include/configs/neo.h +++ b/include/configs/neo.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index 1758d74..a253f51 100644 --- a/include/gdsys_fpga.h +++ b/include/gdsys_fpga.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project. diff --git a/include/pca9698.h b/include/pca9698.h index 67b364e..716c2b8 100644 --- a/include/pca9698.h +++ b/include/pca9698.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2011 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * See file CREDITS for list of people who contributed to this * project.