From patchwork Mon Mar 27 15:21:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 9647037 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E11B2602C8 for ; Mon, 27 Mar 2017 15:21:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D1AA128422 for ; Mon, 27 Mar 2017 15:21:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C4DB22842E; Mon, 27 Mar 2017 15:21:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2068B28422 for ; Mon, 27 Mar 2017 15:21:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=cQLSHtvhK17YHoi5I+VuQNIe639q0k85QxX6rdKCSww=; b=sNw b7GNS/rH+G+tN5KSR+epKVTnn5ISldCZwcOkyv1wR08nnnukEUiXvUivoZi8V+Rv6HRIm/88SJe0x 2/f3bbXn3gsB0vwx27taC7eXB1YMGEWZAHa9/ePekCJzRbqjgVRLtsmr0hAb+wv3YrUwFJbMc+MI+ zwmkbvS2BVFluPZboy/vKCDI0JwB6KOq2hTF3i4N6E4PH0hjaWPdEQDxPCqOR4r348k3ofwxYMFHk AAGgDBAfqw69sQRsV3ymnBqJ1DkDB3iT/EFizKT84NfvKa9JEI4WRJxDq10XQQzfp7wTQjWExUJ+t EiuV11eCfEurS/4Cg3NhfnKDs1E/KPA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1csWSc-0000Ev-7c; Mon, 27 Mar 2017 15:21:34 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1csWSX-0000CM-Fh for linux-arm-kernel@lists.infradead.org; Mon, 27 Mar 2017 15:21:31 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id 70A01207ED; Mon, 27 Mar 2017 17:21:05 +0200 (CEST) Received: from localhost (unknown [88.191.26.124]) by mail.free-electrons.com (Postfix) with ESMTPSA id 4D88B20767; Mon, 27 Mar 2017 17:21:05 +0200 (CEST) From: Alexandre Belloni To: Nicolas Ferre Subject: [PATCH] MAINTAINERS: Add memory drivers to AT91 entry Date: Mon, 27 Mar 2017 17:21:01 +0200 Message-Id: <20170327152101.21977-1-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170327_082129_700817_73408AE5 X-CRM114-Status: UNSURE ( 9.12 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Lee Jones , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Both atmel-ebi and atmel-sdram are maintained as part of the Atmel ARM SoCs. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c45c02bc6082..6531d239db6b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1111,6 +1111,7 @@ F: arch/arm/boot/dts/at91*.dtsi F: arch/arm/boot/dts/sama*.dts F: arch/arm/boot/dts/sama*.dtsi F: arch/arm/include/debug/at91.S +F: drivers/memory/atmel* ARM/ATMEL AT91 Clock Support M: Boris Brezillon