* [PATCH] i2c: i801: Add PCI ID for Intel Braswell
@ 2014-08-19 14:37 Mika Westerberg
2014-08-19 14:49 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2014-08-19 14:37 UTC (permalink / raw)
To: Wolfram Sang
Cc: Jean Delvare, Alan Cox, Mika Westerberg, linux-i2c, linux-kernel
From: Alan Cox <alan@linux.intel.com>
The SMBus host controller is the same as used in Baytrail so add the new
PCI ID to the driver's list of supported IDs.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@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 2994690b26e9..10467a327749 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -164,6 +164,7 @@
/* Older devices have their ID defined in <linux/pci_ids.h> */
#define PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS 0x0f12
+#define PCI_DEVICE_ID_INTEL_BRASWELL_SMBUS 0x2292
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_SMBUS 0x1c22
#define PCI_DEVICE_ID_INTEL_PATSBURG_SMBUS 0x1d22
/* Patsburg also has three 'Integrated Device Function' SMBus controllers */
@@ -828,6 +829,7 @@ static const struct pci_device_id i801_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_WILDCATPOINT_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BRASWELL_SMBUS) },
{ 0, }
};
--
2.1.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] i2c: i801: Add PCI ID for Intel Braswell
2014-08-19 14:37 [PATCH] i2c: i801: Add PCI ID for Intel Braswell Mika Westerberg
@ 2014-08-19 14:49 ` Wolfram Sang
0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2014-08-19 14:49 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Jean Delvare, Alan Cox, linux-i2c, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 604 bytes --]
On Tue, Aug 19, 2014 at 05:37:28PM +0300, Mika Westerberg wrote:
> From: Alan Cox <alan@linux.intel.com>
>
> The SMBus host controller is the same as used in Baytrail so add the new
> PCI ID to the driver's list of supported IDs.
>
> Signed-off-by: Alan Cox <alan@linux.intel.com>
> Signed-off-by: Mika Westerberg <mika.westerberg@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 2994690b26e9..10467a327749 100644
Applied to for-current, thanks!
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-19 14:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-19 14:37 [PATCH] i2c: i801: Add PCI ID for Intel Braswell Mika Westerberg
2014-08-19 14:49 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®