aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/intel_th
diff options
context:
space:
mode:
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>2015-09-08 14:03:55 +0300
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>2017-03-15 14:55:17 +0200
commit5118ccd34780f4637a9360be580f41f4c1feab48 (patch)
treecbaaab3dd9fd9860bdbb5de5e3d07d75a487e946 /drivers/hwtracing/intel_th
parentintel_th: Don't leak module refcount on failure to activate (diff)
downloadlinux-dev-5118ccd34780f4637a9360be580f41f4c1feab48.tar.xz
linux-dev-5118ccd34780f4637a9360be580f41f4c1feab48.zip
intel_th: pci: Add Denverton SOC support
This adds Intel(R) Trace Hub PCI ID for Denverton SOC. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Diffstat (limited to 'drivers/hwtracing/intel_th')
-rw-r--r--drivers/hwtracing/intel_th/pci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c
index 0bba3842336e..04bd57b0100a 100644
--- a/drivers/hwtracing/intel_th/pci.c
+++ b/drivers/hwtracing/intel_th/pci.c
@@ -85,6 +85,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
.driver_data = (kernel_ulong_t)0,
},
+ {
+ /* Denverton */
+ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x19e1),
+ .driver_data = (kernel_ulong_t)0,
+ },
{ 0 },
};