>-----Original Message----- >From: U-Boot <[email protected]> On Behalf Of Xiaowei Bao >Sent: Sunday, March 22, 2020 4:43 PM >To: M.h. Lian <[email protected]>; Z.q. Hou <[email protected]>; >Mingkai Hu <[email protected]>; [email protected]; >[email protected]; [email protected] >Cc: Xiaowei Bao <[email protected]> >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 <[email protected]> >--- > 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

