From patchwork Tue Feb 26 17:59:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 223361 X-Patchwork-Delegate: twarren@nvidia.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 0CC922C0082 for ; Wed, 27 Feb 2013 04:59:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6BF6F4A0F6; Tue, 26 Feb 2013 18:59:52 +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 0I2K0ljM20C0; Tue, 26 Feb 2013 18:59:52 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 18E284A0FF; Tue, 26 Feb 2013 18:59:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C6A074A0FF for ; Tue, 26 Feb 2013 18:59:49 +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 fyBStUGZ5xlF for ; Tue, 26 Feb 2013 18:59:48 +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-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by theia.denx.de (Postfix) with ESMTPS id 7A29E4A0F6 for ; Tue, 26 Feb 2013 18:59:46 +0100 (CET) Received: by mail-pa0-f47.google.com with SMTP id bj3so2584255pad.6 for ; Tue, 26 Feb 2013 09:59:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-nvconfidentiality; bh=sgsS5RoT2JJYV8Bra4cBjCxYWlYwkfuAuQXMfhZUyFo=; b=0ZJ6HB0ECgeTlt+KFOZjMSDnu3tb6rgoKTh1bBggLanheJmI07C8pVxtNiz4dodpo7 BBSp0rtFQwiXb7TOfx23/llRVlB6Bxx5IsUQLwGiqdfNZb4yu/sMx8Y9UDImE/aIJkk2 3fmOggjRDrKJjot3jmm+jxFxkVLsAU+ZVyNN9icTLhcJncF7/snwp67ks/c5jBCJOWs3 wa36dm/A4go86MasfsOSM0HIdZa4DjiseA5anM6+fNH7W1vCXhGDrn1Wtp7dSs4/Fnd1 U1iJCq6QtLlKSk9pKlVjtJIm1BqAUj5+Fspqt9g8jD2+s8ckKrPbLm1ScDhHHO+aaC4o jPjw== X-Received: by 10.66.233.71 with SMTP id tu7mr2860583pac.129.1361901582621; Tue, 26 Feb 2013 09:59:42 -0800 (PST) Received: from localhost.localdomain (ip68-230-103-25.ph.ph.cox.net. [68.230.103.25]) by mx.google.com with ESMTPS id iv3sm1608256pbc.40.2013.02.26.09.59.39 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Feb 2013 09:59:41 -0800 (PST) From: Tom Warren To: u-boot@lists.denx.de Date: Tue, 26 Feb 2013 10:59:30 -0700 Message-Id: <1361901570-27843-1-git-send-email-twarren@nvidia.com> X-Mailer: git-send-email 1.7.0.4 X-NVConfidentiality: public Cc: swarren@nvidia.com, Tom Warren , twarren.nvidia@gmail.com Subject: [U-Boot] [PATCH] Tegra: Add twarren as maintainer for Tegra30 and Tegra114 SoCs 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 Signed-off-by: Tom Warren Reviewed-by: Stephen Warren --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 175bbe2..feaca34 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -976,6 +976,8 @@ Tom Warren harmony Tegra20 (ARM7 & A9 Dual Core) seaboard Tegra20 (ARM7 & A9 Dual Core) + cardhu Tegra30 (ARM7 & A9 Quad Core) + dalmore Tegra114 (ARM7 & A15 Quad Core) Tom Warren Stephen Warren