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

Vidya Sagar posted 2 patches 3 years, 6 months ago
.../pci/controller/dwc/pcie-designware-ep.c    | 18 ++++++++++++++++++
include/uapi/linux/pci_regs.h                  |  1 +
2 files changed, 19 insertions(+)
[PATCH V2 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.

V2:
* Addressed review comments from Jingoo Han

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    | 18 ++++++++++++++++++
 include/uapi/linux/pci_regs.h                  |  1 +
 2 files changed, 19 insertions(+)

-- 
2.17.1
Re: [PATCH V2 0/2] Disable PTM for endpoint mode
Posted by Vidya Sagar 3 years, 5 months ago
Hi Lorenzo,
Do you have any further comments on this series?

Thanks,
Vidya Sagar

On 9/26/2022 4:40 PM, 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.
> 
> V2:
> * Addressed review comments from Jingoo Han
> 
> 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    | 18 ++++++++++++++++++
>   include/uapi/linux/pci_regs.h                  |  1 +
>   2 files changed, 19 insertions(+)
>