Re: [PATCH v8 7/9] pci: of: Parse and map the IRQ when adding the PCI device.

2014-07-05 Thread Rob Herring
On Wed, Jul 2, 2014 at 6:17 AM, Will Deacon wrote: > On Tue, Jul 01, 2014 at 07:43:32PM +0100, Liviu Dudau wrote: >> Enhance the default implementation of pcibios_add_device() to >> parse and map the IRQ of the device if a DT binding is available. >> >> Signed-off-by: Liviu Dudau >> --- >> drive

Re: [PATCH v8 7/9] pci: of: Parse and map the IRQ when adding the PCI device.

2014-07-02 Thread Will Deacon
On Tue, Jul 01, 2014 at 07:43:32PM +0100, Liviu Dudau wrote: > Enhance the default implementation of pcibios_add_device() to > parse and map the IRQ of the device if a DT binding is available. > > Signed-off-by: Liviu Dudau > --- > drivers/pci/pci.c | 4 > 1 file changed, 4 insertions(+) >

[PATCH v8 7/9] pci: of: Parse and map the IRQ when adding the PCI device.

2014-07-01 Thread Liviu Dudau
Enhance the default implementation of pcibios_add_device() to parse and map the IRQ of the device if a DT binding is available. Signed-off-by: Liviu Dudau --- drivers/pci/pci.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 63a54a3..8e65dc3 10