commit | fcc32a21655e26d30c746b4828b33a5fd4ccfb11 | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Thu Aug 08 07:57:53 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 08 22:41:02 2019 -0700 |
tree | a38b5b71f1341a809c542e5de79d0172e37853a3 | |
parent | 32879f000120fead7cbd4a9aacbda95c84c6b287 [diff] |
liquidio: Use pcie_flr() instead of reimplementing it octeon_mbox_process_cmd() directly writes the PCI_EXP_DEVCTL_BCR_FLR bit, which bypasses timing requirements imposed by the PCIe spec. This patch fixes the function to use the pcie_flr() interface instead. Signed-off-by: Denis Efremov <efremov@linux.com> Reviewed-by: Andrew Murray <andrew.murray@arm.com> Reviewed-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>