Re: [PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2015-01-23 Thread Bjorn Helgaas
On Tue, Dec 30, 2014 at 10:58:00PM +0100, Arnd Bergmann wrote: > On Tuesday 30 December 2014 13:28:33 Rob Herring wrote: > > + list_for_each_entry(win, res, list) { > > + struct resource *parent, *res = win->res; > > + > > + switch (resource_type(res)) { > > + case I

Re: [PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2015-01-23 Thread Bjorn Helgaas
Sorry for the late reply; maybe this has already been queued up somewhere, so this might be moot. I usually capitalize the "PCI" and first letter of the subject, like: PCI: Add DT based ARM Versatile PCI host driver And I try to ask for MAINTAINER updates since these drivers are under drivers/

Re: [PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2015-01-05 Thread Arnd Bergmann
On Friday 02 January 2015 17:13:19 Rob Herring wrote: > On Fri, Jan 2, 2015 at 2:52 PM, Arnd Bergmann wrote: > > On Friday 02 January 2015 12:14:43 Rob Herring wrote: > >> On Tue, Dec 30, 2014 at 3:58 PM, Arnd Bergmann wrote: > >> > On Tuesday 30 December 2014 13:28:33 Rob Herring wrote: > >> >

Re: [PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2015-01-02 Thread Rob Herring
On Fri, Jan 2, 2015 at 2:52 PM, Arnd Bergmann wrote: > On Friday 02 January 2015 12:14:43 Rob Herring wrote: >> On Tue, Dec 30, 2014 at 3:58 PM, Arnd Bergmann wrote: >> > On Tuesday 30 December 2014 13:28:33 Rob Herring wrote: >> >> From: Rob Herring >> >> >> >> This converts the Versatile PCI h

Re: [PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2015-01-02 Thread Arnd Bergmann
On Friday 02 January 2015 12:14:43 Rob Herring wrote: > On Tue, Dec 30, 2014 at 3:58 PM, Arnd Bergmann wrote: > > On Tuesday 30 December 2014 13:28:33 Rob Herring wrote: > >> From: Rob Herring > >> > >> This converts the Versatile PCI host code to a platform driver using > >> the commom DT parsin

Re: [PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2015-01-02 Thread Rob Herring
On Tue, Dec 30, 2014 at 3:58 PM, Arnd Bergmann wrote: > On Tuesday 30 December 2014 13:28:33 Rob Herring wrote: >> From: Rob Herring >> >> This converts the Versatile PCI host code to a platform driver using >> the commom DT parsing and setup. The driver uses only an empty ARM >> pci_sys_data str

Re: [PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2014-12-30 Thread Arnd Bergmann
On Tuesday 30 December 2014 13:28:33 Rob Herring wrote: > From: Rob Herring > > This converts the Versatile PCI host code to a platform driver using > the commom DT parsing and setup. The driver uses only an empty ARM > pci_sys_data struct and does not use pci_common_init_dev init function. > The

[PATCH 4/9] pci: add DT based ARM Versatile PCI host driver

2014-12-30 Thread Rob Herring
From: Rob Herring This converts the Versatile PCI host code to a platform driver using the commom DT parsing and setup. The driver uses only an empty ARM pci_sys_data struct and does not use pci_common_init_dev init function. The old host code will be removed in a subsequent commit when Versatile