Message ID | 20250417124408.2752248-1-s-vadapalli@ti.com (mailing list archive) |
---|---|
Headers | show
Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) (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 20566243968; Thu, 17 Apr 2025 12:44:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.246 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744893881; cv=none; b=TWqhwDgs+hWyE1EbYTWkHArfbj0eauMgWe/dEFqDeSpj+La5EMwGx79JR2LtOHulsty54TQRn6R5EXNcRCDLkeTU+rfqUE91WLyJ8qHLBRctWGmihb6R7efaiyfcDC+m6HGz9YZnmFpImKXSJVJ79u2mlyZcivEi0nBSIq/dlPo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744893881; c=relaxed/simple; bh=REIhlmNxxgT8aKtiF2L/vrBcBS0fkO7/qt+KHBVnbNw=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Q/IoprF0fkLpuJQ9XomcWBYX0SfqfQ2z/YfnwYdpjn0rCmpsaL5F+Y00Z37i9t/iJ9zctz223XnxfTHIp4OMCs9DslARq58J6qS74pRELS7P3yV/qn4wCd2NmuuBb52njzikAuiGBQGYCn0lMOX1NxVpwsApqTED17a7VTZodaw= 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=AXwUaOHK; arc=none smtp.client-ip=198.47.19.246 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="AXwUaOHK" Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 53HCiElx628357 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 17 Apr 2025 07:44:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1744893854; bh=at8L1hZ/1fuPCfwlRQeFEAPYB3p7nMuCwhudAWDVQOY=; h=From:To:CC:Subject:Date; b=AXwUaOHKaq6yywaZtF+0qviR+V9JBb4c2r17yXrIuXQF4GuiIs16MHTZMxb6GXWwf ywt5ynzfA/SkC1m57RwsqjYrKGs/eI+cvhMlMWcgypXXa/nkIgDq1PlPSe4dIvNbEn cEFp0rZP7jFYXUWbbG9NL2KkkAnpPyTV20m4ixAw= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 53HCiEDm101084 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 17 Apr 2025 07:44:14 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) 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.23; Thu, 17 Apr 2025 07:44:14 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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.23 via Frontend Transport; Thu, 17 Apr 2025 07:44:14 -0500 Received: from uda0492258.dhcp.ti.com (uda0492258.dhcp.ti.com [10.24.72.113]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 53HCi9XB048918; Thu, 17 Apr 2025 07:44:09 -0500 From: Siddharth Vadapalli <s-vadapalli@ti.com> To: <lpieralisi@kernel.org>, <kw@linux.com>, <manivannan.sadhasivam@linaro.org>, <robh@kernel.org>, <bhelgaas@google.com>, <vigneshr@ti.com>, <kishon@kernel.org>, <18255117159@163.com>, <cassel@kernel.org>, <wojciech.jasko-EXT@continental-corporation.com>, <thomas.richard@bootlin.com>, <bwawrzyn@cisco.com> CC: <linux-pci@vger.kernel.org>, <linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <srk@ti.com>, <s-vadapalli@ti.com> Subject: [PATCH v4 0/4] Loadable Module support for PCIe Cadence and J721E Date: Thu, 17 Apr 2025 18:14:04 +0530 Message-ID: <20250417124408.2752248-1-s-vadapalli@ti.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: <linux-pci.vger.kernel.org> List-Subscribe: <mailto:linux-pci+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pci+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea |
Series |
Loadable Module support for PCIe Cadence and J721E
|
expand
|