RE: [PATCHv4 2/3] ARMv8: layerscape: add the pcie ep function support

2017-11-12 Thread Xiaowei Bao
x-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; Z.q. Hou ; Mingkai Hu > ; M.h. Lian > Subject: Re: [PATCHv4 2/3] ARMv8: layerscape: add the pcie ep function support > > Hi, > > On Friday 10 November 2017 09:18 AM, Bao Xiaowei wrote: > > Add the pcie controller

Re: [PATCHv4 2/3] ARMv8: layerscape: add the pcie ep function support

2017-11-10 Thread Kishon Vijay Abraham I
Hi, On Friday 10 November 2017 09:18 AM, Bao Xiaowei wrote: > Add the pcie controller ep function support of layerscape base on > pcie ep framework. > > Signed-off-by: Bao Xiaowei > --- > v2: > - fix the ioremap function used but no ioumap issue > - optimize the code structure > - add code c

[PATCHv4 2/3] ARMv8: layerscape: add the pcie ep function support

2017-11-09 Thread Bao Xiaowei
Add the pcie controller ep function support of layerscape base on pcie ep framework. Signed-off-by: Bao Xiaowei --- v2: - fix the ioremap function used but no ioumap issue - optimize the code structure - add code comments v3: - fix the msi outband window request failed issue v4: - optimiz