Re: [U-Boot] [PATCHv2 2/3] dm: pcie_fsl: Fix the Class Code fixup function

2019-08-26 Thread Z.q. Hou
Hi Bin, Thanks a lot for your comments! > -Original Message- > From: Bin Meng > Sent: 2019年8月26日 14:07 > To: Z.q. Hou > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > Subject: Re: [PATCHv2 2/3] dm: pcie_fsl: Fix the Class Code fixup function > > Hi Zhiqiang, > > On Sun, Aug 25, 201

Re: [U-Boot] [PATCHv2 2/3] dm: pcie_fsl: Fix the Class Code fixup function

2019-08-25 Thread Bin Meng
Hi Zhiqiang, On Sun, Aug 25, 2019 at 11:42 PM Z.q. Hou wrote: > > From: Hou Zhiqiang > > The Class Code fixup method was changed from PCIe block > revision 3.0, the current fixup is only valid for the > revision 3.0 and the later ones. > > This patch is to add the Class Code fixup for the block

[U-Boot] [PATCHv2 2/3] dm: pcie_fsl: Fix the Class Code fixup function

2019-08-25 Thread Z.q. Hou
From: Hou Zhiqiang The Class Code fixup method was changed from PCIe block revision 3.0, the current fixup is only valid for the revision 3.0 and the later ones. This patch is to add the Class Code fixup for the block revision < 3.0. Signed-off-by: Hou Zhiqiang --- V2: - No change. drivers/