From nobody Fri Oct 3 08:50:48 2025 Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) (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 EA4C12FF17B; Wed, 3 Sep 2025 12:45:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.234 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756903546; cv=none; b=RazXFAcu5iJC98IIPIsNVCWiwFM7VghPlqFVVVAKNYOeXq4lvkKmIBXZ/uKQlhNqq7kpTyC0mhmF4Abv9lXaP1+/iPVx4E+NJ2PKo9TiO5qgfLqe9wHRVM8VZvS+hEz5bgHSudC65uMODzNP52nL38r99jqBAgRmfFZsclSED6s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756903546; c=relaxed/simple; bh=TrpD7d+wgl+RfE1iZBW309Mn4A8/OzhBrMrOg0V6DY4=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=fstONyEjoTE2tR6DtLo8Htoo2yN0njf8dzBYQf60HLuuNzWPQOl5BEiUCkmvfqHP+oiL1R92cgdTFCSt2NbAQp5KXhrWnDOP9WnWn+Rd+4q5NGI93DD2rG5cAN5ZxVuYV2BqFniJDYZVPfuB2aLKqUoFwag8tFSqC6r27egw2hQ= 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=phcOzWfZ; arc=none smtp.client-ip=198.47.23.234 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="phcOzWfZ" Received: from lelvem-sh01.itg.ti.com ([10.180.77.71]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTP id 583CjQxa2831256; Wed, 3 Sep 2025 07:45:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1756903526; bh=CKO8MzldBexrXr7kewzqwdKjuMhvxB9kVL4I0IFKJYo=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=phcOzWfZaowJgVm92lbNrSgcQ85gj6mmpdDlxdM+SpxQzgDXxs1PID4pnUdlu2/Ip aEf08G7t4Iy1UdviKxIifxG6cDxCd0UcHiUhxsbKS3j7G08pVxkwvE5TqoFfM4NZDA DB1Hd8BeIbd4k5tMwAvzdUOSeM4SH6oRhRv/O5zo= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelvem-sh01.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 583CjQl43043970 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Wed, 3 Sep 2025 07:45:26 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE111.ent.ti.com (10.64.6.32) 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:26 -0500 Received: from lelvem-mr05.itg.ti.com (10.180.75.9) by DFLE103.ent.ti.com (10.64.6.24) 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:26 -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 583Cj5wT1576150; Wed, 3 Sep 2025 07:45:19 -0500 From: Siddharth Vadapalli To: , , , , , , , , , , , , , , , , <18255117159@163.com>, , CC: , , , , Subject: [PATCH 02/11] PCI: dwc: Export dw_pcie_allocate_domains() for pci-keystone Date: Wed, 3 Sep 2025 18:14:43 +0530 Message-ID: <20250903124505.365913-3-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_allocate_domains()' helper. In preparation for enabling the pci-keystone.c driver to be built as a loadable module, export 'dw_pcie_allocate_domains()'. Signed-off-by: Siddharth Vadapalli --- drivers/pci/controller/dwc/pcie-designware-host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/controller/dwc/pcie-designware-host.c b/drivers/pc= i/controller/dwc/pcie-designware-host.c index 952f8594b501..3cc83d921376 100644 --- a/drivers/pci/controller/dwc/pcie-designware-host.c +++ b/drivers/pci/controller/dwc/pcie-designware-host.c @@ -229,6 +229,7 @@ int dw_pcie_allocate_domains(struct dw_pcie_rp *pp) =20 return 0; } +EXPORT_SYMBOL_GPL(dw_pcie_allocate_domains); =20 void dw_pcie_free_msi(struct dw_pcie_rp *pp) { --=20 2.43.0