commit | 470788d4a070a07e9ab73d2ccc59d44833ab1a0e | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu May 19 19:56:50 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jun 22 21:44:54 2011 -0500 |
tree | fd3890aa764a2c8cd09389ffe0143d022a0d7d63 | |
parent | b9a4334239b4312bcb527a81e17e2a82b70f8599 [diff] |
powerpc/fsl_pci: Simplify matching logic for PCI_FIXUP_HEADER We fixup every FSL PCIe Root Complex we need to fixup a few things. Rather than adding every device under the sun we move to just matching only on the vendor (PCI_VENDOR_ID_FREESCALE) and than check that we are a PCIe controller in host mode in the fixup. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>