[PATCH v2 0/2] i2c: QUP based bus driver for Qualcomm MSM chipsets

From: Kenneth Heitke
Date: Thu Sep 02 2010 - 19:44:28 EST


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@xxxxxxxxx
srinidhi.kasagar@xxxxxxxxxxxxxx
tsoni@xxxxxxxxxxxxxx

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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/