linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i2c/acpi: Support for multiple serial bus addresses
@ 2014-09-05 15:21 Srinivas Pandruvada
       [not found] ` <1409930466-31746-1-git-send-email-srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Srinivas Pandruvada @ 2014-09-05 15:21 UTC (permalink / raw)
  To: wsa-z923LK4zBo2bacvFa/9K2g
  Cc: mika.westerberg-VuQAYsv1563Yd54FQh9/CA,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA, Srinivas Pandruvada

The ACPI spec allows multiple i2c addresses for a single device. This
series addresses the implementation of this support in core i2c for ACPI
enumeration.

v2
Restructured based on 3.17.rc3 as acpi i2c part has been moved out of i2c-core.

v1
Create an i2c device for the first valid i2c address which is not a
SMBus reserved address and let the first enumerated driver use the other
defined addresses by providing helper function to retrieve them.

v0
Sent on Mar 6, 2014
This patchset create an i2c device at every specified i2c serial bus
address.
[PATCH 1/2] i2c/ACPI: Support for multiple serial bus addresses



Mika Westerberg (1):
  i2c / ACPI: Add support for extracting multiple I2C addresses

Srinivas Pandruvada (1):
  i2c / ACPI: Create device on a valid first address

 drivers/i2c/i2c-acpi.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-core.c |  61 +++++++++++++++++++++
 include/linux/i2c.h    |   8 +++
 3 files changed, 212 insertions(+)

-- 
1.9.3

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

end of thread, other threads:[~2014-09-05 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 15:21 [PATCH v2 0/2] i2c/acpi: Support for multiple serial bus addresses Srinivas Pandruvada
     [not found] ` <1409930466-31746-1-git-send-email-srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2014-09-05 15:21   ` [PATCH v2 1/2] i2c / ACPI: Create device on a valid first address Srinivas Pandruvada
2014-09-05 15:21   ` [PATCH v2 2/2] i2c / ACPI: Add support for extracting multiple I2C addresses Srinivas Pandruvada

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