RE: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

2019-09-02 Thread Xiaowei Bao
g; M.h. Lian ; > > > Mingkai Hu ; Roy Zang ; > > > jingooh...@gmail.com; gustavo.pimen...@synopsys.com; > > > linux-...@vger.kernel.org; devicet...@vger.kernel.org; > > > linux-ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > > > linuxppc-dev@

Re: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

2019-09-02 Thread Andrew Murray
r...@vger.kernel.org; > > linux-arm-ker...@lists.infradead.org; linuxppc-dev@lists.ozlabs.org; > > andrew.mur...@arm.com > > Subject: Re: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting > > capability with different PEX > > > > Hi, > > > >

RE: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

2019-08-22 Thread Xiaowei Bao
..@arm.co; a...@arndb.de; > >> gre...@linuxfoundation.org; M.h. Lian ; > >> Mingkai Hu ; Roy Zang ; > >> jingooh...@gmail.com; gustavo.pimen...@synopsys.com; > >> linux-...@vger.kernel.org; devicet...@vger.kernel.org; > >> linux-ker...@vger.kernel.org; linux-arm

Re: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

2019-08-22 Thread Kishon Vijay Abraham I
gt; linux-...@vger.kernel.org; devicet...@vger.kernel.org; >> linux-ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >> linuxppc-dev@lists.ozlabs.org; andrew.mur...@arm.com >> Subject: Re: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting >> capability with different P

RE: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

2019-08-22 Thread Xiaowei Bao
t: Re: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting > capability with different PEX > > Hi, > > On 22/08/19 4:52 PM, Xiaowei Bao wrote: > > The different PCIe controller in one board may be have different > > capability of MSI or MSIX, so chang

Re: [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

2019-08-22 Thread Kishon Vijay Abraham I
Hi, On 22/08/19 4:52 PM, Xiaowei Bao wrote: > The different PCIe controller in one board may be have different > capability of MSI or MSIX, so change the way of getting the MSI > capability, make it more flexible. please use different pci_epc_features table for different boards. Thanks Kishon >

[PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

2019-08-22 Thread Xiaowei Bao
The different PCIe controller in one board may be have different capability of MSI or MSIX, so change the way of getting the MSI capability, make it more flexible. Signed-off-by: Xiaowei Bao --- v2: - Remove the repeated assignment code. drivers/pci/controller/dwc/pci-layerscape-ep.c | 26