From patchwork Thu Aug 8 16:15:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pantelis Antoniou X-Patchwork-Id: 265765 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 120EF2C007E for ; Fri, 9 Aug 2013 02:26:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A31C84A01E; Thu, 8 Aug 2013 18:26:05 +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 N2OZEUc7YcAV; Thu, 8 Aug 2013 18:26:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 633104A01F; Thu, 8 Aug 2013 18:26:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A21A74A01F for ; Thu, 8 Aug 2013 18:25:57 +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 Sa07avQghEll for ; Thu, 8 Aug 2013 18:25:51 +0200 (CEST) X-Greylist: delayed 592 seconds by postgrey-1.27 at theia; Thu, 08 Aug 2013 18:25:45 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 li42-95.members.linode.com (li42-95.members.linode.com [209.123.162.95]) by theia.denx.de (Postfix) with ESMTPS id 8F9D24A01E for ; Thu, 8 Aug 2013 18:25:44 +0200 (CEST) Received: from sles11esa.localdomain (unknown [195.97.110.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: panto) by li42-95.members.linode.com (Postfix) with ESMTPSA id 709FC9C174; Thu, 8 Aug 2013 16:15:49 +0000 (UTC) From: Pantelis Antoniou To: Tom Rini Date: Thu, 8 Aug 2013 19:15:47 +0300 Message-Id: <1375978547-3472-1-git-send-email-panto@antoniou-consulting.com> X-Mailer: git-send-email 1.7.12 Cc: u-boot@lists.denx.de, Pantelis Antoniou Subject: [U-Boot] [PATCH] git-mailrc: Update MMC custodian 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 Update git-mailrc with my nick and replace afleming as mmc custodian. Signed-off-by: Pantelis Antoniou --- doc/git-mailrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/git-mailrc b/doc/git-mailrc index e3a47c4..03fc482 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -24,6 +24,7 @@ alias kimphill Kim Phillips alias macpaul Macpaul Lin alias marex Marek Vasut alias monstr Michal Simek +alias panto Pantelis Antoniou alias prafulla Prafulla Wadaskar alias prom Minkyu Kang alias rbohmer Remy Bohmer @@ -102,7 +103,7 @@ alias cfi uboot, stroese alias kerneldoc uboot, marex alias fdt uboot, Jerry Van Baren alias i2c uboot, hs -alias mmc uboot, afleming +alias mmc uboot, panto alias nand uboot, scottwood alias net uboot, jhersh alias usb uboot, marex