linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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
  2011-03-02  4:01 ` [PATCH v3 2/2] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver Kenneth Heitke
  0 siblings, 2 replies; 4+ messages in thread
From: Kenneth Heitke @ 2011-03-02  4:01 UTC (permalink / raw)
  To: davidb, bryanh, dwalker, dima
  Cc: linux-arm-msm, linux-arm-kernel, tsoni, swetland, Kenneth Heitke

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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2011-03-02  4:01 ` [PATCH v3 2/2] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver Kenneth Heitke

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