linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Allow MSM DT platforms to be built multi-platform
@ 2013-12-04 19:39 Stephen Boyd
  2013-12-04 19:39 ` [PATCH 1/5] mmc: msm_sdcc: Limit driver to platforms that use it Stephen Boyd
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Stephen Boyd @ 2013-12-04 19:39 UTC (permalink / raw)
  To: linux-arm-kernel

These patches allow the MSM code to be built as part of the multi-platform
kernel. To be fully functional you need the first patch from Ivan's series[1]
so that the usb-phy driver doesn't use mach specific APIs. I'm hoping that
we can send these all through arm-soc so driver maintainers please ack
the first two changes.

Stephen Boyd (5):
  mmc: msm_sdcc: Limit driver to platforms that use it
  tty: serial: Limit msm_serial_hs driver to platforms that use it
  ARM: msm: Only build clock.c on proc_comm based platforms
  ARM: msm: Only build timer.c if required
  ARM: msm: Move MSM's DT based hardware to multi-platform support

 arch/arm/Kconfig           |  4 +--
 arch/arm/mach-msm/Kconfig  | 66 ++++++++++++++++++++++++++++------------------
 arch/arm/mach-msm/Makefile |  4 +--
 drivers/mmc/host/Kconfig   |  2 +-
 drivers/tty/serial/Kconfig |  2 +-
 5 files changed, 46 insertions(+), 32 deletions(-)

[1] https://lkml.org/lkml/2013/11/12/722 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

end of thread, other threads:[~2013-12-10 23:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 19:39 [PATCH 0/5] Allow MSM DT platforms to be built multi-platform Stephen Boyd
2013-12-04 19:39 ` [PATCH 1/5] mmc: msm_sdcc: Limit driver to platforms that use it Stephen Boyd
2013-12-10 23:47   ` Stephen Boyd
2013-12-04 19:39 ` [PATCH 2/5] tty: serial: Limit msm_serial_hs " Stephen Boyd
2013-12-04 19:54   ` Greg Kroah-Hartman
2013-12-04 19:39 ` [PATCH 3/5] ARM: msm: Only build clock.c on proc_comm based platforms Stephen Boyd
2013-12-04 19:39 ` [PATCH 4/5] ARM: msm: Only build timer.c if required Stephen Boyd
2013-12-04 19:39 ` [PATCH 5/5] ARM: msm: Move MSM's DT based hardware to multi-platform support Stephen Boyd
2013-12-05  2:43   ` Arnd Bergmann

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).