ARM: qcom: Split Qualcomm support into legacy and multiplatform
authorKumar Gala <galak@codeaurora.org>
Tue, 21 Jan 2014 23:14:10 +0000 (17:14 -0600)
committerKumar Gala <galak@codeaurora.org>
Thu, 6 Feb 2014 22:20:26 +0000 (16:20 -0600)
commit8fc1b0f87d9fcc7f05873c70b3003328c3d7defa
tree7f5007bea484e69a9d9776336062933f9a61b964
parent3f8e8cee2f4bd02367583cc2d143887d1f49fd6c
ARM: qcom: Split Qualcomm support into legacy and multiplatform

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 Gala <galak@codeaurora.org>
21 files changed:
MAINTAINERS
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm/Makefile
arch/arm/boot/dts/Makefile
arch/arm/mach-msm/Kconfig
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/board-dt.c [deleted file]
arch/arm/mach-msm/platsmp.c [deleted file]
arch/arm/mach-msm/scm-boot.c [deleted file]
arch/arm/mach-msm/scm-boot.h [deleted file]
arch/arm/mach-msm/scm.c [deleted file]
arch/arm/mach-msm/scm.h [deleted file]
arch/arm/mach-qcom/Kconfig [new file with mode: 0644]
arch/arm/mach-qcom/Makefile [new file with mode: 0644]
arch/arm/mach-qcom/board.c [new file with mode: 0644]
arch/arm/mach-qcom/platsmp.c [new file with mode: 0644]
arch/arm/mach-qcom/scm-boot.c [new file with mode: 0644]
arch/arm/mach-qcom/scm-boot.h [new file with mode: 0644]
arch/arm/mach-qcom/scm.c [new file with mode: 0644]
arch/arm/mach-qcom/scm.h [new file with mode: 0644]
This page took 0.029382 seconds and 5 git commands to generate.