Re: [PATCHv2] PCI: designware-ep: Fix the Header Type check

2020-09-07 Thread Lorenzo Pieralisi
On Tue, Aug 18, 2020 at 05:27:46PM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The current check will result in the multiple function device > fails to initialize. So fix the check by masking out the > multiple function bit. > > Fixes: 0b24134f7888 ("PCI: dwc: Add validation that PCIe

RE: [PATCHv2] PCI: designware-ep: Fix the Header Type check

2020-08-18 Thread Z.q. Hou
avo Pimentel > Subject: Re: [PATCHv2] PCI: designware-ep: Fix the Header Type check > > On Tue, Aug 18, 2020 at 3:35 AM Zhiqiang Hou > wrote: > > > > From: Hou Zhiqiang > > > > The current check will result in the multiple function device fails to > >

Re: [PATCHv2] PCI: designware-ep: Fix the Header Type check

2020-08-18 Thread Rob Herring
On Tue, Aug 18, 2020 at 3:35 AM Zhiqiang Hou wrote: > > From: Hou Zhiqiang > > The current check will result in the multiple function device > fails to initialize. So fix the check by masking out the > multiple function bit. > > Fixes: 0b24134f7888 ("PCI: dwc: Add validation that PCIe core is

[PATCHv2] PCI: designware-ep: Fix the Header Type check

2020-08-18 Thread Zhiqiang Hou
From: Hou Zhiqiang The current check will result in the multiple function device fails to initialize. So fix the check by masking out the multiple function bit. Fixes: 0b24134f7888 ("PCI: dwc: Add validation that PCIe core is set to correct mode") Signed-off-by: Hou Zhiqiang --- V2: - Add