[PATCH 2/4] arm: qcom: Split Qualcomm support into legacy and multiplatform
From: Kevin Hilman <hidden>
Date: 2014-02-26 14:22:09
Also in:
linux-arm-msm, lkml
From: Kevin Hilman <hidden>
Date: 2014-02-26 14:22:09
Also in:
linux-arm-msm, lkml
Kumar Gala [off-list ref] 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 <redacted>
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