]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: Rename CRS Completion Status to RRS
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 27 Aug 2024 23:48:48 +0000 (18:48 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 11 Sep 2024 00:52:30 +0000 (19:52 -0500)
commit87f10faf166a9114aa0d4132298cad379de16fdd
tree6d4c4b1fe1596e1f19bb52b119046eda9a4baf2a
parentdd4e47eab886abf28859ccf8aad373983015f89e
PCI: Rename CRS Completion Status to RRS

PCIe r6.0 changed the abbreviation for "Configuration Request Retry Status"
Completion Status from "CRS" to "RRS" and uses the terminology of
"Configuration RRS Software Visibility" instead of "CRS Software
Visibility".

Align the Linux usage with the r6.0 spec language.  No functional change
intended.

It's confusing to make this change, but I think "RRS" *is* a better
abbreviation because it was easy to interpret "CRS" as "Completion Retry
Status", which really didn't make any sense.

Link: https://lore.kernel.org/r/20240827234848.4429-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
12 files changed:
drivers/bcma/driver_pci_host.c
drivers/pci/controller/dwc/pcie-tegra194.c
drivers/pci/controller/pci-aardvark.c
drivers/pci/controller/pci-xgene.c
drivers/pci/controller/pcie-iproc.c
drivers/pci/pci-bridge-emul.c
drivers/pci/pci.c
drivers/pci/pci.h
drivers/pci/probe.c
include/linux/bcma/bcma_driver_pci.h
include/linux/pci.h
include/uapi/linux/pci_regs.h