Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-24 Thread Tomasz Nowicki
On 23.11.2016 19:22, Bjorn Helgaas wrote: On Wed, Nov 23, 2016 at 12:21:03PM +0100, Tomasz Nowicki wrote: Hi Bjorn, On 23.11.2016 00:13, Bjorn Helgaas wrote: Hi Tomasz, On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: Implement pci_acpi_scan_root and other arch-specific call

Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-24 Thread Tomasz Nowicki
On 23.11.2016 19:22, Bjorn Helgaas wrote: On Wed, Nov 23, 2016 at 12:21:03PM +0100, Tomasz Nowicki wrote: Hi Bjorn, On 23.11.2016 00:13, Bjorn Helgaas wrote: Hi Tomasz, On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: Implement pci_acpi_scan_root and other arch-specific call

Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-23 Thread Bjorn Helgaas
On Wed, Nov 23, 2016 at 12:21:03PM +0100, Tomasz Nowicki wrote: > Hi Bjorn, > > On 23.11.2016 00:13, Bjorn Helgaas wrote: > >Hi Tomasz, > > > >On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: > >>Implement pci_acpi_scan_root and other arch-specific call so that ARM64 > >>can start

Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-23 Thread Bjorn Helgaas
On Wed, Nov 23, 2016 at 12:21:03PM +0100, Tomasz Nowicki wrote: > Hi Bjorn, > > On 23.11.2016 00:13, Bjorn Helgaas wrote: > >Hi Tomasz, > > > >On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: > >>Implement pci_acpi_scan_root and other arch-specific call so that ARM64 > >>can start

Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-23 Thread Tomasz Nowicki
Hi Bjorn, On 23.11.2016 00:13, Bjorn Helgaas wrote: Hi Tomasz, On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: Implement pci_acpi_scan_root and other arch-specific call so that ARM64 can start using ACPI to setup and enumerate PCI buses. Prior to buses enumeration the

Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-23 Thread Tomasz Nowicki
Hi Bjorn, On 23.11.2016 00:13, Bjorn Helgaas wrote: Hi Tomasz, On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: Implement pci_acpi_scan_root and other arch-specific call so that ARM64 can start using ACPI to setup and enumerate PCI buses. Prior to buses enumeration the

Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-22 Thread Bjorn Helgaas
Hi Tomasz, On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: > Implement pci_acpi_scan_root and other arch-specific call so that ARM64 > can start using ACPI to setup and enumerate PCI buses. > > Prior to buses enumeration the pci_acpi_scan_root() implementation looks > for

Re: [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-11-22 Thread Bjorn Helgaas
Hi Tomasz, On Fri, Jun 10, 2016 at 09:55:19PM +0200, Tomasz Nowicki wrote: > Implement pci_acpi_scan_root and other arch-specific call so that ARM64 > can start using ACPI to setup and enumerate PCI buses. > > Prior to buses enumeration the pci_acpi_scan_root() implementation looks > for

[PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-06-10 Thread Tomasz Nowicki
Implement pci_acpi_scan_root and other arch-specific call so that ARM64 can start using ACPI to setup and enumerate PCI buses. Prior to buses enumeration the pci_acpi_scan_root() implementation looks for configuration space start address (obtained through ACPI _CBA method or MCFG interface). If

[PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

2016-06-10 Thread Tomasz Nowicki
Implement pci_acpi_scan_root and other arch-specific call so that ARM64 can start using ACPI to setup and enumerate PCI buses. Prior to buses enumeration the pci_acpi_scan_root() implementation looks for configuration space start address (obtained through ACPI _CBA method or MCFG interface). If