Re: [PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-11 Thread Bryan Huntsman
On 02/11/2014 07:13 AM, Kumar Gala wrote: >>> * Copyright (c) 2010, Code Aurora Forum. All rights reserved. >>> >> + * Copyright (c) 2014 The Linux Foundation. All rights reserved. >> > >> > We should replace the Code Aurora Forum copyright with Linux >> > Foundation here. > Is this something

Re: [PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-11 Thread Kumar Gala
On Feb 7, 2014, at 9:26 PM, Stephen Boyd wrote: > On 02/06, Kumar Gala wrote: >> diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-qcom/platsmp.c >> similarity index 98% >> rename from arch/arm/mach-msm/platsmp.c >> rename to arch/arm/mach-qcom/platsmp.c >> index 251a91e..67823a7 100644

Re: [PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-11 Thread Kumar Gala
On Feb 7, 2014, at 9:26 PM, Stephen Boyd sb...@codeaurora.org wrote: On 02/06, Kumar Gala wrote: diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-qcom/platsmp.c similarity index 98% rename from arch/arm/mach-msm/platsmp.c rename to arch/arm/mach-qcom/platsmp.c index

Re: [PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-11 Thread Bryan Huntsman
On 02/11/2014 07:13 AM, Kumar Gala wrote: * Copyright (c) 2010, Code Aurora Forum. All rights reserved. + * Copyright (c) 2014 The Linux Foundation. All rights reserved. We should replace the Code Aurora Forum copyright with Linux Foundation here. Is this something we’ve been doing?

Re: [PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-07 Thread Stephen Boyd
On 02/06, Kumar Gala wrote: > diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-qcom/platsmp.c > similarity index 98% > rename from arch/arm/mach-msm/platsmp.c > rename to arch/arm/mach-qcom/platsmp.c > index 251a91e..67823a7 100644 > --- a/arch/arm/mach-msm/platsmp.c > +++

Re: [PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-07 Thread Stephen Boyd
On 02/06, Kumar Gala wrote: diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-qcom/platsmp.c similarity index 98% rename from arch/arm/mach-msm/platsmp.c rename to arch/arm/mach-qcom/platsmp.c index 251a91e..67823a7 100644 --- a/arch/arm/mach-msm/platsmp.c +++

[PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-06 Thread Kumar Gala
Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatible 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

[PATCH v3 3/5] ARM: qcom: Split Qualcomm support into legacy and multiplatform

2014-02-06 Thread Kumar Gala
Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatible 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