linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5 0/6] PCI: unify slot and bus reset calls
@ 2018-07-02 22:58 Sinan Kaya
  2018-07-02 22:58 ` [PATCH V5 1/6] PCI: Handle error return from pci_reset_bridge_secondary_bus() Sinan Kaya
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Sinan Kaya @ 2018-07-02 22:58 UTC (permalink / raw)
  To: linux-pci; +Cc: Sinan Kaya, linux-arm-msm, linux-arm-kernel

pci_reset_slot() and pci_reset_bus() functions require user to query if a
device is behind a hotplug slot. External users are not following this
requirement.

Hide the implemetnation into PCI core and check hotplug association on
behalf of the user internally.

Changes from v4:
* return code factoring per Andy.

Sinan Kaya (6):
  PCI: Handle error return from pci_reset_bridge_secondary_bus()
  IB/hfi1: Use pci_try_reset_bus() for initiating pci secondary bus
    reset
  PCI: Hide pci_reset_bridge_secondary_bus() from drivers
  PCI: Unify try slot and bus reset API
  PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions
  PCI: Rename pci_try_reset_bus() to pci_reset_bus()

 drivers/infiniband/hw/hfi1/pcie.c |  4 +-
 drivers/pci/hotplug/pciehp_hpc.c  |  5 ++-
 drivers/pci/pci.c                 | 91 +++++++++++----------------------------
 drivers/pci/pci.h                 |  1 +
 drivers/pci/pcie/aer.c            |  5 ++-
 drivers/pci/pcie/err.c            |  6 ++-
 drivers/vfio/pci/vfio_pci.c       |  6 +--
 include/linux/pci.h               |  6 +--
 8 files changed, 40 insertions(+), 84 deletions(-)

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-07-19 23:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02 22:58 [PATCH V5 0/6] PCI: unify slot and bus reset calls Sinan Kaya
2018-07-02 22:58 ` [PATCH V5 1/6] PCI: Handle error return from pci_reset_bridge_secondary_bus() Sinan Kaya
2018-07-02 22:58 ` [PATCH V5 2/6] IB/hfi1: Use pci_try_reset_bus() for initiating pci secondary bus reset Sinan Kaya
2018-07-02 22:58 ` [PATCH V5 3/6] PCI: Hide pci_reset_bridge_secondary_bus() from drivers Sinan Kaya
2018-07-02 22:58 ` [PATCH V5 4/6] PCI: Unify try slot and bus reset API Sinan Kaya
2018-07-02 22:58 ` [PATCH V5 5/6] PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions Sinan Kaya
2018-07-18 22:30   ` Bjorn Helgaas
2018-07-18 22:36     ` Sinan Kaya
2018-07-18 23:29       ` Bjorn Helgaas
2018-07-02 22:58 ` [PATCH V5 6/6] PCI: Rename pci_try_reset_bus() to pci_reset_bus() Sinan Kaya
2018-07-19 23:05 ` [PATCH V5 0/6] PCI: unify slot and bus reset calls Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).