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

2017-11-03 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 drivers/pci/dwc/pci-layerscape.c | 122 ++

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

2017-11-02 Thread M.h. Lian
er...@vger.kernel.org; linux- > p...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Z.q. Hou > ; Mingkai Hu ; M.h. Lian > > Cc: Xiaowei Bao > Subject: [PATCH 2/3] ARMv8: layerscape: add the pcie ep function support > > Add the pcie controller ep function support of layerscap

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

2017-10-24 Thread Bao Xiaowei
Add the pcie controller ep function support of layerscape base on pcie ep framework. Signed-off-by: Bao Xiaowei --- drivers/pci/dwc/pci-layerscape.c | 137 +-- 1 file changed, 131 insertions(+), 6 deletions(-) diff --git a/drivers/pci/dwc/pci-layerscape.c b/d