>-----Original Message----- >From: U-Boot <u-boot-boun...@lists.denx.de> On Behalf Of Xiaowei Bao >Sent: Sunday, March 22, 2020 4:43 PM >To: M.h. Lian <minghuan.l...@nxp.com>; Z.q. Hou <zhiqiang....@nxp.com>; >Mingkai Hu <mingkai...@nxp.com>; bmeng...@gmail.com; >yamada.masah...@socionext.com; u-boot@lists.denx.de >Cc: Xiaowei Bao <xiaowei....@nxp.com> >Subject: [PATCH 1/9] pci: layerscape: Split the EP and RC driver > >Split the RC and EP driver, and reimplement the EP driver base on the EP >framework. > >Signed-off-by: Xiaowei Bao <xiaowei....@nxp.com> >--- > drivers/pci/Makefile | 2 +- > drivers/pci/pcie_layerscape.c | 492 +++--------------------------------- > drivers/pci/pcie_layerscape.h | 44 +++- > drivers/pci/pcie_layerscape_ep.c | 240 ++++++++++++++++++ > drivers/pci/pcie_layerscape_fixup.c | 79 +++--- > drivers/pci/pcie_layerscape_rc.c | 378 +++++++++++++++++++++++++++ > 6 files changed, 734 insertions(+), 501 deletions(-) create mode 100644 >drivers/pci/pcie_layerscape_ep.c create mode 100644 >drivers/pci/pcie_layerscape_rc.c > Kindly rebase the series on top of tree
Thanks Priyanka