From patchwork Wed Oct 29 19:09:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 404774 X-Patchwork-Delegate: sjg@chromium.org 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 EC66114007D for ; Thu, 30 Oct 2014 06:09:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ED8B54BA60; Wed, 29 Oct 2014 20:09:47 +0100 (CET) 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 hk537XVU+sPF; Wed, 29 Oct 2014 20:09:47 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E53C84BA57; Wed, 29 Oct 2014 20:09:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B90074BA26 for ; Wed, 29 Oct 2014 20:09:39 +0100 (CET) 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 6+cdN2vKBicz for ; Wed, 29 Oct 2014 20:09:39 +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-qc0-f202.google.com (mail-qc0-f202.google.com [209.85.216.202]) by theia.denx.de (Postfix) with ESMTPS id 29AF64BA4B for ; Wed, 29 Oct 2014 20:09:35 +0100 (CET) Received: by mail-qc0-f202.google.com with SMTP id m20so249367qcx.5 for ; Wed, 29 Oct 2014 12:09:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=jwdOydM8SIWH2l4fR8c5+/Qmm2BCfjsibd1x3omq25w=; b=gAQdujvSnk8QhZTmRqD3GNCOXq8ErYZBOgpSdZrSSvWH7MR2UWEadEnb4Se4mjVRVQ V1nyOMiJdOAHV35qNnX693DCsGx3gGrPtu6G7ArJqM4byJKOWhaPVtg+NdJuZC4uwWW0 4mgHuqtxnAT0/bTwgqQbKF0Xp5ZYCMsuOUCROpXAFkWRN1LRIlCp6S+bGSatA9GmiAV2 Q17bPIoZ12EKAYVmXluZSDAjiOZBru4fjFuz8wb+s/KynMTXO2QXSA3+lI4ySALOo5eu 1j6LojgXWtHhuF+/B5v8r4mSPb2dEnbin5FQB0hCmcwZGgrIFI53zV8WLGd/A0SeenSm H34A== X-Gm-Message-State: ALoCoQk2yAJGNVrGtsdeR/Ocq47W/uDE98D4O200SpQDkalVZ2qdDdltC37EY76iYlIZnRonBL3a X-Received: by 10.236.63.41 with SMTP id z29mr2842250yhc.15.1414609774787; Wed, 29 Oct 2014 12:09:34 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id l45si320344yha.2.2014.10.29.12.09.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 12:09:34 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id pvLy6IoX.1; Wed, 29 Oct 2014 12:09:34 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id EDC9922107C; Wed, 29 Oct 2014 13:09:33 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Wed, 29 Oct 2014 13:09:02 -0600 Message-Id: <1414609743-19092-9-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1414609743-19092-1-git-send-email-sjg@chromium.org> References: <1414609743-19092-1-git-send-email-sjg@chromium.org> Subject: [U-Boot] [PATCH v2 8/9] dm: at91: Add myself as maintainer for snapper9260 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 The old maintainer has left, so take this over. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to add myself as maintainer for snapper9260 board/bluewater/snapper9260/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/bluewater/snapper9260/MAINTAINERS b/board/bluewater/snapper9260/MAINTAINERS index ff1e997..1f8f4d6 100644 --- a/board/bluewater/snapper9260/MAINTAINERS +++ b/board/bluewater/snapper9260/MAINTAINERS @@ -1,5 +1,5 @@ SNAPPER9260 BOARD -M: Ryan Mallon +M: Simon Glass S: Maintained F: board/bluewater/snapper9260/ F: include/configs/snapper9260.h