[PATCH V1 0/2] Disable PTM for endpoint mode

Vidya Sagar posted 2 patches 3 years, 6 months ago
There is a newer version of this series
.../pci/controller/dwc/pcie-designware-ep.c   | 19 ++++++++++++++++++-
include/uapi/linux/pci_regs.h                 |  1 +
2 files changed, 19 insertions(+), 1 deletion(-)
[PATCH V1 0/2] Disable PTM for endpoint mode
Posted by Vidya Sagar 3 years, 6 months ago
This patch series contains patches to disable PTM for endpoint mode
as the PCIe compliance tool requires the PTM be disabled for the endpoint
mode.

Vidya Sagar (2):
  PCI: Add PCI_PTM_CAP_RES macro
  PCI: designware-ep: Disable PTM capabilities for EP mode

 .../pci/controller/dwc/pcie-designware-ep.c   | 19 ++++++++++++++++++-
 include/uapi/linux/pci_regs.h                 |  1 +
 2 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.17.1
Re: [PATCH V1 0/2] Disable PTM for endpoint mode
Posted by Lorenzo Pieralisi 3 years, 5 months ago
On Mon, 19 Sep 2022 20:03:38 +0530, Vidya Sagar wrote:
> This patch series contains patches to disable PTM for endpoint mode
> as the PCIe compliance tool requires the PTM be disabled for the endpoint
> mode.
> 
> Vidya Sagar (2):
>   PCI: Add PCI_PTM_CAP_RES macro
>   PCI: designware-ep: Disable PTM capabilities for EP mode
> 
> [...]

Applied to pci/dwc, thanks!

[1/2] PCI: Add PCI_PTM_CAP_RES macro
      https://git.kernel.org/lpieralisi/pci/c/e32e1e26c409
[2/2] PCI: designware-ep: Disable PTM capabilities for EP mode
      https://git.kernel.org/lpieralisi/pci/c/442ae919e6ca

Thanks,
Lorenzo