linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: designware: add new ACPI IDs
@ 2013-11-12  9:57 Mika Westerberg
  2013-11-14 17:33 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2013-11-12  9:57 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Christian Ruppert, linux-i2c, linux-kernel, Mika Westerberg

Newer Intel PCHs with LPSS have the same Designware I2C controllers than
Haswell but the ACPI IDs differ. Add these IDs to the driver list.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/i2c/busses/i2c-designware-platdrv.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/i2c/busses/i2c-designware-platdrv.c b/drivers/i2c/busses/i2c-designware-platdrv.c
index 0aa01136f8d9..d0bdac0498ce 100644
--- a/drivers/i2c/busses/i2c-designware-platdrv.c
+++ b/drivers/i2c/busses/i2c-designware-platdrv.c
@@ -103,6 +103,8 @@ static int dw_i2c_acpi_configure(struct platform_device *pdev)
 static const struct acpi_device_id dw_i2c_acpi_match[] = {
 	{ "INT33C2", 0 },
 	{ "INT33C3", 0 },
+	{ "INT3432", 0 },
+	{ "INT3433", 0 },
 	{ "80860F41", 0 },
 	{ }
 };
-- 
1.8.4.2


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

* Re: [PATCH] i2c: designware: add new ACPI IDs
  2013-11-12  9:57 [PATCH] i2c: designware: add new ACPI IDs Mika Westerberg
@ 2013-11-14 17:33 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2013-11-14 17:33 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: Christian Ruppert, linux-i2c, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

On Tue, Nov 12, 2013 at 11:57:30AM +0200, Mika Westerberg wrote:
> Newer Intel PCHs with LPSS have the same Designware I2C controllers than
> Haswell but the ACPI IDs differ. Add these IDs to the driver list.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Applied to for-next, thanks!


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-11-14 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-12  9:57 [PATCH] i2c: designware: add new ACPI IDs Mika Westerberg
2013-11-14 17:33 ` Wolfram Sang

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