Re: [PATCH v4 02/10] PCI: dwc: Add support for endpoint mode

2018-04-17 Thread Kishon Vijay Abraham I
On Monday 16 April 2018 08:07 PM, Gustavo Pimentel wrote: > The PCIe controller dual mode is capable of operating in host mode as well > as endpoint mode by configuration, therefore this patch aims to add > endpoint mode support to the designware driver. looks good to me. Acked-by: Kishon Vijay A

[PATCH v4 02/10] PCI: dwc: Add support for endpoint mode

2018-04-16 Thread Gustavo Pimentel
The PCIe controller dual mode is capable of operating in host mode as well as endpoint mode by configuration, therefore this patch aims to add endpoint mode support to the designware driver. Signed-off-by: Gustavo Pimentel --- Change v1->v2: - Removed dw_plat_pcie_stop_link empty function. - Im