Re: [PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-09-01 Thread Lorenzo Pieralisi
On Mon, Aug 31, 2015 at 06:51:58AM +0100, Dennis Chen wrote: > On Fri, Aug 28, 2015 at 03:39:43PM +0100, Lorenzo Pieralisi wrote: > > Hi Dennis, > > > > You should CC linux-...@vger.kernel.org and the PCI subsystem > > maintainer next time. > > > > > > Good reminder! Thanks, mate ;-) > > > On

Re: [PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-09-01 Thread Lorenzo Pieralisi
On Mon, Aug 31, 2015 at 06:51:58AM +0100, Dennis Chen wrote: > On Fri, Aug 28, 2015 at 03:39:43PM +0100, Lorenzo Pieralisi wrote: > > Hi Dennis, > > > > You should CC linux-...@vger.kernel.org and the PCI subsystem > > maintainer next time. > > > > > > Good reminder! Thanks, mate ;-) > > > On

Re: [PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-08-30 Thread Dennis Chen
On Fri, Aug 28, 2015 at 03:39:43PM +0100, Lorenzo Pieralisi wrote: > Hi Dennis, > > You should CC linux-...@vger.kernel.org and the PCI subsystem > maintainer next time. > > Good reminder! Thanks, mate ;-) > On Fri, Aug 28, 2015 at 01:49:23PM +0100, Dennis Chen wrote: > > This patch will fall

Re: [PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-08-30 Thread Dennis Chen
On Fri, Aug 28, 2015 at 03:39:43PM +0100, Lorenzo Pieralisi wrote: > Hi Dennis, > > You should CC linux-...@vger.kernel.org and the PCI subsystem > maintainer next time. > > Good reminder! Thanks, mate ;-) > On Fri, Aug 28, 2015 at 01:49:23PM +0100, Dennis Chen wrote: > > This patch will fall

Re: [PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-08-28 Thread Lorenzo Pieralisi
Hi Dennis, You should CC linux-...@vger.kernel.org and the PCI subsystem maintainer next time. On Fri, Aug 28, 2015 at 01:49:23PM +0100, Dennis Chen wrote: > This patch will fall back to ACPI MCFG table if _CBA method fails > to get the configuration base address of ECAM. Firmware on ARM >

[PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-08-28 Thread Dennis Chen
This patch will fall back to ACPI MCFG table if _CBA method fails to get the configuration base address of ECAM. Firmware on ARM platform uses MCFG table instead of _CBA method. This is needed to scan the PCIe root complex for ARM SoC. Signed-off-by: Dennis Chen --- drivers/pci/pci-acpi.c | 102

[PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-08-28 Thread Dennis Chen
This patch will fall back to ACPI MCFG table if _CBA method fails to get the configuration base address of ECAM. Firmware on ARM platform uses MCFG table instead of _CBA method. This is needed to scan the PCIe root complex for ARM SoC. Signed-off-by: Dennis Chen dennis.c...@arm.com ---

Re: [PATCH] ACPI / ARM64: Get configuration base address of ECAM via ACPI MCFG table

2015-08-28 Thread Lorenzo Pieralisi
Hi Dennis, You should CC linux-...@vger.kernel.org and the PCI subsystem maintainer next time. On Fri, Aug 28, 2015 at 01:49:23PM +0100, Dennis Chen wrote: This patch will fall back to ACPI MCFG table if _CBA method fails to get the configuration base address of ECAM. Firmware on ARM platform