diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2026-08-21 16:40:47 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-08-21 16:40:47 -0500 |
| commit | 70cbec6fec2c5b7e73d7edbeb6810e57fad66138 (patch) | |
| tree | faac528a603c4b915a989bcefdc0a9ae11177928 /include/linux | |
| parent | 25a22c9078d2626fa833969c0c04c5927adf673f (diff) | |
| parent | 6d99b198629dde79aa098214e82f2a99ea44f330 (diff) | |
Merge branch 'pci/controller/misc'
- Use common wait time definitions for PCIe link monitoring instead of
defining driver-private duplicates (Thierry Reding)
- Add LECARC PMU IDs to the DWC RAS/DES VSEC list so it can take advantage
of the existing debugfs support for silicon debug, error injection, and
event counters (Brett Zhou)
* pci/controller/misc:
PCI: dwc: Add PCI ID for LECARC PCIe PMU
PCI: Use standard wait times for PCIe link monitoring
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pcie-dwc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pcie-dwc.h b/include/linux/pcie-dwc.h index 8ff778e7aec0..0df5fa81b561 100644 --- a/include/linux/pcie-dwc.h +++ b/include/linux/pcie-dwc.h @@ -11,6 +11,8 @@ #include <linux/pci_ids.h> +#define PCI_VENDOR_ID_LECARC 0x0720 + struct dwc_pcie_vsec_id { u16 vendor_id; u16 vsec_id; @@ -32,6 +34,8 @@ static const struct dwc_pcie_vsec_id dwc_pcie_rasdes_vsec_ids[] = { .vsec_id = 0x02, .vsec_rev = 0x4 }, { .vendor_id = PCI_VENDOR_ID_SAMSUNG, .vsec_id = 0x02, .vsec_rev = 0x4 }, + { .vendor_id = PCI_VENDOR_ID_LECARC, + .vsec_id = 0x02, .vsec_rev = 0x4 }, {} }; |
