linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/2] MAINTAINERS: Add drivers/platform/msm to MSM subsystem
@ 2011-03-08 19:07 Kenneth Heitke
  0 siblings, 0 replies; 3+ messages in thread
From: Kenneth Heitke @ 2011-03-08 19:07 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Kenneth Heitke <kheitke@codeaurora.org>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 59869e4..696cb18 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -904,6 +904,7 @@ F:	drivers/mmc/host/msm_sdcc.c
 F:	drivers/mmc/host/msm_sdcc.h
 F:	drivers/tty/serial/msm_serial.h
 F:	drivers/tty/serial/msm_serial.c
+F:	drivers/platform/msm/
 T:	git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
 S:	Maintained
 
-- 
1.7.3.3

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH v3 0/2] msm: add single-wire serial bus interface (SSBI) driver
@ 2011-03-02  4:01 Kenneth Heitke
  2011-03-02  4:01 ` [PATCH v3 1/2] MAINTAINERS: Add drivers/platform/msm to MSM subsystem Kenneth Heitke
  0 siblings, 1 reply; 3+ messages in thread
From: Kenneth Heitke @ 2011-03-02  4:01 UTC (permalink / raw)
  To: linux-arm-kernel

Patch history
v3: move SSBI driver to drivers/platform/msm
v2: move SSBI driver to drivers//msm from arch/arm/mach-msm

Kenneth Heitke (2):
  MAINTAINERS: Add drivers/platform/msm to MSM subsystem
  platform-drivers: msm: add single-wire serial bus interface (SSBI)
    driver

 MAINTAINERS                   |    1 +
 drivers/platform/Kconfig      |    3 +
 drivers/platform/Makefile     |    1 +
 drivers/platform/msm/Kconfig  |   13 ++
 drivers/platform/msm/Makefile |    4 +
 drivers/platform/msm/ssbi.c   |  396 +++++++++++++++++++++++++++++++++++++++++
 include/linux/msm_ssbi.h      |   49 +++++
 7 files changed, 467 insertions(+), 0 deletions(-)
 create mode 100644 drivers/platform/msm/Kconfig
 create mode 100644 drivers/platform/msm/Makefile
 create mode 100644 drivers/platform/msm/ssbi.c
 create mode 100644 include/linux/msm_ssbi.h

-- 
1.7.3.3

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

end of thread, other threads:[~2011-03-08 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 19:07 [PATCH v3 1/2] MAINTAINERS: Add drivers/platform/msm to MSM subsystem Kenneth Heitke
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02  4:01 [PATCH v3 0/2] msm: add single-wire serial bus interface (SSBI) driver Kenneth Heitke
2011-03-02  4:01 ` [PATCH v3 1/2] MAINTAINERS: Add drivers/platform/msm to MSM subsystem Kenneth Heitke
2011-03-08 18:34   ` David Brown

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