PCI: Add pcie_reset_flr() with 'probe' argument
authorAmey Narkhede <ameynarkhede03@gmail.com>
Tue, 17 Aug 2021 18:04:53 +0000 (23:34 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 17 Aug 2021 20:23:13 +0000 (15:23 -0500)
commit56f107d7813f116484019617043393a7753ffcbf
treea14f18fe3997ce0c136e4cc546f4217ec47555cb
parent69139244806537f9d51364f37fe146bb2ee88a05
PCI: Add pcie_reset_flr() with 'probe' argument

Most reset methods are of the form "pci_*_reset(dev, probe)".  pcie_flr()
was an exception because it relied on a separate pcie_has_flr() function
instead of taking a "probe" argument.

Add "pcie_reset_flr(dev, probe)" to follow the convention.  Remove
pcie_has_flr().

Some pcie_flr() callers that did not use pcie_has_flr() remain.

[bhelgaas: commit log, rework pcie_reset_flr() to use dev->devcap directly]
Link: https://lore.kernel.org/r/20210817180500.1253-3-ameynarkhede03@gmail.com
Signed-off-by: Amey Narkhede <ameynarkhede03@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
drivers/crypto/cavium/nitrox/nitrox_main.c
drivers/pci/pci.c
drivers/pci/pcie/aer.c
drivers/pci/quirks.c
include/linux/pci.h