linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Split mach-msm into legacy and mach-qcom (multiplatform)
@ 2014-01-30 18:36 Kumar Gala
  2014-01-30 18:36 ` [PATCH 1/4] clocksource: qcom: Move clocksource code out of mach-msm Kumar Gala
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Kumar Gala @ 2014-01-30 18:36 UTC (permalink / raw)
  To: linux-arm-msm; +Cc: Kumar Gala, linux-arm-kernel, linux-kernel

This is the starts of splitting the Qualcomm MSM platform into legacy support
that we will not try and convert to multiplatform and multiplatform support.
These patches are based on the 'CPU enable method based SMP' patches.

I wanted to get these out for review, will add a few more patches for defconfig
updates/additions, as well as some additional driver being enabled for ARCH_QCOM.

- k

 arch/arm/mach-msm/board-dt.c       |   27 --
 arch/arm/mach-msm/hotplug.c        |   51 ----
 arch/arm/mach-msm/platsmp.c        |  371 ------------------------------------
 arch/arm/mach-msm/scm-boot.c       |   39 ---
 arch/arm/mach-msm/scm-boot.h       |   24 --
 arch/arm/mach-msm/scm.c            |  299 -----------------------------
 arch/arm/mach-msm/scm.h            |   25 --
 arch/arm/mach-msm/timer.c          |  333 --------------------------------
 b/MAINTAINERS                      |    7 
 b/arch/arm/Kconfig                 |    7 
 b/arch/arm/Makefile                |    1 
 b/arch/arm/boot/dts/Makefile       |    6 
 b/arch/arm/mach-msm/Kconfig        |   54 -----
 b/arch/arm/mach-msm/Makefile       |    8 
 b/arch/arm/mach-qcom/Kconfig       |   34 +++
 b/arch/arm/mach-qcom/Makefile      |    5 
 b/arch/arm/mach-qcom/board.c       |   26 ++
 b/arch/arm/mach-qcom/scm-boot.c    |   39 +++
 b/arch/arm/mach-qcom/scm-boot.h    |   24 ++
 b/arch/arm/mach-qcom/scm.c         |  299 +++++++++++++++++++++++++++++
 b/arch/arm/mach-qcom/scm.h         |   25 ++
 b/arch/arm/mach-qcom/smp.c         |  380 +++++++++++++++++++++++++++++++++++++
 b/drivers/clocksource/Kconfig      |    4 
 b/drivers/clocksource/Makefile     |    1 
 b/drivers/clocksource/qcom-timer.c |  330 ++++++++++++++++++++++++++++++++
 b/drivers/tty/serial/Kconfig       |    2 
 26 files changed, 1188 insertions(+), 1233 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-02-26 23:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 18:36 [PATCH 0/4] Split mach-msm into legacy and mach-qcom (multiplatform) Kumar Gala
2014-01-30 18:36 ` [PATCH 1/4] clocksource: qcom: Move clocksource code out of mach-msm Kumar Gala
2014-01-30 18:36 ` [PATCH 2/4] arm: qcom: Split Qualcomm support into legacy and multiplatform Kumar Gala
2014-01-31 19:10   ` Olof Johansson
2014-01-31 19:20   ` Arnd Bergmann
2014-01-31 19:25     ` Kumar Gala
2014-01-31 19:34       ` Arnd Bergmann
2014-01-31 19:45         ` Kumar Gala
2014-01-31 20:11   ` Rob Herring
2014-02-26 14:22   ` Kevin Hilman
2014-02-26 17:22     ` Kumar Gala
2014-02-26 23:03       ` Kevin Hilman
2014-01-30 18:36 ` [PATCH 3/4] clocksource: qcom: split building of legacy vs multiplatform support Kumar Gala
2014-01-30 18:36 ` [PATCH 4/4] tty: serial: msm: Enable building msm_serial for ARCH_QCOM Kumar Gala
2014-01-30 22:36   ` Greg Kroah-Hartman
2014-01-31 19:11 ` [PATCH 0/4] Split mach-msm into legacy and mach-qcom (multiplatform) Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).