Re: [PATCH 3/3] powerpc/pseries: Fixup config space size of OpenCAPI devices

2019-11-09 Thread Greg Kurz
On Thu, 7 Nov 2019 09:46:25 +0100 christophe lombard wrote: > On 05/11/2019 06:01, Andrew Donnellan wrote: > > On 22/10/19 6:52 pm, christophe lombard wrote: > >> Fix up the pci config size of the OpenCAPI PCIe devices in the pseries > >> environment. > >> Most of OpenCAPI PCIe devices have 4096

Re: [PATCH 3/3] powerpc/pseries: Fixup config space size of OpenCAPI devices

2019-11-07 Thread christophe lombard
On 05/11/2019 06:01, Andrew Donnellan wrote: On 22/10/19 6:52 pm, christophe lombard wrote: Fix up the pci config size of the OpenCAPI PCIe devices in the pseries environment. Most of OpenCAPI PCIe devices have 4096 bytes of configuration space. It's not "most of", it's "all" - the OpenCAPI Di

Re: [PATCH 3/3] powerpc/pseries: Fixup config space size of OpenCAPI devices

2019-11-04 Thread Andrew Donnellan
On 22/10/19 6:52 pm, christophe lombard wrote: Fix up the pci config size of the OpenCAPI PCIe devices in the pseries environment. Most of OpenCAPI PCIe devices have 4096 bytes of configuration space. It's not "most of", it's "all" - the OpenCAPI Discovery and Configuration Spec requires the u

[PATCH 3/3] powerpc/pseries: Fixup config space size of OpenCAPI devices

2019-10-22 Thread christophe lombard
Fix up the pci config size of the OpenCAPI PCIe devices in the pseries environment. Most of OpenCAPI PCIe devices have 4096 bytes of configuration space. Signed-off-by: Christophe Lombard --- arch/powerpc/platforms/pseries/pci.c | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/p