Re: [PATCH v6 09/11] PCI: layerscape: Add EP mode support for ls1088a and ls2088a

2020-05-20 Thread Rob Herring
On Sat, 14 Mar 2020 11:30:36 +0800, Xiaowei Bao wrote: > Add PCIe EP mode support for ls1088a and ls2088a, there are some > difference between LS1 and LS2 platform, so refactor the code of > the EP driver. > > Signed-off-by: Xiaowei Bao > --- > v2: > - This is a new patch for supporting the ls10

[PATCH v6 09/11] PCI: layerscape: Add EP mode support for ls1088a and ls2088a

2020-03-13 Thread Xiaowei Bao
Add PCIe EP mode support for ls1088a and ls2088a, there are some difference between LS1 and LS2 platform, so refactor the code of the EP driver. Signed-off-by: Xiaowei Bao --- v2: - This is a new patch for supporting the ls1088a and ls2088a platform. v3: - Adjust the some struct assignment ord