From: Kenneth Heitke <kheitke@codeaurora.org>
To: khali@linux-fr.org, ben-linux@fluff.org,
srinidhi.kasagar@stericsson.com, tsoni@codeaurora.org
Cc: linux-arm-msm@vger.kernel.org, Kenneth Heitke <kheitke@codeaurora.org>
Subject: [PATCH v2 0/2] i2c: QUP based bus driver for Qualcomm MSM chipsets
Date: Thu, 2 Sep 2010 17:29:55 -0600 [thread overview]
Message-ID: <1283470197-21148-1-git-send-email-kheitke@codeaurora.org> (raw)
Hi,
These patches incorporated requested changes from the v1 revision.
[PATCH 1/2] is for the header file that defines the platform data used
by the driver. This patch can be picked up by the i2c maintainers but
also needs to be acked by the msm maintainers (linux-arm-msm).
[PATCH 2/2] contains the QUP I2C driver.
Revision history:
v2: incorporated feedback from the following people:
ben-linux@fluff.org
srinidhi.kasagar@stericsson.com
tsoni@codeaurora.org
Kenneth Heitke (2):
msm: i2c: Add msm_qup_i2c.h
i2c: QUP based bus driver for Qualcomm MSM chipsets
arch/arm/mach-msm/include/mach/msm_qup_i2c.h | 28 +
drivers/i2c/busses/Kconfig | 12 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-qup.c | 1105 ++++++++++++++++++++++++++
4 files changed, 1146 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/mach-msm/include/mach/msm_qup_i2c.h
create mode 100644 drivers/i2c/busses/i2c-qup.c
--
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:[~2010-09-02 23:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-02 23:29 Kenneth Heitke [this message]
2010-09-02 23:29 ` [PATCH v2 1/2] msm: i2c: Add msm_qup_i2c.h Kenneth Heitke
2010-09-02 23:29 ` [PATCH v2 2/2] i2c: QUP based bus driver for Qualcomm MSM chipsets Kenneth Heitke
2010-09-03 8:38 ` Linus WALLEIJ
-- strict thread matches above, loose matches on Subject: below --
2010-09-02 23:44 [PATCH v2 0/2] " 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=1283470197-21148-1-git-send-email-kheitke@codeaurora.org \
--to=kheitke@codeaurora.org \
--cc=ben-linux@fluff.org \
--cc=khali@linux-fr.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=srinidhi.kasagar@stericsson.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).