linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] msm: add single-wire serial bus interface (SSBI) driver
@ 2011-02-24 22:19 Kenneth Heitke
  2011-02-24 22:19 ` [PATCH v2 1/2] MAINTAINERS: Add drivers/msm to MSM subsystem Kenneth Heitke
  2011-02-24 22:19 ` [PATCH v2 2/2] msm: add single-wire serial bus interface (SSBI) driver Kenneth Heitke
  0 siblings, 2 replies; 15+ messages in thread
From: Kenneth Heitke @ 2011-02-24 22:19 UTC (permalink / raw)
  To: linux-arm-kernel

These patches replace the previous patch by moving the SSBI driver from
the arch/arm/mach-msm directory to drivers/msm.

The MAINTAINERS file is being updated to add the appropriate maintainer
for drivers/msm.

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

 MAINTAINERS              |    1 +
 drivers/Kconfig          |    2 +
 drivers/Makefile         |    1 +
 drivers/msm/Kconfig      |   13 ++
 drivers/msm/Makefile     |    4 +
 drivers/msm/ssbi.c       |  376 ++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/msm_ssbi.h |   49 ++++++
 7 files changed, 446 insertions(+), 0 deletions(-)
 create mode 100644 drivers/msm/Kconfig
 create mode 100644 drivers/msm/Makefile
 create mode 100644 drivers/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] 15+ messages in thread

end of thread, other threads:[~2011-02-25 20:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 22:19 [PATCH v2 0/2] msm: add single-wire serial bus interface (SSBI) driver Kenneth Heitke
2011-02-24 22:19 ` [PATCH v2 1/2] MAINTAINERS: Add drivers/msm to MSM subsystem Kenneth Heitke
2011-02-24 23:08   ` Nicolas Pitre
2011-02-24 22:19 ` [PATCH v2 2/2] msm: add single-wire serial bus interface (SSBI) driver Kenneth Heitke
2011-02-25  2:23   ` Daniel Walker
2011-02-25  2:31     ` David Brown
2011-02-25  2:35       ` Daniel Walker
2011-02-25  2:39         ` Dima Zavin
2011-02-25  3:20           ` David Brown
2011-02-25  3:28             ` Greg KH
2011-02-25  3:54               ` David Brown
2011-02-25  3:58                 ` Greg KH
2011-02-25  4:06                   ` David Brown
2011-02-25 19:00     ` David Brown
2011-02-25 20:21       ` Brian Swetland

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