Re: [PATCH v3 00/11] imx8mp: Enable PCIe/NVMe support

2024-03-12 Thread Sumit Garg
On Tue, 12 Mar 2024 at 15:30, Peter Robinson wrote: > > On Tue, 12 Mar 2024 at 09:55, Sumit Garg wrote: > > > > Hi Peter, > > > > On Tue, 12 Mar 2024 at 15:13, Peter Robinson wrote: > > > > > > Hi Sumit, > > > > > > > pcie_imx doesn't seem to share any useful code for iMX8MP SoC and it is > > >

Re: [PATCH v3 00/11] imx8mp: Enable PCIe/NVMe support

2024-03-12 Thread Peter Robinson
On Tue, 12 Mar 2024 at 09:55, Sumit Garg wrote: > > Hi Peter, > > On Tue, 12 Mar 2024 at 15:13, Peter Robinson wrote: > > > > Hi Sumit, > > > > > pcie_imx doesn't seem to share any useful code for iMX8MP SoC and it is > > > rather tied to quite old port of pcie_designware driver from Linux which

Re: [PATCH v3 00/11] imx8mp: Enable PCIe/NVMe support

2024-03-12 Thread Sumit Garg
Hi Peter, On Tue, 12 Mar 2024 at 15:13, Peter Robinson wrote: > > Hi Sumit, > > > pcie_imx doesn't seem to share any useful code for iMX8MP SoC and it is > > rather tied to quite old port of pcie_designware driver from Linux which > > suffices only iMX6 specific needs. > > > > But currently we ha

Re: [PATCH v3 00/11] imx8mp: Enable PCIe/NVMe support

2024-03-12 Thread Peter Robinson
Hi Sumit, > pcie_imx doesn't seem to share any useful code for iMX8MP SoC and it is > rather tied to quite old port of pcie_designware driver from Linux which > suffices only iMX6 specific needs. > > But currently we have the common DWC specific bits which alligns pretty > well with DW PCIe contro

[PATCH v3 00/11] imx8mp: Enable PCIe/NVMe support

2024-03-12 Thread Sumit Garg
pcie_imx doesn't seem to share any useful code for iMX8MP SoC and it is rather tied to quite old port of pcie_designware driver from Linux which suffices only iMX6 specific needs. But currently we have the common DWC specific bits which alligns pretty well with DW PCIe controller on iMX8MP SoC. So