[PATCH v2 0/3] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support

Priyank Rathod posted 3 patches an hour ago
Documentation/PCI/index.rst                  |    1 +
Documentation/PCI/pcie-lmr.rst               |  174 +++
MAINTAINERS                                  |    8 +
drivers/pci/pci.c                            |  152 +++
drivers/pci/pci.h                            |    8 +
drivers/pci/pcie/Kconfig                     |   12 +
drivers/pci/pcie/Makefile                    |    1 +
drivers/pci/pcie/aspm.c                      |  100 ++
drivers/pci/pcie/margin.c                    | 1592 ++++++++++++++++++++++++++
drivers/pci/probe.c                          |    1 +
drivers/pci/remove.c                         |    2 +-
include/linux/pci.h                          |   17 +
include/uapi/linux/pci_regs.h                |   18 +
tools/testing/selftests/Makefile             |    1 +
tools/testing/selftests/pcie_lmt/Makefile    |    3 +
tools/testing/selftests/pcie_lmt/pcie_lmt.sh |  287 +++++
16 files changed, 2376 insertions(+), 1 deletion(-)