From patchwork Thu Mar 5 05:58:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 5943951 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id ABA229F318 for ; Thu, 5 Mar 2015 06:02:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DE50D2037B for ; Thu, 5 Mar 2015 06:02:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D299F20374 for ; Thu, 5 Mar 2015 06:02:13 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YTOpU-0006kZ-GJ; Thu, 05 Mar 2015 06:00:16 +0000 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YTOpQ-0005aO-7B; Thu, 05 Mar 2015 06:00:12 +0000 Received: by pablj1 with SMTP id lj1so33666953pab.8; Wed, 04 Mar 2015 21:59:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=d01GC784SXw5E83ylbvPbH4JPOcf7PfkdedLHCOIh5s=; b=mWf9ig+r5NS8I68skL00QDxCv6Rz4S88zNZ7oh1oDWqVSeTBERdQVD6T9faeWpr6ZZ 0wZO0MKW1cUnmFbdFMuoDSbubkByza/y+Dp/R8duUao+brbzp53uKO0HN8jAnZ0h7I1U rrRHvmR1pwbO/ediARTvqP3NlPB/7u7NYra3iSLCkiD9to83Tr35/1S5K487sm34cm4V e3dc9UxvjXrljE3V8JFzXmZYkzLzwIxBU19nFF7EX+yv3ZFFSnSU0m4mGwK/BLtzx2nf Do8/hpB3nUlDT/XDliRDSUWYxKE6v+72rtSzGZWbGFBhs6LIFqKzdkLkscHT9OsMCujj BDew== X-Received: by 10.68.138.194 with SMTP id qs2mr13226346pbb.8.1425535190224; Wed, 04 Mar 2015 21:59:50 -0800 (PST) Received: from ubix.wlan.qualcomm.com ([202.46.23.40]) by mx.google.com with ESMTPSA id je2sm5734350pbd.44.2015.03.04.21.59.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Mar 2015 21:59:49 -0800 (PST) From: Matthias Brugger To: linux-kernel@vger.kernel.org, olof@lixom.net, arnd@arndb.de Subject: [PATCH] MAINTAINERS: Add Mediatek SoC mailing list Date: Thu, 5 Mar 2015 06:58:53 +0100 Message-Id: <1425535133-27390-1-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150304_220012_319399_EA5AD3FF X-CRM114-Status: UNSURE ( 7.10 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: mchehab@osg.samsung.com, gregkh@linuxfoundation.org, jg1.han@samsung.com, tj@kernel.org, crope@iki.fi, linux-mediatek@lists.infradead.org, joe@perches.com, akpm@linux-foundation.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org, Matthias Brugger X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add the new list that Mediatek specific patches should also be directed to. Signed-off-by: Matthias Brugger --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddc5a8c..3e30c83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1205,6 +1205,7 @@ F: arch/arm/mach-orion5x/ts78xx-* ARM/Mediatek SoC support M: Matthias Brugger L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/boot/dts/mt6* F: arch/arm/boot/dts/mt8*