
-----Original Message----- From: Z.q. Hou Sent: Tuesday, August 27, 2019 3:44 PM To: u-boot@lists.denx.de; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; bmeng.cn@gmail.com Cc: Z.q. Hou zhiqiang.hou@nxp.com Subject: [PATCHv3 0/3] dm: pcie_fsl: Fix some issues
From: Hou Zhiqiang Zhiqiang.Hou@nxp.com
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() run-time checking to #ifdef dm: pcie_fsl: Fix the Class Code fixup function dm: pcie_fsl: Fix the calculation of controller index
This patch series has been applied to u-boot-mpc85xx, awaiting upstream.
--pk