All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] PCI: Add CONFIG_PCI_NOSPEED_QUIRK to remove pcie_failed_link_retrain
@ 2025-07-16 19:02 Matthew W Carlis
  2025-07-16 19:02 ` [PATCH 1/1] " Matthew W Carlis
  0 siblings, 1 reply; 8+ messages in thread
From: Matthew W Carlis @ 2025-07-16 19:02 UTC (permalink / raw)
  To: linux-pci
  Cc: bhelgaas, ashishk, macro, bamstadt, msaggi, sconnor,
	Matthew W Carlis

Add a kernel config to allow the removal of the pcie_failed_link_retrain()
quirk. CONFIG_PCI_NOSPEED_QUIRK=y will allow users to prevent the kernel
from forcing a PCIe link to 2.5GT/s. This may be beneficial for systems
or devices under debug as well as hardware configurations that have
demonstrated a high degree of device compatibility & are expected to
endure large numbers of hot-plug/error events & always arrive at maximum
speed.

Matthew W Carlis (1):
  PCI: Add CONFIG_PCI_NOSPEED_QUIRK to remove pcie_failed_link_retrain

 drivers/pci/Kconfig  | 9 +++++++++
 drivers/pci/pci.h    | 8 +++++++-
 drivers/pci/quirks.c | 3 +++
 3 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.46.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-12-01  3:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 19:02 [PATCH 0/1] PCI: Add CONFIG_PCI_NOSPEED_QUIRK to remove pcie_failed_link_retrain Matthew W Carlis
2025-07-16 19:02 ` [PATCH 1/1] " Matthew W Carlis
2025-07-16 19:34   ` Bjorn Helgaas
2025-07-17 18:38     ` [PATCH 0/1] " Matthew W Carlis
2025-07-18 14:16       ` Maciej W. Rozycki
2025-07-23 19:18         ` Matthew W Carlis
2025-12-01  3:54           ` Maciej W. Rozycki
2025-07-17 17:30   ` [PATCH 1/1] " kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.