From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org ([198.145.29.96]:60530 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbdKIUrK (ORCPT ); Thu, 9 Nov 2017 15:47:10 -0500 From: Pawandeep Oza To: linux-pci@vger.kernel.org, timur@codeaurora.org Cc: Bjorn Helgaas , Dongdong Liu , Gabriele Paoloni , Thomas Gleixner , Greg Kroah-Hartman , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Pawandeep Oza Subject: [PATCH 0/4] PCI: query active service list Date: Fri, 10 Nov 2017 02:16:35 +0530 Message-Id: <1510260399-14886-1-git-send-email-poza@codeaurora.org> Sender: linux-pci-owner@vger.kernel.org List-ID: The list of patches provides querying facility to all services drivers. They can query any other service, to see if it is active/registered. This is useful when multiple service drivers do not want to race for actions based on service interrupt trigger. for e.g. if both AER and DPC are triggering, AER should not race since DPC is going to bring down the link and all the devices beneath, and goint to recover HW. Oza Pawandeep (4): PCI: Add port service list node for pci_dev. PCI/portdrv: Add/Remove port services to the list PCI/portdrv: Implement interface to query the registered service PCI/AER: Dont do recovery when DPC is enabled drivers/pci/pcie/aer/aerdrv_core.c | 12 ++++++++++++ drivers/pci/pcie/portdrv_core.c | 29 +++++++++++++++++++++++++++++ drivers/pci/probe.c | 1 + include/linux/pci.h | 2 ++ include/linux/pcieport_if.h | 3 ++- 5 files changed, 46 insertions(+), 1 deletion(-) -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc., a Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.