From patchwork Wed Apr 10 13:12:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suriyan Ramasami X-Patchwork-Id: 235384 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 81F632C00BF for ; Wed, 10 Apr 2013 23:13:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 448BE4A02D; Wed, 10 Apr 2013 15:13: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 1VHy+alNT4Ot; Wed, 10 Apr 2013 15:13:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C19FA4A025; Wed, 10 Apr 2013 15:13:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2F46E4A023 for ; Wed, 10 Apr 2013 15:13: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 0im-ip3Hqy-E for ; Wed, 10 Apr 2013 15:13:43 +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 mail-ia0-f174.google.com (mail-ia0-f174.google.com [209.85.210.174]) by theia.denx.de (Postfix) with ESMTPS id 1B7464A025 for ; Wed, 10 Apr 2013 15:13:41 +0200 (CEST) Received: by mail-ia0-f174.google.com with SMTP id r13so387130iar.19 for ; Wed, 10 Apr 2013 06:13:40 -0700 (PDT) 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:in-reply-to :references; bh=FiG7y0dtMXcE3xSHEmSTdlOxqub2P6+F3gzqnqYiT9k=; b=g8pQyV4+7ZF3/q1UI5cMF4r+hNmMtlPXwdlTl1sF49i6TLrtnB7NYBgfJiaQSlzr5S 1bXbj2GA4E710FNKICbitFsyiOyYkhmDq7mQTXMAgPCOO+LbO4c4w3voJzGVoHlehTyt RiDDSWKFU0eklC3XGLtwF8Q/vlurTfSkiusjVJxLh+6sxCVE41DvLMRCO2GcIWTVK03i rgHfcxlUOxdMjr+jsPKhIsoRiWDjd0n82l1OhZV6GH27lLJzHEWqFkGOToYr5Q4uCC50 LtCAJ/CgFKIY7XgeQfxrYMCeDNftW8FfOGke3HHW1+geiFTXSHryT3Q08kb2noSyi0VK h6Aw== X-Received: by 10.50.49.83 with SMTP id s19mr1459232ign.47.1365599620881; Wed, 10 Apr 2013 06:13:40 -0700 (PDT) Received: from localhost.localdomain (75-101-50-252.dsl.static.sonic.net. [75.101.50.252]) by mx.google.com with ESMTPS id xf4sm27152406igb.8.2013.04.10.06.13.39 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 10 Apr 2013 06:13:40 -0700 (PDT) From: Suriyan Ramasami To: u-boot@lists.denx.de Date: Wed, 10 Apr 2013 06:12:10 -0700 Message-Id: <1365599537-14138-2-git-send-email-suriyan.r@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1365599537-14138-1-git-send-email-suriyan.r@gmail.com> References: <1365599537-14138-1-git-send-email-suriyan.r@gmail.com> Cc: ecc@cmu.edu Subject: [U-Boot] [PATCH v2 1/8] ARM: Add maintainer for the Seagate GoFlexHome 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 Create an entry for the Seagate GoFlexHome as goflexhome Signed-off-by: Suriyan Ramasami --- Changes for v2: - Coding style changes MAINTAINERS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1614b91..6292a58 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -847,6 +847,10 @@ Sricharan R omap4_sdp4430 ARM ARMV7 (OMAP4xx SoC) omap5_evm ARM ARMV7 (OMAP5xx Soc) +Suriyan Ramasami + + goflexhome ARM926EJS (Kirkwood SoC) + Thierry Reding plutux Tegra20 (ARM7 & A9 Dual Core)