[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250607154913.805027-1-18255117159@163.com>
Date: Sat, 7 Jun 2025 23:49:11 +0800
From: Hans Zhang <18255117159@....com>
To: lpieralisi@...nel.org,
bhelgaas@...gle.com,
kwilczynski@...nel.org,
shawn.lin@...k-chips.com,
heiko@...ech.de
Cc: robh@...nel.org,
linux-rockchip@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org,
linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org,
Hans Zhang <18255117159@....com>
Subject: [PATCH 0/2] PCI: Consolidate PCIe message routing definitions and remove driver-specific duplicates
This series consolidates PCIe message routing definitions into the common
PCI core header, eliminating redundant enums in the Cadence and Rockchip
drivers. By using standardized macros (PCIE_MSG_TYPE_R_* and
PCIE_MSG_CODE_*) from drivers/pci/pci.h, we ensure alignment with the PCIe
r6.0 specification, reduce code duplication, and improve maintainability
across the PCI subsystem.
Hans Zhang (2):
PCI: cadence: Replace private message routing enums with PCI core
definitions
PCI: rockchip: Remove redundant PCIe message routing definitions
.../pci/controller/cadence/pcie-cadence-ep.c | 2 +-
drivers/pci/controller/cadence/pcie-cadence.h | 20 -------------------
drivers/pci/controller/pcie-rockchip.h | 14 -------------
3 files changed, 1 insertion(+), 35 deletions(-)
base-commit: ec7714e4947909190ffb3041a03311a975350fe0
--
2.25.1
Powered by blists - more mailing lists