From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 2/4] arm: qcom: Split Qualcomm support into legacy and multiplatform Date: Wed, 26 Feb 2014 06:22:03 -0800 Message-ID: <7hha7m0x9w.fsf@paris.lan> References: <1391107002-21470-1-git-send-email-galak@codeaurora.org> <1391107002-21470-3-git-send-email-galak@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pb0-f41.google.com ([209.85.160.41]:48736 "EHLO mail-pb0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751439AbaBZOWF (ORCPT ); Wed, 26 Feb 2014 09:22:05 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so1043974pbb.14 for ; Wed, 26 Feb 2014 06:22:05 -0800 (PST) In-Reply-To: <1391107002-21470-3-git-send-email-galak@codeaurora.org> (Kumar Gala's message of "Thu, 30 Jan 2014 12:36:40 -0600") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Kumar Gala Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Kumar Gala writes: > Introduce a new mach-qcom that will support SoCs that intend to be > multiplatform compatiable while keeping mach-msm to legacy SoC/board > support that will not transition over to multiplatform. > > As part of this, we move support for MSM8X60, MSM8960 and MSM8974 over > to mach-qcom. > > Signed-off-by: Kumar Gala Having a closer look at this after seeing the multi_v7_defconfig change, I have a minor nit on the new ARCH_QCOM name. For new additions, we've been trying to move towards using SOC_foo instead of ARCH_foo. Any reason not to do that here also? Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Wed, 26 Feb 2014 06:22:03 -0800 Subject: [PATCH 2/4] arm: qcom: Split Qualcomm support into legacy and multiplatform In-Reply-To: <1391107002-21470-3-git-send-email-galak@codeaurora.org> (Kumar Gala's message of "Thu, 30 Jan 2014 12:36:40 -0600") References: <1391107002-21470-1-git-send-email-galak@codeaurora.org> <1391107002-21470-3-git-send-email-galak@codeaurora.org> Message-ID: <7hha7m0x9w.fsf@paris.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Kumar Gala writes: > Introduce a new mach-qcom that will support SoCs that intend to be > multiplatform compatiable while keeping mach-msm to legacy SoC/board > support that will not transition over to multiplatform. > > As part of this, we move support for MSM8X60, MSM8960 and MSM8974 over > to mach-qcom. > > Signed-off-by: Kumar Gala Having a closer look at this after seeing the multi_v7_defconfig change, I have a minor nit on the new ARCH_QCOM name. For new additions, we've been trying to move towards using SOC_foo instead of ARCH_foo. Any reason not to do that here also? Kevin