From patchwork Mon Oct 27 23:09:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 5167691 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9F705C11AC for ; Tue, 28 Oct 2014 00:13:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CC2752020E for ; Tue, 28 Oct 2014 00:13:20 +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 D9AD3201C7 for ; Tue, 28 Oct 2014 00:13:19 +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 1XiuN9-0004zR-5R; Tue, 28 Oct 2014 00:10:51 +0000 Received: from merlin.infradead.org ([2001:4978:20e::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XiuK7-0000tc-75 for linux-arm-kernel@bombadil.infradead.org; Tue, 28 Oct 2014 00:07:43 +0000 Received: from down.free-electrons.com ([37.187.137.238] helo=mail.free-electrons.com) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XitRH-0005NC-6z for linux-arm-kernel@lists.infradead.org; Mon, 27 Oct 2014 23:11:04 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id B2D8F4734; Tue, 28 Oct 2014 00:10:09 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 6E9564730; Tue, 28 Oct 2014 00:10:09 +0100 (CET) From: Alexandre Belloni To: Nicolas Ferre , Sebastian Reichel Subject: [PATCH v2 6/8] ARM: at91: sam9: remove useless resource for rstc Date: Tue, 28 Oct 2014 00:09:35 +0100 Message-Id: <1414451377-11053-7-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1414451377-11053-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1414451377-11053-1-git-send-email-alexandre.belloni@free-electrons.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141027_191103_351621_C3980FDD X-CRM114-Status: GOOD ( 10.35 ) X-Spam-Score: -1.8 (-) Cc: Boris Brezillon , linux-pm@vger.kernel.org, Dmitry Eremin-Solenikov , Jean-Christophe Plagniol-Villard , linux-kernel@vger.kernel.org, Alexandre Belloni , Maxime Ripard , David Woodhouse , linux-arm-kernel@lists.infradead.org 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-Virus-Scanned: ClamAV using ClamSMTP The RAMC resources are now unnecessary in the reset driver, remove them. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91sam9260.c | 5 ----- arch/arm/mach-at91/at91sam9261.c | 5 ----- arch/arm/mach-at91/at91sam9263.c | 5 ----- 3 files changed, 15 deletions(-) diff --git a/arch/arm/mach-at91/at91sam9260.c b/arch/arm/mach-at91/at91sam9260.c index d5a6df9ce570..d1c97e025483 100644 --- a/arch/arm/mach-at91/at91sam9260.c +++ b/arch/arm/mach-at91/at91sam9260.c @@ -365,11 +365,6 @@ static struct resource rstc_resources[] = { .end = AT91SAM9260_BASE_RSTC + SZ_16 - 1, .flags = IORESOURCE_MEM, }, - [1] = { - .start = AT91SAM9260_BASE_SDRAMC, - .end = AT91SAM9260_BASE_SDRAMC + SZ_512 - 1, - .flags = IORESOURCE_MEM, - }, }; static struct platform_device rstc_device = { diff --git a/arch/arm/mach-at91/at91sam9261.c b/arch/arm/mach-at91/at91sam9261.c index 1b23a023cca6..7a354d5a3d4c 100644 --- a/arch/arm/mach-at91/at91sam9261.c +++ b/arch/arm/mach-at91/at91sam9261.c @@ -324,11 +324,6 @@ static struct resource rstc_resources[] = { .end = AT91SAM9261_BASE_RSTC + SZ_16 - 1, .flags = IORESOURCE_MEM, }, - [1] = { - .start = AT91SAM9261_BASE_SDRAMC, - .end = AT91SAM9261_BASE_SDRAMC + SZ_512 - 1, - .flags = IORESOURCE_MEM, - }, }; static struct platform_device rstc_device = { diff --git a/arch/arm/mach-at91/at91sam9263.c b/arch/arm/mach-at91/at91sam9263.c index 55c0c212fde1..1f7e7021ae83 100644 --- a/arch/arm/mach-at91/at91sam9263.c +++ b/arch/arm/mach-at91/at91sam9263.c @@ -347,11 +347,6 @@ static struct resource rstc_resources[] = { .end = AT91SAM9263_BASE_RSTC + SZ_16 - 1, .flags = IORESOURCE_MEM, }, - [1] = { - .start = AT91SAM9263_BASE_SDRAMC0, - .end = AT91SAM9263_BASE_SDRAMC0 + SZ_512 - 1, - .flags = IORESOURCE_MEM, - }, }; static struct platform_device rstc_device = {