From patchwork Mon Jan 19 09:32:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 5655861 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 987649F357 for ; Mon, 19 Jan 2015 09:34:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5FA9B2037B for ; Mon, 19 Jan 2015 09:34:36 +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 7F0EF20328 for ; Mon, 19 Jan 2015 09:34:35 +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 1YD8hU-0004xz-5P; Mon, 19 Jan 2015 09:32:48 +0000 Received: from cpsmtpb-ews06.kpnxchange.com ([213.75.39.9]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YD8hO-0004Sk-2y for linux-arm-kernel@lists.infradead.org; Mon, 19 Jan 2015 09:32:44 +0000 Received: from cpsps-ews18.kpnxchange.com ([10.94.84.184]) by cpsmtpb-ews06.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 19 Jan 2015 10:32:17 +0100 Received: from CPSMTPM-TLF104.kpnxchange.com ([195.121.3.7]) by cpsps-ews18.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 19 Jan 2015 10:32:17 +0100 Received: from [192.168.10.103] ([77.173.140.92]) by CPSMTPM-TLF104.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 19 Jan 2015 10:32:17 +0100 Message-ID: <1421659937.9655.16.camel@x220> Subject: [PATCH v4] ARM: mvebu: remove two selects of ARM_ERRATA_753970 From: Paul Bolle To: Jason Cooper , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Russell King Date: Mon, 19 Jan 2015 10:32:17 +0100 X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 X-OriginalArrivalTime: 19 Jan 2015 09:32:17.0264 (UTC) FILETIME=[D0C3AF00:01D033CA] X-RcptDomain: lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150119_013242_547127_9B189DB9 X-CRM114-Status: UNSURE ( 9.62 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Valentin Rothberg 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: , 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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 ARM_ERRATA_753970 was renamed to PL310_ERRATA_753970 in v3.2, through commit fa0ce4035d48 ("ARM: 7162/1: errata: tidy up Kconfig options for PL310 errata workarounds"). Still, two selects were added in v3.15 that used the previous name. So these selects have always been nops. It is clear that the intention here was to select PL310_ERRATA_753970. But as, apparently, nothing broke for four releases we can assume PL310_ERRATA_753970 isn't actually needed. So let's not rename these two selects but just drop them instead. Signed-off-by: Paul Bolle --- v4: Do no bother anymore to rename these selects. I've tried to do that a few times ever since v3.15-rc1 was released. Last time, v3, was in https://lkml.org/lkml/2014/9/12/231 . And since the people who intruduced this issue apparently aren't bothered by it, neither should I. So just do the safe and easy thing, which is removing these two selects, as they are nops now. Done on top of next-20150119. arch/arm/mach-mvebu/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index c1e4567a5ab3..e8e5fa25121c 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -37,7 +37,6 @@ config MACH_ARMADA_370 config MACH_ARMADA_375 bool "Marvell Armada 375 boards" if ARCH_MULTI_V7 select ARM_ERRATA_720789 - select ARM_ERRATA_753970 select ARM_GIC select ARMADA_375_CLK select HAVE_ARM_SCU @@ -52,7 +51,6 @@ config MACH_ARMADA_375 config MACH_ARMADA_38X bool "Marvell Armada 380/385 boards" if ARCH_MULTI_V7 select ARM_ERRATA_720789 - select ARM_ERRATA_753970 select ARM_GIC select ARMADA_38X_CLK select HAVE_ARM_SCU