From patchwork Tue Oct 21 21:55:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 5128451 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id BB2AA9F30B for ; Tue, 21 Oct 2014 21:56:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ED7792021B for ; Tue, 21 Oct 2014 21:56:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1656C201ED for ; Tue, 21 Oct 2014 21:56:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933980AbaJUV42 (ORCPT ); Tue, 21 Oct 2014 17:56:28 -0400 Received: from down.free-electrons.com ([37.187.137.238]:52079 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933954AbaJUV4N (ORCPT ); Tue, 21 Oct 2014 17:56:13 -0400 Received: by mail.free-electrons.com (Postfix, from userid 106) id 5AB09500E; Tue, 21 Oct 2014 23:56:14 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from localhost (128-79-216-6.hfc.dyn.abo.bbox.fr [128.79.216.6]) by mail.free-electrons.com (Postfix) with ESMTPSA id 21F0E500A; Tue, 21 Oct 2014 23:56:14 +0200 (CEST) From: Alexandre Belloni To: Nicolas Ferre , Sebastian Reichel Cc: Jean-Christophe Plagniol-Villard , Dmitry Eremin-Solenikov , David Woodhouse , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Alexandre Belloni Subject: [PATCH 8/8] MAINTAINERS: add at91 power and memory entries Date: Tue, 21 Oct 2014 23:55:40 +0200 Message-Id: <1413928540-27099-9-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1413928540-27099-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1413928540-27099-1-git-send-email-alexandre.belloni@free-electrons.com> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Alexandre Belloni --- MAINTAINERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a20df9bf8ab0..e325c81ee2fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -871,6 +871,25 @@ M: Boris Brezillon S: Maintained F: drivers/clk/at91 +ARM/ATMEL AT91 Poweroff driver +M: Alexandre Belloni +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/power/reset/at91-poweroff.c + +ARM/ATMEL AT91 Reset driver +M: Alexandre Belloni +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/power/reset/at91-reset.c + +ARM/ATMEL AT91 SDRAM Controlller driver +M: Alexandre Belloni +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/memory/atmel-sdramc.c +F: include/soc/atmel/memory.h + ARM/CALXEDA HIGHBANK ARCHITECTURE M: Rob Herring L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)