From: Kenneth Heitke <kheitke@codeaurora.org>
To: davidb@codeaurora.org, bryanh@codeaurora.org, dwalker@fifo99.com,
dima@android.com
Cc: linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, tsoni@codeaurora.org,
swetland@google.com, Kenneth Heitke <kheitke@codeaurora.org>
Subject: [PATCH v3 0/2] msm: add single-wire serial bus interface (SSBI) driver
Date: Tue, 1 Mar 2011 21:01:03 -0700 [thread overview]
Message-ID: <1299038465-11782-1-git-send-email-kheitke@codeaurora.org> (raw)
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.
next reply other threads:[~2011-03-02 4:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-02 4:01 Kenneth Heitke [this message]
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
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=1299038465-11782-1-git-send-email-kheitke@codeaurora.org \
--to=kheitke@codeaurora.org \
--cc=bryanh@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=dima@android.com \
--cc=dwalker@fifo99.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).