Signed-off-by: David Woodhouse <[email protected]>
---
 drivers/i2c/busses/i2c-i801.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 6e8c12c..415f58d 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -45,6 +45,10 @@
   ICH10                 0x3a60     32     hard     yes     yes     yes
   5/3400 Series (PCH)   0x3b30     32     hard     yes     yes     yes
   Cougar Point (PCH)    0x1c22     32     hard     yes     yes     yes
+  Sandy Bridge (PCH)    0x1d22     32     hard     yes     yes     yes
+  Sandy Bridge (EVA)    0x1d70     32     hard     yes     yes     yes
+  Sandy Bridge (EVA)    0x1d71     32     hard     yes     yes     yes
+  Sandy Bridge (EVA)    0x1d72     32     hard     yes     yes     yes

   Features supported by this driver:
   Software PEC                     no
@@ -127,6 +131,11 @@
                                 SMBHSTSTS_BUS_ERR | SMBHSTSTS_DEV_ERR | \
                                 SMBHSTSTS_INTR)

+#define PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_PCH      0x1d22
+#define PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_EVA1     0x1d70
+#define PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_EVA2     0x1d71
+#define PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_EVA3     0x1d72
+
 struct i801_priv {
        struct i2c_adapter adapter;
        unsigned long smba;
@@ -602,6 +611,10 @@ static const struct pci_device_id i801_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_5) },
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 
PCI_DEVICE_ID_INTEL_5_3400_SERIES_SMBUS) },
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 
PCI_DEVICE_ID_INTEL_COUGARPOINT_SMBUS) },
+       { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 
PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_PCH) },
+       { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 
PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_EVA1) },
+       { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 
PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_EVA2) },
+       { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 
PCI_DEVICE_ID_INTEL_SANDYBRIDGE_SMBUS_EVA3) },
        { 0, }
 };

--
1.7.3.1


--
dwmw2

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to