linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RESEND 0/4] Trim down mach includes in MSM drivers
@ 2013-03-04 23:08 Stephen Boyd
  2013-03-04 23:08 ` [PATCH/RESEND 1/4] ARM: msm: Move dma.h #defines that are private to dma.c Stephen Boyd
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stephen Boyd @ 2013-03-04 23:08 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series trims the usage of mach includes in MSM 
drivers. In particular it targets the msm_iomap.h header
file and completely removes the cpu.h header file. After
this series we only have one driver using the msm_iomap.h file
outside of mach-msm. Once that driver is moved to be
a platform device we can make msm_iomap.h private to mach-msm.

Stephen Boyd (4):
  ARM: msm: Move dma.h #defines that are private to dma.c
  mmc: msm_sdcc: Remove unnecessary include
  gpio: Make gpio-msm-v1 into a platform driver
  ARM: msm: Remove unused cpu.h header file

 arch/arm/mach-msm/board-halibut.c    |    1 +
 arch/arm/mach-msm/board-msm7x30.c    |    1 +
 arch/arm/mach-msm/board-qsd8x50.c    |    1 +
 arch/arm/mach-msm/board-trout.c      |    1 +
 arch/arm/mach-msm/devices-msm7x00.c  |   31 +++++
 arch/arm/mach-msm/devices-msm7x30.c  |   31 +++++
 arch/arm/mach-msm/devices-qsd8x50.c  |   31 +++++
 arch/arm/mach-msm/devices.h          |    4 +
 arch/arm/mach-msm/dma.c              |   26 ++++
 arch/arm/mach-msm/include/mach/cpu.h |   54 ---------
 arch/arm/mach-msm/include/mach/dma.h |   26 ----
 drivers/gpio/gpio-msm-v1.c           |  220 +++++++++++++++++++++++-----------
 drivers/mmc/host/msm_sdcc.c          |    1 -
 13 files changed, 276 insertions(+), 152 deletions(-)
 delete mode 100644 arch/arm/mach-msm/include/mach/cpu.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

end of thread, other threads:[~2013-03-04 23:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 23:08 [PATCH/RESEND 0/4] Trim down mach includes in MSM drivers Stephen Boyd
2013-03-04 23:08 ` [PATCH/RESEND 1/4] ARM: msm: Move dma.h #defines that are private to dma.c Stephen Boyd
2013-03-04 23:08 ` [PATCH/RESEND 2/4] mmc: msm_sdcc: Remove unnecessary include Stephen Boyd
2013-03-04 23:08 ` [PATCH/RESEND 3/4] gpio: Make gpio-msm-v1 into a platform driver Stephen Boyd
2013-03-04 23:08 ` [PATCH/RESEND 4/4] ARM: msm: Remove unused cpu.h header file Stephen Boyd

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