lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  2 Sep 2010 17:44:18 -0600
From:	Kenneth Heitke <kheitke@...eaurora.org>
To:	khali@...ux-fr.org, ben-linux@...ff.org,
	srinidhi.kasagar@...ricsson.com, tsoni@...eaurora.org
Cc:	linux-arm-msm@...r.kernel.org, linux-i2c@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Kenneth Heitke <kheitke@...eaurora.org>
Subject: [PATCH v2 0/2] i2c: QUP based bus driver for Qualcomm MSM chipsets

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ