aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-debugfs.c
diff options
context:
space:
mode:
authorHans Zhang <[email protected]>2025-06-07 15:49:12 +0000
committerManivannan Sadhasivam <[email protected]>2025-06-19 12:50:39 +0000
commitf28413fe0899591492d8ca3cdf5fd35558d9c05d (patch)
tree884f096f5df11df34358f9992b80c008f27394c5 /drivers/pci/controller/dwc/pcie-designware-debugfs.c
parentLinux 6.16-rc1 (diff)
downloadkernel-f28413fe0899591492d8ca3cdf5fd35558d9c05d.tar.gz
kernel-f28413fe0899591492d8ca3cdf5fd35558d9c05d.zip
PCI: cadence: Replace private message routing enums with PCI core definitions
The Cadence driver previously defined its own message routing enums (e.g., MSG_ROUTING_LOCAL) and message codes, which duplicated existing PCI core macros (PCIE_MSG_TYPE_R_LOCAL, PCIE_MSG_CODE_ASSERT_INTA, etc.) in drivers/pci/pci.h. These core definitions align with the PCIe r6.0 spec. Remove the driver-specific enums and switch to the centralized PCI core macros. This eliminates redundancy, ensures consistency, and simplifies future updates. No functional changes are introduced. Signed-off-by: Hans Zhang <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://patch.msgid.link/[email protected]
Diffstat (limited to 'drivers/pci/controller/dwc/pcie-designware-debugfs.c')
0 files changed, 0 insertions, 0 deletions