[PATCH 1/9] pci: layerscape: Split the EP and RC driver
Priyanka Jain (OSS)
priyanka.jain at oss.nxp.com
Tue Apr 28 11:30:41 CEST 2020
>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Xiaowei Bao
>Sent: Sunday, March 22, 2020 4:43 PM
>To: M.h. Lian <minghuan.lian at nxp.com>; Z.q. Hou <zhiqiang.hou at nxp.com>;
>Mingkai Hu <mingkai.hu at nxp.com>; bmeng.cn at gmail.com;
>yamada.masahiro at socionext.com; u-boot at lists.denx.de
>Cc: Xiaowei Bao <xiaowei.bao at 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.bao at 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
More information about the U-Boot
mailing list