From nobody Fri Oct 3 08:50:46 2025 Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3A1FF3009D2; Wed, 3 Sep 2025 12:45:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.235 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756903560; cv=none; b=pU1q34UBsEj2CeD9qzeQuFoXssZyStyskM7Z16yemHYUfqJ6atqix11CgVKiBGVrELEHWij3luKM4QLYLTIr+knRLAFOlclYWfTEHQc+lowvXDnpVRxlSIFwkRhLdRFwxvTQ/nh6y2qw9RUh5NAPxQVPcWMUUNiVBjiQpCtQitc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756903560; c=relaxed/simple; bh=0rKjCIL53ZoGeIJRbde0G9R9L27t56ANYAdlbkr0gmo=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=c+bXoZn7dpR3B68ruJDDiZTTAKCmfRjaiq4cFXdWVvDGZiMpq/Y+eD3dQ80b5RBxTRIPjgTV/1rf803a3xE9MM5Stz4BWFEVfsVtp38C4ebZQ2mThSoQHkLVEarOSibbHIO34vbrU66BYXm0Uvn7TTW7wbHslZ1oSJv5BEYgGWE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=GzM+8BMV; arc=none smtp.client-ip=198.47.23.235 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="GzM+8BMV" Received: from fllvem-sh03.itg.ti.com ([10.64.41.86]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTP id 583CjfCH3263832; Wed, 3 Sep 2025 07:45:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1756903541; bh=de2p5C/waBqZ9EMEHsftDi3gvYva/KwdwBS7gBzFpNM=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=GzM+8BMVO73Tgb1VeptkY0P5xGIfdNHcpCo/e2OSH8K1ckOCashQWK5KWplbsVZCQ H4erpzqc1u/wfQpuHVtpvMs9jDxaxTglIc621hK1CqLBxGSPYUeQp36gRHBKfkKMgJ d+nX5Cw1yK1XzXUeR04PAUfEYubs/pAVhXrLsnHE= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllvem-sh03.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 583CjeGX3522764 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Wed, 3 Sep 2025 07:45:40 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Wed, 3 Sep 2025 07:45:39 -0500 Received: from lelvem-mr05.itg.ti.com (10.180.75.9) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55 via Frontend Transport; Wed, 3 Sep 2025 07:45:39 -0500 Received: from uda0492258.dhcp.ti.com (uda0492258.dhcp.ti.com [172.24.231.84]) by lelvem-mr05.itg.ti.com (8.18.1/8.18.1) with ESMTP id 583Cj5wV1576150; Wed, 3 Sep 2025 07:45:33 -0500 From: Siddharth Vadapalli To: , , , , , , , , , , , , , , , , <18255117159@163.com>, , CC: , , , , Subject: [PATCH 04/11] PCI: dwc: ep: Export dw_pcie_ep_raise_msix_irq() for pci-keystone Date: Wed, 3 Sep 2025 18:14:45 +0530 Message-ID: <20250903124505.365913-5-s-vadapalli@ti.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250903124505.365913-1-s-vadapalli@ti.com> References: <20250903124505.365913-1-s-vadapalli@ti.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea Content-Type: text/plain; charset="utf-8" The pci-keystone.c driver uses the 'dw_pcie_ep_raise_msix_irq()' helper. In preparation for enabling the pci-keystone.c driver to be built as a loadable module, export 'dw_pcie_ep_raise_msix_irq()'. Signed-off-by: Siddharth Vadapalli --- drivers/pci/controller/dwc/pcie-designware-ep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/controller/dwc/pcie-designware-ep.c b/drivers/pci/= controller/dwc/pcie-designware-ep.c index 7f2112c2fb21..19571ac2b961 100644 --- a/drivers/pci/controller/dwc/pcie-designware-ep.c +++ b/drivers/pci/controller/dwc/pcie-designware-ep.c @@ -797,6 +797,7 @@ int dw_pcie_ep_raise_msix_irq(struct dw_pcie_ep *ep, u8= func_no, =20 return 0; } +EXPORT_SYMBOL_GPL(dw_pcie_ep_raise_msix_irq); =20 /** * dw_pcie_ep_cleanup - Cleanup DWC EP resources after fundamental reset --=20 2.43.0