Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752960AbbBYR0H (ORCPT ); Wed, 25 Feb 2015 12:26:07 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:51211 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbbBYR0F (ORCPT ); Wed, 25 Feb 2015 12:26:05 -0500 Message-ID: <54EE0562.40107@oracle.com> Date: Wed, 25 Feb 2015 09:24:50 -0800 From: santosh shilimkar Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Tony Lindgren , Stefan Hengelein CC: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Greg KH Subject: Re: Dead Kconfig Option OMAP4_ERRATA_I688 References: <20150225171451.GQ11056@atomide.com> In-Reply-To: <20150225171451.GQ11056@atomide.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1859 Lines: 52 On 2/25/2015 9:14 AM, Tony Lindgren wrote: > Hi, > > Adding Santosh to Cc on this one. > > * Stefan Hengelein [150225 09:13]: >> During the research for my masters thesis i came across the >> OMAP4_ERRATA_I688 option and realized, it is never possible to enable >> this option. >> >> The a62a6e98 commit added the "&& !ARCH_MULTIPLATFORM" dependency to >> disable this option for multiplatforms. However, because of enclosing >> dependencies, this option isn't available for non-MULTIPLATFORM >> configurations either. > > Yes there is no clean way currently to enable this errata for > multiplatform. > Right.To fix this, the barrier code needs to be run-time patched. >> CONFIG_OMAP4_ERRATA_I688 is defined in the menu "TI OMAP/AM/DM/DRA >> Family" which depends on ARCH_MULTI_V6 || ARCH_MULTI_V7. (in >> arch/arm/mach-omap2/Kconfig) >> >> ARCH_MULTI_V6 and ARCH_MULTI_V7 however are defined in the menu >> "Multiple platform selection" which depends on ARCH_MULTIPLATFORM (in >> arch/arm/Kconfig) >> >> Which is a contradiction. >> >> There are no selects on OMAP4_ERRATA_I688, which would ignore >> dependencies, either. >> >> The question is: >> Was disabling this option for non-MULTIPLATFORM configurations also intentional? >> >> i have added a minimal example of the problem. > > From what I remember the plan was to try to come up with a > multiplatform friendly way of doing this errata. Santosh, > any suggestions here? Should we just remove the code as it > seems nobody has complained about it for a few years now? > I have to agree to with you on this. Regards, Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/