OSDN Git Service

PCI: Unify try slot and bus reset API
authorSinan Kaya <okaya@codeaurora.org>
Thu, 19 Jul 2018 23:04:12 +0000 (18:04 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 19 Jul 2018 23:04:23 +0000 (18:04 -0500)
commit811c5cb37df46b0cd714dbd053d19cdb97d08cff
treec8cea541b7869d0ce1ae2f7d54fdafd650c6a3bf
parent381634cad15b711e033a2638d558232b60f753f6
PCI: Unify try slot and bus reset API

Drivers are expected to call pci_try_reset_slot() or pci_try_reset_bus() by
querying if a system supports hotplug or not.  A survey showed that most
drivers don't do this and we are leaking hotplug capability to the user.

Hide pci_try_slot_reset() from drivers and embed into pci_try_bus_reset().
Change pci_try_reset_bus() parameter from struct pci_bus to struct pci_dev.

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/infiniband/hw/hfi1/pcie.c
drivers/pci/pci.c
drivers/vfio/pci/vfio_pci.c
include/linux/pci.h