Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336975 > unrolled thread
| Started by | Alexandra Yates <alexandra.yates@linux.intel.com> |
|---|---|
| First post | 2016-02-18 03:20 +0100 |
| Last post | 2016-02-18 13:20 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO Alexandra Yates <alexandra.yates@linux.intel.com> - 2016-02-18 03:20 +0100
[PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO Alexandra Yates <alexandra.yates@linux.intel.com> - 2016-02-18 03:20 +0100
Re: [PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO Wolfram Sang <wsa@the-dreams.de> - 2016-02-18 13:20 +0100
| From | Alexandra Yates <alexandra.yates@linux.intel.com> |
|---|---|
| Date | 2016-02-18 03:20 +0100 |
| Subject | [PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO |
| Message-ID | <r3mmd-775-11@gated-at.bofh.it> |
I think this patch is for stable. Alexandra Yates (1): i2c: i801: Adding Intel Lewisburg support for iTCO drivers/i2c/busses/i2c-i801.c | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1
[toc] | [next] | [standalone]
| From | Alexandra Yates <alexandra.yates@linux.intel.com> |
|---|---|
| Date | 2016-02-18 03:20 +0100 |
| Message-ID | <r3mme-775-15@gated-at.bofh.it> |
| In reply to | #1336975 |
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.
It allows to load watchdog dynamically when the hardware is
present.
Fixes: cdc5a3110e7c ("i2c: i801: add Intel Lewisburg device IDs")
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Alexandra Yates <alexandra.yates@linux.intel.com>
---
Changes log v1 to v2: Fixed Subject message. No changes in code.
Changes log v2 to v3: Clarified commit message. No changes in code.
Changes log v3 to v4: Fixed patch formating. No changes in code.
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
[toc] | [prev] | [next] | [standalone]
| From | Wolfram Sang <wsa@the-dreams.de> |
|---|---|
| Date | 2016-02-18 13:20 +0100 |
| Message-ID | <r3vIS-5kC-19@gated-at.bofh.it> |
| In reply to | #1336978 |
[Multipart message — attachments visible in raw view] — view raw
On Wed, Feb 17, 2016 at 06:21:21PM -0800, Alexandra Yates wrote:
> 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.
> It allows to load watchdog dynamically when the hardware is
> present.
>
> Fixes: cdc5a3110e7c ("i2c: i801: add Intel Lewisburg device IDs")
> Reviewed-by: Jean Delvare <jdelvare@suse.de>
> Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
>
> Signed-off-by: Alexandra Yates <alexandra.yates@linux.intel.com>
Perfect. Applied to for-current and added stable, thanks!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web