Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-09-08 Thread Hanjun Guo
On 09/07/2015 04:45 PM, Lorenzo Pieralisi wrote: On Mon, Sep 07, 2015 at 05:14:22AM +0100, Ganapatrao Kulkarni wrote: Hi Hanjun, On Wed, May 27, 2015 at 1:51 PM, Hanjun Guo wrote: Hi Liviu, On 2015???05???27??? 01:20, Jiang Liu wrote: On 2015/5/27 0:58, Liviu Dudau wrote: On Tue, May 26,

Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-09-07 Thread Lorenzo Pieralisi
On Mon, Sep 07, 2015 at 05:14:22AM +0100, Ganapatrao Kulkarni wrote: > Hi Hanjun, > > On Wed, May 27, 2015 at 1:51 PM, Hanjun Guo wrote: > > Hi Liviu, > > > > On 2015???05???27??? 01:20, Jiang Liu wrote: > >> > >> On 2015/5/27 0:58, Liviu Dudau wrote: > >>> > >>> On Tue, May 26, 2015 at 01:49:14P

Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-09-06 Thread Ganapatrao Kulkarni
Hi Hanjun, On Wed, May 27, 2015 at 1:51 PM, Hanjun Guo wrote: > Hi Liviu, > > On 2015年05月27日 01:20, Jiang Liu wrote: >> >> On 2015/5/27 0:58, Liviu Dudau wrote: >>> >>> On Tue, May 26, 2015 at 01:49:14PM +0100, Hanjun Guo wrote: ARM64 ACPI based PCI host bridge init needs a arch depende

Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-05-27 Thread Jiang Liu
On 2015/5/27 17:47, Liviu Dudau wrote: > On Tue, May 26, 2015 at 06:20:40PM +0100, Jiang Liu wrote: >> On 2015/5/27 0:58, Liviu Dudau wrote: >>> On Tue, May 26, 2015 at 01:49:14PM +0100, Hanjun Guo wrote: ARM64 ACPI based PCI host bridge init needs a arch dependent struct pci_controller t

Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-05-27 Thread Liviu Dudau
On Tue, May 26, 2015 at 06:20:40PM +0100, Jiang Liu wrote: > On 2015/5/27 0:58, Liviu Dudau wrote: > > On Tue, May 26, 2015 at 01:49:14PM +0100, Hanjun Guo wrote: > >> ARM64 ACPI based PCI host bridge init needs a arch dependent > >> struct pci_controller to accommodate common PCI host bridge > >>

Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-05-27 Thread Hanjun Guo
Hi Liviu, On 2015年05月27日 01:20, Jiang Liu wrote: On 2015/5/27 0:58, Liviu Dudau wrote: On Tue, May 26, 2015 at 01:49:14PM +0100, Hanjun Guo wrote: ARM64 ACPI based PCI host bridge init needs a arch dependent struct pci_controller to accommodate common PCI host bridge code which is introduced l

Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-05-26 Thread Jiang Liu
On 2015/5/27 0:58, Liviu Dudau wrote: > On Tue, May 26, 2015 at 01:49:14PM +0100, Hanjun Guo wrote: >> ARM64 ACPI based PCI host bridge init needs a arch dependent >> struct pci_controller to accommodate common PCI host bridge >> code which is introduced later, or it will lead to compile >> errors

Re: [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-05-26 Thread Liviu Dudau
On Tue, May 26, 2015 at 01:49:14PM +0100, Hanjun Guo wrote: > ARM64 ACPI based PCI host bridge init needs a arch dependent > struct pci_controller to accommodate common PCI host bridge > code which is introduced later, or it will lead to compile > errors on ARM64. Hi Hanjun, Two questions: why do

[PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI

2015-05-26 Thread Hanjun Guo
ARM64 ACPI based PCI host bridge init needs a arch dependent struct pci_controller to accommodate common PCI host bridge code which is introduced later, or it will lead to compile errors on ARM64. Signed-off-by: Hanjun Guo Tested-by: Suravee Suthikulpanit CC: Arnd Bergmann CC: Catalin Marinas