Re: [PATCH 6/6] PCI: generic: Allow bus default MSI controller to be specified.

2015-09-15 Thread David Daney
On 09/15/2015 10:53 AM, Will Deacon wrote: On Sat, Sep 12, 2015 at 12:21:59AM +0100, David Daney wrote: From: David Daney If the device tree node for the bus has a "msi-parent" property, use that as the default MSI controller for devices on the bus. Add device tree binding documentation descr

Re: [PATCH 6/6] PCI: generic: Allow bus default MSI controller to be specified.

2015-09-15 Thread Will Deacon
On Sat, Sep 12, 2015 at 12:21:59AM +0100, David Daney wrote: > From: David Daney > > If the device tree node for the bus has a "msi-parent" property, use > that as the default MSI controller for devices on the bus. Add device > tree binding documentation describing the new property. > > This al

[PATCH 6/6] PCI: generic: Allow bus default MSI controller to be specified.

2015-09-11 Thread David Daney
From: David Daney If the device tree node for the bus has a "msi-parent" property, use that as the default MSI controller for devices on the bus. Add device tree binding documentation describing the new property. This allows the pci-host-generic driver to be used in systems with multiple MSI co