From patchwork Thu Oct 9 23:50:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 398410 X-Patchwork-Delegate: marek.vasut@gmail.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 0666A1400AB for ; Fri, 10 Oct 2014 10:50:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0D46D4B5F1; Fri, 10 Oct 2014 01:50:43 +0200 (CEST) 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 5VnxoQcYXany; Fri, 10 Oct 2014 01:50:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2C8714B639; Fri, 10 Oct 2014 01:50:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B98B04B639 for ; Fri, 10 Oct 2014 01:50:37 +0200 (CEST) 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 CytzTKLOE1Mv for ; Fri, 10 Oct 2014 01:50:37 +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-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTPS id A03484B634 for ; Fri, 10 Oct 2014 01:50:33 +0200 (CEST) Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3jDTgY2svNz3hj06; Fri, 10 Oct 2014 01:50:33 +0200 (CEST) X-Auth-Info: u+Hd3KSUszwjInp01Jm9HrJR31X88FmuLKAVfOXCau8= Received: from chi.lan (unknown [195.140.253.167]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 3jDTgX4rmfzvdWR; Fri, 10 Oct 2014 01:50:32 +0200 (CEST) From: Marek Vasut To: u-boot@lists.denx.de Date: Fri, 10 Oct 2014 01:50:22 +0200 Message-Id: <1412898623-14108-1-git-send-email-marex@denx.de> X-Mailer: git-send-email 2.0.0 MIME-Version: 1.0 Cc: Pavel Machek , Chin Liang See , Tom Rini , Dinh Nguyen Subject: [U-Boot] [PATCH 1/2] arm: socfpga: add MAINTAINERS entry 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Pavel Machek Add MAINTAINERS entry. Signed-off-by: Pavel Machek Cc: Chin Liang See Cc: Dinh Nguyen Cc: Albert Aribaud Cc: Tom Rini Cc: Wolfgang Denk Cc: Pavel Machek --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index af194ca..7a3dbbd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -65,6 +65,13 @@ S: Maintained T: git git://git.denx.de/u-boot-arm.git F: arch/arm/ +ARM ALTERA SOCFPGA +M: Marek Vasut +S: Maintainted +T: git git://git.denx.de/u-boot-socfpga.git +F: arch/arm/cpu/armv7/socfpga/ +F: board/altera/socfpga/ + ARM ATMEL AT91 M: Andreas Bießmann S: Maintained