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

2020-08-17 Thread kernel test robot
Hi Zhiqiang, I love your patch! Perhaps something to improve: [auto build test WARNING on pci/next] [also build test WARNING on linux/master linus/master v5.9-rc1 next-20200817] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

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

2020-08-16 Thread Z.q. Hou
o Han ; Gustavo Pimentel > > Subject: Re: [PATCH] PCI: designware-ep: Fix the Header Type check > > On Fri, Aug 14, 2020 at 2:15 AM Zhiqiang Hou > wrote: > > > > From: Hou Zhiqiang > > > > The current check will result in the multiple function device fails to > &

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

2020-08-15 Thread kernel test robot
Hi Zhiqiang, I love your patch! Perhaps something to improve: [auto build test WARNING on pci/next] [also build test WARNING on linux/master linus/master v5.8 next-20200814] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

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

2020-08-14 Thread Rob Herring
On Fri, Aug 14, 2020 at 2:15 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

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

2020-08-14 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 ---