commit | b7eba2ffccb51d7676a4ddc26658687331feb6a3 | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Tue Apr 14 14:27:59 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 02 11:47:42 2015 +1000 |
tree | 9e0c9e97d2a1fcda85a51f88280d1be888655339 | |
parent | 00e25397032f590d0a4d0ee89e236a4d1f8c0580 [diff] |
powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_ops Move the ppc4xx msi subsystem to use the pci_controller_ops structure rather than ppc_md for MSI related PCI controller operations. As with fsl_msi, operations are plugged in at the subsys level, after controller creation. Again, we iterate over all controllers and populate them with the MSI ops. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>