Re: [U-Boot] [PATCHv3 0/3] dm: pcie_fsl: Fix some issues

2019-08-28 Thread Prabhakar Kushwaha
> -Original Message- > From: Z.q. Hou > Sent: Tuesday, August 27, 2019 3:44 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > ; bmeng...@gmail.com > Cc: Z.q. Hou > Subject: [PATCHv3 0/3] dm: pcie_fsl: Fix some issues > > From: Hou Zhiqiang > > The current driver is not working on

[U-Boot] [PATCHv3 0/3] dm: pcie_fsl: Fix some issues

2019-08-27 Thread Z.q. Hou
From: Hou Zhiqiang The current driver is not working on some PowerPC T-series, P-series and MPC85xx platforms due to the difference in PCIe IP revisions and the various integration on different platforms. This patch set fixes these issues. Hou Zhiqiang (3): dm: pcie_fsl: Convert IS_ENABLED()