commit | f2c800aaceb6f26fe78590f971169b1d3d6fe322 | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Tue Apr 14 14:28:00 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 02 11:47:43 2015 +1000 |
tree | 19266eff29310c001fc39d3b615d5f6794c240d7 | |
parent | b7eba2ffccb51d7676a4ddc26658687331feb6a3 [diff] |
powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_ops Move the ppc4xx hsta 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>