From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 5/5] ARM: msm: Move MSM's DT based hardware to multi-platform support Date: Thu, 5 Dec 2013 03:43:18 +0100 Message-ID: <201312050343.19327.arnd@arndb.de> References: <1386185952-27259-1-git-send-email-sboyd@codeaurora.org> <1386185952-27259-6-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:58888 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753515Ab3LECnw (ORCPT ); Wed, 4 Dec 2013 21:43:52 -0500 In-Reply-To: <1386185952-27259-6-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: David Brown , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Wednesday 04 December 2013, Stephen Boyd wrote: > The DT based MSM platforms can join the multi-platform builds, so > introduce a DT based ARCH_MSM option. This option allows DT based > MSM platforms to be built into the multi-platform kernel. Also > introduce a hidden ARCH_MSM config that both the DT and non-DT > platform support code select to avoid churn in places that depend > on CONFIG_ARCH_MSM. > > Cc: Arnd Bergmann > Signed-off-by: Stephen Boyd Nice! Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 5 Dec 2013 03:43:18 +0100 Subject: [PATCH 5/5] ARM: msm: Move MSM's DT based hardware to multi-platform support In-Reply-To: <1386185952-27259-6-git-send-email-sboyd@codeaurora.org> References: <1386185952-27259-1-git-send-email-sboyd@codeaurora.org> <1386185952-27259-6-git-send-email-sboyd@codeaurora.org> Message-ID: <201312050343.19327.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 04 December 2013, Stephen Boyd wrote: > The DT based MSM platforms can join the multi-platform builds, so > introduce a DT based ARCH_MSM option. This option allows DT based > MSM platforms to be built into the multi-platform kernel. Also > introduce a hidden ARCH_MSM config that both the DT and non-DT > platform support code select to avoid churn in places that depend > on CONFIG_ARCH_MSM. > > Cc: Arnd Bergmann > Signed-off-by: Stephen Boyd Nice! Acked-by: Arnd Bergmann