[PATCH 2.6.24] i2c-i801: SMBus patch for Intel ICH10 DeviceID's

2008-01-28 Thread Jason Gaston
This patch adds the Intel ICH10 SMBus Controller DeviceID's

Signed-off-by:  Jason Gaston <[EMAIL PROTECTED]>

--- linux-2.6.24/Documentation/i2c/busses/i2c-i801.orig 2008-01-24 
14:58:37.0 -0800
+++ linux-2.6.24/Documentation/i2c/busses/i2c-i801  2008-01-28 
15:29:26.0 -0800
@@ -12,8 +12,9 @@
   * Intel 82801G (ICH7)
   * Intel 631xESB/632xESB (ESB2)
   * Intel 82801H (ICH8)
-  * Intel ICH9
+  * Intel 82801I (ICH9)
   * Intel Tolapai
+  * Intel ICH10
Datasheets: Publicly available at the Intel website
 
 Authors: 
--- linux-2.6.24/drivers/i2c/busses/Kconfig.orig2008-01-24 
14:58:37.0 -0800
+++ linux-2.6.24/drivers/i2c/busses/Kconfig 2008-01-28 14:58:22.0 
-0800
@@ -177,6 +177,8 @@
ESB2
ICH8
ICH9
+   Tolapai
+   ICH10
 
  This driver can also be built as a module.  If so, the module
  will be called i2c-i801.
--- linux-2.6.24/drivers/i2c/busses/i2c-i801.c.orig 2008-01-24 
14:58:37.0 -0800
+++ linux-2.6.24/drivers/i2c/busses/i2c-i801.c  2008-01-28 14:58:22.0 
-0800
@@ -35,6 +35,8 @@
 ICH8   283E
 ICH9   2930
 Tolapai5032
+ICH10  3A30
+ICH10  3A60
 This driver supports several versions of Intel's I/O Controller Hubs (ICH).
 For SMBus support, they are similar to the PIIX4 and are part
 of Intel's '810' and other chipsets.
@@ -545,6 +547,8 @@
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH8_5) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH9_6) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_TOLAPAI_1) },
+   { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_4) },
+   { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_5) },
{ 0, }
 };
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2.6.24] i2c-i801: SMBus patch for Intel ICH10 DeviceID's

2008-01-28 Thread Jason Gaston
This patch adds the Intel ICH10 SMBus Controller DeviceID's

Signed-off-by:  Jason Gaston [EMAIL PROTECTED]

--- linux-2.6.24/Documentation/i2c/busses/i2c-i801.orig 2008-01-24 
14:58:37.0 -0800
+++ linux-2.6.24/Documentation/i2c/busses/i2c-i801  2008-01-28 
15:29:26.0 -0800
@@ -12,8 +12,9 @@
   * Intel 82801G (ICH7)
   * Intel 631xESB/632xESB (ESB2)
   * Intel 82801H (ICH8)
-  * Intel ICH9
+  * Intel 82801I (ICH9)
   * Intel Tolapai
+  * Intel ICH10
Datasheets: Publicly available at the Intel website
 
 Authors: 
--- linux-2.6.24/drivers/i2c/busses/Kconfig.orig2008-01-24 
14:58:37.0 -0800
+++ linux-2.6.24/drivers/i2c/busses/Kconfig 2008-01-28 14:58:22.0 
-0800
@@ -177,6 +177,8 @@
ESB2
ICH8
ICH9
+   Tolapai
+   ICH10
 
  This driver can also be built as a module.  If so, the module
  will be called i2c-i801.
--- linux-2.6.24/drivers/i2c/busses/i2c-i801.c.orig 2008-01-24 
14:58:37.0 -0800
+++ linux-2.6.24/drivers/i2c/busses/i2c-i801.c  2008-01-28 14:58:22.0 
-0800
@@ -35,6 +35,8 @@
 ICH8   283E
 ICH9   2930
 Tolapai5032
+ICH10  3A30
+ICH10  3A60
 This driver supports several versions of Intel's I/O Controller Hubs (ICH).
 For SMBus support, they are similar to the PIIX4 and are part
 of Intel's '810' and other chipsets.
@@ -545,6 +547,8 @@
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH8_5) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH9_6) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_TOLAPAI_1) },
+   { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_4) },
+   { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_5) },
{ 0, }
 };
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/