Re: [PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-10 Thread Kishon Vijay Abraham I
Hi, On Tuesday 10 April 2018 04:06 PM, Gustavo Pimentel wrote: > Hi Kishon, > > On 10/04/2018 06:12, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Monday 09 April 2018 03:11 PM, Gustavo Pimentel wrote: >>> The PCIe controller dual mode is capable of operating in host mode as well >>> as endpoint

Re: [PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-10 Thread Kishon Vijay Abraham I
Hi, On Tuesday 10 April 2018 04:06 PM, Gustavo Pimentel wrote: > Hi Kishon, > > On 10/04/2018 06:12, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Monday 09 April 2018 03:11 PM, Gustavo Pimentel wrote: >>> The PCIe controller dual mode is capable of operating in host mode as well >>> as endpoint

Re: [PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-10 Thread Gustavo Pimentel
Hi Kishon, On 10/04/2018 06:12, Kishon Vijay Abraham I wrote: > Hi, > > On Monday 09 April 2018 03:11 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

Re: [PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-10 Thread Gustavo Pimentel
Hi Kishon, On 10/04/2018 06:12, Kishon Vijay Abraham I wrote: > Hi, > > On Monday 09 April 2018 03:11 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

Re: [PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-09 Thread Kishon Vijay Abraham I
Hi, On Monday 09 April 2018 03:11 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. > > Signed-off-by: Gustavo Pimentel

Re: [PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-09 Thread Kishon Vijay Abraham I
Hi, On Monday 09 April 2018 03:11 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. > > Signed-off-by: Gustavo Pimentel

[PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-09 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

[PATCH v2 2/9] PCI: dwc: Add support for endpoint mode

2018-04-09 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. -