tree 5f72b81349d5405842d94267f108bfc65d1e4b7e
parent 904f8e7a4f4ce42ef1f70bbb455e0c8fcaa6b372
author Jason Gaston <[EMAIL PROTECTED]> Tue Apr 12 08:25:19 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:25:19 2005
[PATCH] i2c-i801: I2C patch for Intel ESB2
This patch adds the Intel ESB2 DID's to the i2c-i801.c and Kconfig files for
I2C support.
Signed-off-by: �Jason Gaston <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
Kconfig | 1 +
i2c-i801.c | 2 ++
2 files changed, 3 insertions(+)
Index: drivers/i2c/busses/Kconfig
===================================================================
--- 9b4499f87305af962994e82a0e32c976871822d7/drivers/i2c/busses/Kconfig
(mode:100644 sha1:91371cdd4932985c4b5cf875c5afae6e3bd792db)
+++ 5f72b81349d5405842d94267f108bfc65d1e4b7e/drivers/i2c/busses/Kconfig
(mode:100644 sha1:613c4107e316f8dfb065d4fda3f8bfe04b23beda)
@@ -123,6 +123,7 @@
6300ESB
ICH6
ICH7
+ ESB2
This driver can also be built as a module. If so, the module
will be called i2c-i801.
Index: drivers/i2c/busses/i2c-i801.c
===================================================================
--- 9b4499f87305af962994e82a0e32c976871822d7/drivers/i2c/busses/i2c-i801.c
(mode:100644 sha1:7699ecd1504d35747798b46ed191adb3a26ef0b3)
+++ 5f72b81349d5405842d94267f108bfc65d1e4b7e/drivers/i2c/busses/i2c-i801.c
(mode:100644 sha1:279480fdd1e7cb62f9a2af58284ce081fe1dc39a)
@@ -31,6 +31,7 @@
6300ESB 25A4
ICH6 266A
ICH7 27DA
+ ESB2 269B
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.
@@ -558,6 +559,7 @@
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_4) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_16) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7_17) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB2_17) },
{ 0, }
};
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html