Re: [PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev

2015-02-16 Thread Lorenzo Pieralisi
On Mon, Feb 09, 2015 at 03:22:29PM +, Suravee Suthikulpanit wrote: > Replacing pci_common_init_dev with pci_scan_root_bus, and remove reference > to struct pci_sys_data and pci_hw, which is specific to ARM32. This allows > the PCI host generic driver to also usable in ARM64 architecture. > >

Re: [PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev

2015-02-16 Thread Lorenzo Pieralisi
On Mon, Feb 09, 2015 at 03:22:29PM +, Suravee Suthikulpanit wrote: Replacing pci_common_init_dev with pci_scan_root_bus, and remove reference to struct pci_sys_data and pci_hw, which is specific to ARM32. This allows the PCI host generic driver to also usable in ARM64 architecture. Cc:

[PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev

2015-02-09 Thread Suravee Suthikulpanit
Replacing pci_common_init_dev with pci_scan_root_bus, and remove reference to struct pci_sys_data and pci_hw, which is specific to ARM32. This allows the PCI host generic driver to also usable in ARM64 architecture. Cc: Bjorn Helgaas Cc: Arnd Bergmann Cc: Will Deacon Cc: Marc Zyngier Cc:

[PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev

2015-02-09 Thread Suravee Suthikulpanit
Replacing pci_common_init_dev with pci_scan_root_bus, and remove reference to struct pci_sys_data and pci_hw, which is specific to ARM32. This allows the PCI host generic driver to also usable in ARM64 architecture. Cc: Bjorn Helgaas bhelg...@google.com Cc: Arnd Bergmann a...@arndb.de Cc: Will