From: Bjorn Helgaas Date: Wed, 22 Aug 2012 15:41:27 +0000 (-0600) Subject: PCI: Wait for pending transactions to complete before 82599 FLR X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~17^2~34 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b57c6700e56d146938ca9dc1d553557e940d9f;p=pandora-kernel.git PCI: Wait for pending transactions to complete before 82599 FLR Before initiating an FLR, we should wait for completion of any outstanding non-posted requests. See PCIe spec r3.0, sec 6.6.2. This makes reset_intel_82599_sfp_virtfn() very similar to the generic pcie_flr(). The only difference is that the 82599 doesn't report FLR support in the VF Device Capability register. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed