* [PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO [not found] <i2c: i801: Adding Intel Lewisburg support for iTCO> @ 2016-02-18 2:21 ` Alexandra Yates 2016-02-18 2:21 ` Alexandra Yates 0 siblings, 1 reply; 3+ messages in thread From: Alexandra Yates @ 2016-02-18 2:21 UTC (permalink / raw) To: wsa, jdelvare, linux-i2c, linux-kernel, stable; +Cc: Alexandra Yates 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO 2016-02-18 2:21 ` [PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO Alexandra Yates @ 2016-02-18 2:21 ` Alexandra Yates 2016-02-18 12:19 ` Wolfram Sang 0 siblings, 1 reply; 3+ messages in thread From: Alexandra Yates @ 2016-02-18 2:21 UTC (permalink / raw) To: wsa, jdelvare, linux-i2c, linux-kernel, stable; +Cc: Alexandra Yates 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO 2016-02-18 2:21 ` Alexandra Yates @ 2016-02-18 12:19 ` Wolfram Sang 0 siblings, 0 replies; 3+ messages in thread From: Wolfram Sang @ 2016-02-18 12:19 UTC (permalink / raw) To: Alexandra Yates; +Cc: jdelvare, linux-i2c, linux-kernel, stable [-- Attachment #1: Type: text/plain, Size: 714 bytes --] 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! [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-18 12:19 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <i2c: i801: Adding Intel Lewisburg support for iTCO> 2016-02-18 2:21 ` [PATCH V4] i2c: i801: Adding Intel Lewisburg support for iTCO Alexandra Yates 2016-02-18 2:21 ` Alexandra Yates 2016-02-18 12:19 ` Wolfram Sang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).