summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 13:38:06 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 13:38:06 -0400
commit8a3e582e81d7e8d6a6c2d32374800dc4e9e0cd20 (patch)
tree3d78d413397117b13e334cd57e1a67c0a156a4b0
parentec740de88e41995e6b5346027b0c376b6757e77f (diff)
downloadlongterm-queue-5.2-8a3e582e81d7e8d6a6c2d32374800dc4e9e0cd20.tar.gz
platform: no isst until v5.3-rc1~87^2~21
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/platform-x86-ISST-Add-new-PCI-device-ids.patch54
-rw-r--r--queue/series1
2 files changed, 0 insertions, 55 deletions
diff --git a/queue/platform-x86-ISST-Add-new-PCI-device-ids.patch b/queue/platform-x86-ISST-Add-new-PCI-device-ids.patch
deleted file mode 100644
index f6ec1ebc..00000000
--- a/queue/platform-x86-ISST-Add-new-PCI-device-ids.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From e1eea3f839f41368d7cb4eb2d872d5b288677e94 Mon Sep 17 00:00:00 2001
-From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
-Date: Wed, 24 Jun 2020 10:51:38 -0700
-Subject: [PATCH] platform/x86: ISST: Add new PCI device ids
-
-commit e1eea3f839f41368d7cb4eb2d872d5b288677e94 upstream.
-
-Added new PCI device ids for supporting mailbox and MMIO interface for
-Sapphire Rapids.
-
-Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
-Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-
-diff --git a/drivers/platform/x86/intel_speed_select_if/isst_if_common.h b/drivers/platform/x86/intel_speed_select_if/isst_if_common.h
-index 1409a5bb5582..4f6f7f0761fc 100644
---- a/drivers/platform/x86/intel_speed_select_if/isst_if_common.h
-+++ b/drivers/platform/x86/intel_speed_select_if/isst_if_common.h
-@@ -13,6 +13,9 @@
- #define INTEL_RAPL_PRIO_DEVID_0 0x3451
- #define INTEL_CFG_MBOX_DEVID_0 0x3459
-
-+#define INTEL_RAPL_PRIO_DEVID_1 0x3251
-+#define INTEL_CFG_MBOX_DEVID_1 0x3259
-+
- /*
- * Validate maximum commands in a single request.
- * This is enough to handle command to every core in one ioctl, or all
-diff --git a/drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c b/drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c
-index d84e2174cbde..95f01e7a87d5 100644
---- a/drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c
-+++ b/drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c
-@@ -147,6 +147,7 @@ static long isst_if_mbox_proc_cmd(u8 *cmd_ptr, int *write_only, int resume)
-
- static const struct pci_device_id isst_if_mbox_ids[] = {
- { PCI_DEVICE(PCI_VENDOR_ID_INTEL, INTEL_CFG_MBOX_DEVID_0)},
-+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, INTEL_CFG_MBOX_DEVID_1)},
- { 0 },
- };
- MODULE_DEVICE_TABLE(pci, isst_if_mbox_ids);
-diff --git a/drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c b/drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c
-index 3584859fcc42..aa17fd7817f8 100644
---- a/drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c
-+++ b/drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c
-@@ -72,6 +72,7 @@ static long isst_if_mmio_rd_wr(u8 *cmd_ptr, int *write_only, int resume)
-
- static const struct pci_device_id isst_if_ids[] = {
- { PCI_DEVICE(PCI_VENDOR_ID_INTEL, INTEL_RAPL_PRIO_DEVID_0)},
-+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, INTEL_RAPL_PRIO_DEVID_1)},
- { 0 },
- };
- MODULE_DEVICE_TABLE(pci, isst_if_ids);
---
-2.27.0
-
diff --git a/queue/series b/queue/series
index fa55111c..2e6d6510 100644
--- a/queue/series
+++ b/queue/series
@@ -70,7 +70,6 @@ usb-dwc3-pci-add-support-for-the-Intel-Jasper-Lake.patch
usb-gadget-udc-gr_udc-fix-memleak-on-error-handling-.patch
hwmon-adm1275-Make-sure-we-are-reading-enough-data-f.patch
hwmon-nct6775-Accept-PECI-Calibration-as-temperature.patch
-platform-x86-ISST-Add-new-PCI-device-ids.patch
platform-x86-asus-wmi-allow-BAT1-battery-name.patch
hwmon-scmi-Fix-potential-buffer-overflow-in-scmi_hwm.patch
ALSA-hda-realtek-fixup-for-yet-another-Intel-referen.patch