From: Kenneth Heitke <kheitke@codeaurora.org>
To: davidb@codeaurora.org, dima@android.com
Cc: linux-arm-msm@vger.kernel.org, tsoni@codeaurora.org,
linux-arm-kernel@lists.infradead.org, swetland@google.com,
Kenneth Heitke <kheitke@codeaurora.org>
Subject: [PATCH v2 0/2] msm: add single-wire serial bus interface (SSBI) driver
Date: Thu, 24 Feb 2011 15:19:12 -0700 [thread overview]
Message-ID: <1298585954-22422-1-git-send-email-kheitke@codeaurora.org> (raw)
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
next reply other threads:[~2011-02-24 22:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-24 22:19 Kenneth Heitke [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1298585954-22422-1-git-send-email-kheitke@codeaurora.org \
--to=kheitke@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=dima@android.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=swetland@google.com \
--cc=tsoni@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).