Re: [PATCH v5 0/5] Add PCIe support for SM8250 SoC

2020-12-08 Thread Manivannan Sadhasivam
On Tue, Dec 08, 2020 at 11:40:23AM +, Lorenzo Pieralisi wrote: > On Tue, Dec 08, 2020 at 04:15:57PM +0530, Manivannan Sadhasivam wrote: > > Hi Lorenzo, > > > > On Tue, Dec 08, 2020 at 09:47:12AM +, Lorenzo Pieralisi wrote: > > > On Tue, Oct 27, 2020 at 10:30:28PM +0530, Manivannan Sadhasiv

Re: [PATCH v5 0/5] Add PCIe support for SM8250 SoC

2020-12-08 Thread Lorenzo Pieralisi
On Tue, Dec 08, 2020 at 04:15:57PM +0530, Manivannan Sadhasivam wrote: > Hi Lorenzo, > > On Tue, Dec 08, 2020 at 09:47:12AM +, Lorenzo Pieralisi wrote: > > On Tue, Oct 27, 2020 at 10:30:28PM +0530, Manivannan Sadhasivam wrote: > > > Hello, > > > > > > This series adds PCIe support for Qualcom

Re: [PATCH v5 0/5] Add PCIe support for SM8250 SoC

2020-12-08 Thread Manivannan Sadhasivam
Hi Lorenzo, On Tue, Dec 08, 2020 at 09:47:12AM +, Lorenzo Pieralisi wrote: > On Tue, Oct 27, 2020 at 10:30:28PM +0530, Manivannan Sadhasivam wrote: > > Hello, > > > > This series adds PCIe support for Qualcomm SM8250 SoC with relevant PHYs. > > There are 3 PCIe instances on this SoC each with

Re: [PATCH v5 0/5] Add PCIe support for SM8250 SoC

2020-12-08 Thread Lorenzo Pieralisi
On Tue, Oct 27, 2020 at 10:30:28PM +0530, Manivannan Sadhasivam wrote: > Hello, > > This series adds PCIe support for Qualcomm SM8250 SoC with relevant PHYs. > There are 3 PCIe instances on this SoC each with different PHYs. The PCIe > controller and PHYs are mostly comaptible with the ones found

[PATCH v5 0/5] Add PCIe support for SM8250 SoC

2020-10-27 Thread Manivannan Sadhasivam
Hello, This series adds PCIe support for Qualcomm SM8250 SoC with relevant PHYs. There are 3 PCIe instances on this SoC each with different PHYs. The PCIe controller and PHYs are mostly comaptible with the ones found on SDM845 SoC, hence the old drivers are modified to add the support. This serie