linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i2c: QUP based bus driver for Qualcomm MSM chipsets
@ 2010-09-02 23:29 Kenneth Heitke
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Kenneth Heitke @ 2010-09-02 23:29 UTC (permalink / raw)
  To: khali, ben-linux, srinidhi.kasagar, tsoni; +Cc: linux-arm-msm, Kenneth Heitke

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH v2 0/2] i2c: QUP based bus driver for Qualcomm MSM chipsets
@ 2010-09-02 23:44 Kenneth Heitke
  0 siblings, 0 replies; 5+ messages in thread
From: Kenneth Heitke @ 2010-09-02 23:44 UTC (permalink / raw)
  To: khali, ben-linux, srinidhi.kasagar, tsoni
  Cc: linux-arm-msm, linux-i2c, linux-kernel, Kenneth Heitke

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-03  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 23:29 [PATCH v2 0/2] i2c: QUP based bus driver for Qualcomm MSM chipsets Kenneth Heitke
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

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