Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1327326

[PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO

From Alexandra Yates <alexandra.yates@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO
Date 2016-02-05 00:10 +0100
Message-ID <qYBcg-i9-61@gated-at.bofh.it> (permalink)
References (5 earlier) <qrg8a-7fJ-19@gated-at.bofh.it> <qYAJc-8hU-25@gated-at.bofh.it> <lsfl0-6Xf-29@gated-at.bofh.it> <fuaE2-3Bn-45@gated-at.bofh.it> <qYAJd-8hU-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Starting from Intel Sunrisepoint (Skylake PCH) the iTCO watchdog
resources have been moved to reside under the i801 SMBus host
controller whereas previously they were under the LPC device.

This patch adds Intel lewisburg SMBus support for iTCO device.

Signed-off-by: Alexandra Yates <alexandra.yates@linux.intel.com>
---
 drivers/i2c/busses/i2c-i801.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index f62d697..27fa0cb 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -1271,6 +1271,8 @@ static int i801_probe(struct pci_dev *dev, const struct pci_device_id *id)
 	switch (dev->device) {
 	case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_SMBUS:
 	case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_SMBUS:
+	case PCI_DEVICE_ID_INTEL_LEWISBURG_SMBUS:
+	case PCI_DEVICE_ID_INTEL_LEWISBURG_SSKU_SMBUS:
 	case PCI_DEVICE_ID_INTEL_DNV_SMBUS:
 		priv->features |= FEATURE_I2C_BLOCK_READ;
 		priv->features |= FEATURE_IRQ;
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO Alexandra Yates <alexandra.yates@linux.intel.com> - 2016-02-05 00:10 +0100
  Re: [PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO Wolfram Sang <wsa@the-dreams.de> - 2016-02-05 00:30 +0100
    Re: [PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO Jean Delvare <jdelvare@suse.de> - 2016-02-05 10:50 +0100
      Re: [PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO Alexandra Yates <alexandra.yates@linux.intel.com> - 2016-02-05 23:10 +0100
    Re: [PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO Alexandra Yates <alexandra.yates@linux.intel.com> - 2016-02-05 23:00 +0100

csiph-web