* [PATCH v1 1/1] i2c: i801: Add support for Intel Ice Lake PCH-N
@ 2021-10-01 17:21 Andy Shevchenko
2021-10-11 12:34 ` Jean Delvare
2021-10-17 14:23 ` Wolfram Sang
0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2021-10-01 17:21 UTC (permalink / raw)
To: Wolfram Sang, Heiner Kallweit, linux-i2c, linux-kernel
Cc: Jean Delvare, Andy Shevchenko
Add PCI ID of SMBus controller on Intel Ice Lake PCH-N.
The device can be found on MacBookPro16,2 [1].
[1]: https://linux-hardware.org/?probe=f1c5cf0c43
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/i2c/busses/i2c-i801.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 7f3ec68397c0..14c359536fca 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -64,6 +64,7 @@
* Cannon Lake-LP (PCH) 0x9da3 32 hard yes yes yes
* Cedar Fork (PCH) 0x18df 32 hard yes yes yes
* Ice Lake-LP (PCH) 0x34a3 32 hard yes yes yes
+ * Ice Lake-N (PCH) 0x38a3 32 hard yes yes yes
* Comet Lake (PCH) 0x02a3 32 hard yes yes yes
* Comet Lake-H (PCH) 0x06a3 32 hard yes yes yes
* Elkhart Lake (PCH) 0x4b23 32 hard yes yes yes
@@ -218,6 +219,7 @@
#define PCI_DEVICE_ID_INTEL_COLETOCREEK_SMBUS 0x23b0
#define PCI_DEVICE_ID_INTEL_GEMINILAKE_SMBUS 0x31d4
#define PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS 0x34a3
+#define PCI_DEVICE_ID_INTEL_ICELAKE_N_SMBUS 0x38a3
#define PCI_DEVICE_ID_INTEL_5_3400_SERIES_SMBUS 0x3b30
#define PCI_DEVICE_ID_INTEL_TIGERLAKE_H_SMBUS 0x43a3
#define PCI_DEVICE_ID_INTEL_ELKHART_LAKE_SMBUS 0x4b23
@@ -1042,6 +1044,7 @@ static const struct pci_device_id i801_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CANNONLAKE_H_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CANNONLAKE_LP_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICELAKE_N_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_V_SMBUS) },
@@ -1702,6 +1705,7 @@ static int i801_probe(struct pci_dev *dev, const struct pci_device_id *id)
case PCI_DEVICE_ID_INTEL_CANNONLAKE_LP_SMBUS:
case PCI_DEVICE_ID_INTEL_CDF_SMBUS:
case PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS:
+ case PCI_DEVICE_ID_INTEL_ICELAKE_N_SMBUS:
case PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS:
case PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS:
case PCI_DEVICE_ID_INTEL_ELKHART_LAKE_SMBUS:
--
2.33.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v1 1/1] i2c: i801: Add support for Intel Ice Lake PCH-N
2021-10-01 17:21 [PATCH v1 1/1] i2c: i801: Add support for Intel Ice Lake PCH-N Andy Shevchenko
@ 2021-10-11 12:34 ` Jean Delvare
2021-10-17 14:23 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2021-10-11 12:34 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Wolfram Sang, Heiner Kallweit, linux-i2c, linux-kernel
On Fri, 01 Oct 2021 20:21:54 +0300, Andy Shevchenko wrote:
> Add PCI ID of SMBus controller on Intel Ice Lake PCH-N.
>
> The device can be found on MacBookPro16,2 [1].
>
> [1]: https://linux-hardware.org/?probe=f1c5cf0c43
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> drivers/i2c/busses/i2c-i801.c | 4 ++++
> 1 file changed, 4 insertions(+)
> (...)
Reviewed-by: Jean Delvare <jdelvare@suse.de>
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1 1/1] i2c: i801: Add support for Intel Ice Lake PCH-N
2021-10-01 17:21 [PATCH v1 1/1] i2c: i801: Add support for Intel Ice Lake PCH-N Andy Shevchenko
2021-10-11 12:34 ` Jean Delvare
@ 2021-10-17 14:23 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2021-10-17 14:23 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Heiner Kallweit, linux-i2c, linux-kernel, Jean Delvare
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
On Fri, Oct 01, 2021 at 08:21:54PM +0300, Andy Shevchenko wrote:
> Add PCI ID of SMBus controller on Intel Ice Lake PCH-N.
>
> The device can be found on MacBookPro16,2 [1].
>
> [1]: https://linux-hardware.org/?probe=f1c5cf0c43
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Applied to for-next, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-17 14:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-01 17:21 [PATCH v1 1/1] i2c: i801: Add support for Intel Ice Lake PCH-N Andy Shevchenko
2021-10-11 12:34 ` Jean Delvare
2021-10-17 14:23 ` 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).