projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20bbb08
)
PCI: dwc: Add Rockchip to the RAS DES allowed vendor list
author
Niklas Cassel
<cassel@kernel.org>
Tue, 25 Feb 2025 14:56:58 +0000
(15:56 +0100)
committer
Krzysztof Wilczyński
<kwilczynski@kernel.org>
Thu, 6 Mar 2025 08:55:54 +0000
(08:55 +0000)
Add PCI_VENDOR_ID_ROCKCHIP to the list of RAS DES vendor specific IDs.
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Link:
https://lore.kernel.org/r/20250225145657.944925-2-cassel@kernel.org
[kwilczynski: commit log]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
include/linux/pcie-dwc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pcie-dwc.h
b/include/linux/pcie-dwc.h
index 007b3f1b7b17bee742d33a99af2f139da0862012..8ff778e7aec0ef60462ea69245c76a91c81b76b9 100644
(file)
--- a/
include/linux/pcie-dwc.h
+++ b/
include/linux/pcie-dwc.h
@@
-28,6
+28,8
@@
static const struct dwc_pcie_vsec_id dwc_pcie_rasdes_vsec_ids[] = {
.vsec_id = 0x02, .vsec_rev = 0x4 },
{ .vendor_id = PCI_VENDOR_ID_QCOM,
.vsec_id = 0x02, .vsec_rev = 0x4 },
+ { .vendor_id = PCI_VENDOR_ID_ROCKCHIP,
+ .vsec_id = 0x02, .vsec_rev = 0x4 },
{ .vendor_id = PCI_VENDOR_ID_SAMSUNG,
.vsec_id = 0x02, .vsec_rev = 0x4 },
{}