From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCHv2] ARM: Push selects for TWD/SCU into machine entries Date: Tue, 5 Mar 2013 22:34:32 +0000 Message-ID: <201303052234.32723.arnd@arndb.de> References: <1362007694-3419-1-git-send-email-sboyd@codeaurora.org> <512E9A39.3070207@wwwdotorg.org> <51354E35.1080804@codeaurora.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:64465 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756233Ab3CEWeq (ORCPT ); Tue, 5 Mar 2013 17:34:46 -0500 In-Reply-To: <51354E35.1080804@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Stephen Boyd , Stephen Warren , Kukjin Kim , Russell King , Srinidhi Kasagar , Tony Lindgren , linux-arm-msm@vger.kernel.org, Linus Walleij , linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Barry Song , Olof Johansson On Tuesday 05 March 2013, Stephen Boyd wrote: > On 02/27/13 15:43, Stephen Warren wrote: > > > > Seems simple enough it doesn't really need many, but for Tegra, > > Acked-by: Stephen Warren > > > > Which kernel is this going into? It's possible Tegra will get converted > > to multi-platform in 3.10, which might move that main ARCH_TEGRA block > > from arch/arm/Kconfig into arch/arm/mach-tegra/Kconfig, although I > > suppose it doesn't have to move it. I think some/all(?) other > > multi-platform conversions have moved their main Kconfig option like > > that though. > > Thanks. I'm hoping that Arnd/Olof can pick this up. I'm not sure which > version it will go into. > Hmm, it certainly looks useful to me. I think it should go into the next cleanup branch as a base, so others can build on top of it. We will also need it for the Exynos multiplatform patches that I hope can land in 3.10 as well. Sneaking it in through the fixes branch would make life easier for us, but it doesn't feel right. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 5 Mar 2013 22:34:32 +0000 Subject: [PATCHv2] ARM: Push selects for TWD/SCU into machine entries In-Reply-To: <51354E35.1080804@codeaurora.org> References: <1362007694-3419-1-git-send-email-sboyd@codeaurora.org> <512E9A39.3070207@wwwdotorg.org> <51354E35.1080804@codeaurora.org> Message-ID: <201303052234.32723.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 05 March 2013, Stephen Boyd wrote: > On 02/27/13 15:43, Stephen Warren wrote: > > > > Seems simple enough it doesn't really need many, but for Tegra, > > Acked-by: Stephen Warren > > > > Which kernel is this going into? It's possible Tegra will get converted > > to multi-platform in 3.10, which might move that main ARCH_TEGRA block > > from arch/arm/Kconfig into arch/arm/mach-tegra/Kconfig, although I > > suppose it doesn't have to move it. I think some/all(?) other > > multi-platform conversions have moved their main Kconfig option like > > that though. > > Thanks. I'm hoping that Arnd/Olof can pick this up. I'm not sure which > version it will go into. > Hmm, it certainly looks useful to me. I think it should go into the next cleanup branch as a base, so others can build on top of it. We will also need it for the Exynos multiplatform patches that I hope can land in 3.10 as well. Sneaking it in through the fixes branch would make life easier for us, but it doesn't feel right. Arnd