Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753806AbbBKVAV (ORCPT ); Wed, 11 Feb 2015 16:00:21 -0500 Received: from utopia.booyaka.com ([74.50.51.50]:39513 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753182AbbBKVAT (ORCPT ); Wed, 11 Feb 2015 16:00:19 -0500 Date: Wed, 11 Feb 2015 21:00:18 +0000 (UTC) From: Paul Walmsley To: Tony Lindgren cc: Jon Hunter , Jon Hunter , linux-omap@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , linux-kernel@vger.kernel.org, "aaro.koskinen@iki.fi >> Aaro Koskinen" , tuukka.tikkanen@linaro.org, "khilman@deeprootsystems.com >> Kevin Hilman" , "linux@arm.linux.org.uk >> Russell King" Subject: Re: [PATCH] ARM: OMAP1: PM: fix some build warnings on 1510-only Kconfigs In-Reply-To: <20150211203757.GH2531@atomide.com> Message-ID: References: <54D9CFBC.3070405@nvidia.com> <54D9E42C.7010105@gmail.com> <20150211203757.GH2531@atomide.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1939 Lines: 42 On Wed, 11 Feb 2015, Tony Lindgren wrote: > * Paul Walmsley [150210 18:28]: > > On Tue, 10 Feb 2015, Jon Hunter wrote: > > > On 07/02/2015 00:23, Paul Walmsley wrote: > > > > > Unfortunately, there is not a single TRM for the omap5910 but individual > > > documents for each chapter in the original TRM. Check out the "OMAP5910 > > > Dual-Core Processor Timer Reference Guide" and possibly the "OMAP5910 > > > Dual-Core Processor Clock Generation and System Reset Management > > > Reference Guide" > > > > > > The omap15xx/5910 did have a 32k timer but as you can see it appears it > > > was never supported by the kernel for this device (not sure why). I do > > > recall that there is some errata regarding the 32k timer, if you look at > > > the omap5910 errata document and search for 32k you should find it. > > > > OK thanks for the context. I probably am not going to investigate adding > > support for this timer on OMAP1510/5910 - am primarily trying to avoid > > causing a regression on the existing platforms. > > At least I've never seen the 32KiHz timer registers in any 15xx > documentation. Jon are you sure you're not mixing up 5910 (15xx) > and 5912 (16xx)? It's documented in the OMAP5910 Timer Reference Guide (SPRU682A) Section 3 "32-kHz Timer", at the link Jon mentioned. Have not checked the errata that Jon mentioned though. Regarding the patch: I'd suggest keeping the compilation warning fixes (which was the original purpose of the patch) from anything that changes the logic too much. That way if there's an error in the patch that changes the logic and it needs to be reverted, it won't also revert the warning fixes. - Paul -- 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/