From patchwork Thu Jan 15 17:23:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 429539 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-ee0-x23d.google.com (mail-ee0-x23d.google.com [IPv6:2a00:1450:4013:c00::23d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 8BD771400EA for ; Fri, 16 Jan 2015 04:24:02 +1100 (AEDT) Received: by mail-ee0-f61.google.com with SMTP id d49sf1409329eek.6 for ; Thu, 15 Jan 2015 09:24:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:from:to:cc:subject:date:message-id:in-reply-to :references:x-original-sender:x-original-authentication-results :reply-to:content-type:precedence:mailing-list:list-id:list-post :list-help:list-archive:sender:list-subscribe:list-unsubscribe; bh=3fPeUvqR2sD2Es+XEYY2mD46sIFsyibWN1Wr4SGJH2w=; b=VQfGNfhmTRTvI9ACLXbc84F6zft0iz3PZc7cbBN5Fr/uUK0qioZedOVcJxXHcbsIwE CpdxfNLUfC4OvmCXClUP3o7FeK13ui57D7Ge429je1DuOCHKDYl2En0Q6oVgAkgwaEn1 DR5R3L1eFmGFDor5TpIBpCMDKyJ/SPaTtikVc+tCZljY8SJZTCPzxU1dJMwvBA2V66Y6 mffPJpNzjt9t6OdBPOwarTZ1Yc1LZtKl0ZuJUAxqAJQTvV8EpIz9ie+OLGDrSDKrjhId veY4AE2HDleh4rJowcoM4UNX30MqjN707d2JCPahKD6H4KmgGG5LOFt7enrsOQPZadTZ yblQ== X-Received: by 10.180.211.206 with SMTP id ne14mr139148wic.2.1421342639844; Thu, 15 Jan 2015 09:23:59 -0800 (PST) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.180.198.226 with SMTP id jf2ls155826wic.50.gmail; Thu, 15 Jan 2015 09:23:59 -0800 (PST) X-Received: by 10.194.71.207 with SMTP id x15mr484315wju.3.1421342639460; Thu, 15 Jan 2015 09:23:59 -0800 (PST) Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id d18si1103936wiv.0.2015.01.15.09.23.59 for ; Thu, 15 Jan 2015 09:23:59 -0800 (PST) Received-SPF: softfail (google.com: domain of transitioning gregory.clement@free-electrons.com does not designate 37.187.137.238 as permitted sender) client-ip=37.187.137.238; Received: by mail.free-electrons.com (Postfix, from userid 106) id CB85B40C; Thu, 15 Jan 2015 18:24:00 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (von69-1-88-162-9-206.fbx.proxad.net [88.162.9.206]) by mail.free-electrons.com (Postfix) with ESMTPSA id 2A863411; Thu, 15 Jan 2015 18:24:00 +0100 (CET) From: Gregory CLEMENT To: Alessandro Zummo , rtc-linux@googlegroups.com, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT Cc: Arnaud Ebalard , Thomas Petazzoni , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org, Maxime Ripard , Boris BREZILLON , Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Mark Rutland , devicetree@vger.kernel.org Subject: [rtc-linux] [PATCH v4 3/5] MAINTAINERS: Add the RTC driver for the Armada38x Date: Thu, 15 Jan 2015 18:23:19 +0100 Message-Id: <1421342601-20384-4-git-send-email-gregory.clement@free-electrons.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1421342601-20384-1-git-send-email-gregory.clement@free-electrons.com> References: <1421342601-20384-1-git-send-email-gregory.clement@free-electrons.com> X-Original-Sender: gregory.clement@free-electrons.com X-Original-Authentication-Results: gmr-mx.google.com; spf=softfail (google.com: domain of transitioning gregory.clement@free-electrons.com does not designate 37.187.137.238 as permitted sender) smtp.mail=gregory.clement@free-electrons.com Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Put it in the mvebu entry. Signed-off-by: Gregory CLEMENT --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8d32b3..393f158a64e8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1157,6 +1157,7 @@ M: Sebastian Hesselbarth L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-mvebu/ +F: drivers/rtc/armada38x-rtc ARM/Marvell Berlin SoC support M: Sebastian Hesselbarth