+++ /dev/null
-From e4de2a5d51f97a6e720a1c0911f93e2d8c2f1c08 Mon Sep 17 00:00:00 2001
-From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-Date: Tue, 17 Dec 2019 13:55:24 +0200
-Subject: intel_th: pci: Add Comet Lake PCH-V support
-
-From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-
-commit e4de2a5d51f97a6e720a1c0911f93e2d8c2f1c08 upstream.
-
-This adds Intel(R) Trace Hub PCI ID for Comet Lake PCH-V.
-
-Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-Cc: <stable@vger.kernel.org>
-Link: https://lore.kernel.org/r/20191217115527.74383-2-alexander.shishkin@linux.intel.com
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/hwtracing/intel_th/pci.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
---- a/drivers/hwtracing/intel_th/pci.c
-+++ b/drivers/hwtracing/intel_th/pci.c
-@@ -96,6 +96,11 @@ static const struct pci_device_id intel_
- .driver_data = (kernel_ulong_t)0,
- },
- {
-+ /* Comet Lake PCH-V */
-+ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa3a6),
-+ .driver_data = (kernel_ulong_t)&intel_th_2x,
-+ },
-+ {
- /* Gemini Lake */
- PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e),
- .driver_data = (kernel_ulong_t)0,
+++ /dev/null
-From 88385866bab8d5e18c7f45d1023052c783572e03 Mon Sep 17 00:00:00 2001
-From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-Date: Tue, 17 Dec 2019 13:55:25 +0200
-Subject: intel_th: pci: Add Elkhart Lake SOC support
-
-From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-
-commit 88385866bab8d5e18c7f45d1023052c783572e03 upstream.
-
-This adds support for Intel Trace Hub in Elkhart Lake.
-
-Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-Cc: stable@vger.kernel.org
-Link: https://lore.kernel.org/r/20191217115527.74383-3-alexander.shishkin@linux.intel.com
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/hwtracing/intel_th/pci.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
---- a/drivers/hwtracing/intel_th/pci.c
-+++ b/drivers/hwtracing/intel_th/pci.c
-@@ -105,6 +105,11 @@ static const struct pci_device_id intel_
- PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e),
- .driver_data = (kernel_ulong_t)0,
- },
-+ {
-+ /* Elkhart Lake */
-+ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4b26),
-+ .driver_data = (kernel_ulong_t)&intel_th_2x,
-+ },
- { 0 },
- };
-
net-dst-force-4-byte-alignment-of-dst_metrics.patch
usbip-fix-error-path-of-vhci_recv_ret_submit.patch
usb-ehci-do-not-return-epipe-when-hub-is-disconnected.patch
-intel_th-pci-add-comet-lake-pch-v-support.patch
-intel_th-pci-add-elkhart-lake-soc-support.patch
platform-x86-hp-wmi-make-buffer-for-hpwmi_feature2_query-128-bytes.patch
staging-comedi-gsc_hpdi-check-dma_alloc_coherent-return-value.patch