On Tue, Apr 09, 2013 at 09:11:19AM +0100, Andrew Murray wrote: [...] > Also I believe pci_alloc_child_bus function would need to be changed to add > "b->msi = msi" to inherit msi_chip for child buses in the above patch?
The patch already does:
child->msi = parent->msi;
in pci_alloc_child_bus(), the same way that ops is inherited. I have
admittedly only tested this code on Tegra, but I don't see why that
wouldn't be enough. Or maybe I haven't understood your question?
Thierry
pgp_H4hywYZFq.pgp
Description: PGP signature
_______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
