Message ID | 20241011120115.89756-1-dlemoal@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5C66E217311 for <linux-pci@vger.kernel.org>; Fri, 11 Oct 2024 12:01:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728648079; cv=none; b=fl4Fesv+B2CKtOkiNCai9a6eD0xmwYr+ZGbyvuRoEBINq+FPh2pMfnXxZ5+wTfCh8nVgOPy3Wssn4hKojMOGYHOlnfdZXpmLedywcH3irRtn84aLx4/MIH2PQXy3sjlD/LAJcex7OBrpL1VKpsnF+kFOQLuT0GdGivd3aCKUVpw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728648079; c=relaxed/simple; bh=Vh5iroiS7AhvJh0eXPGPR2pdnkqyT7gQJv9dOlJqPWM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=rVsL1jE2vAqr8suxtFhqDfjA3YHmy58LuOZ0tbIN6E5lRhbtCK9vIChUG062/Ug3l5hxWSydjtKQJPAJhd+JDOnqVuzRROp1v8leL/SU+C6bjdMWhhq0WoPkoMlCdQvRlQ6AAl5yQrF2XV9gt94v44QTID9Rsls4xUrLIikfWL4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QRhBSFIR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QRhBSFIR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC7A8C4CEC3; Fri, 11 Oct 2024 12:01:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728648078; bh=Vh5iroiS7AhvJh0eXPGPR2pdnkqyT7gQJv9dOlJqPWM=; h=From:To:Cc:Subject:Date:From; b=QRhBSFIRWxxOL3pKGBMZyalZoxqO7xKjeZhtSTVrYJrFGy41X12sVc7l9l2XNjvAt BT9EFb1diNqQxADTRgTkHa57S7gUy4OjaI7NuwgrFM5huxv24VBB75+HQ3gxNbeaHN rBrTxLa9K0TgXiaqbr+KqAWcI2+N9RUr/Xt+//o/OJAX2OG4WBcKQm7atV+Q/T7QpS N4ga8Ws94LmTE8UY9O52p4iy1cyOoMssUxq4MWZvnNZf8dsp6Cuz9pc7VHRdwta+qQ w9I310zq9f+XNVD3PsZm/AJE3YI8FQtRci1sb63yQCMC4JtuSPKkNfVFo2n3WejhO3 iV6Vh1EpqwNOg== From: Damien Le Moal <dlemoal@kernel.org> To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>, =?utf-8?q?Krzy?= =?utf-8?q?sztof_Wilczy=C5=84ski?= <kw@linux.com>, Kishon Vijay Abraham I <kishon@kernel.org>, Bjorn Helgaas <bhelgaas@google.com>, Lorenzo Pieralisi <lpieralisi@kernel.org>, Rob Herring <robh@kernel.org>, Jonathan Corbet <corbet@lwn.net>, Jingoo Han <jingoohan1@gmail.com>, linux-pci@vger.kernel.org Cc: Rick Wertenbroek <rick.wertenbroek@gmail.com>, Niklas Cassel <cassel@kernel.org> Subject: [PATCH v5 0/6] Improve PCI memory mapping API Date: Fri, 11 Oct 2024 21:01:09 +0900 Message-ID: <20241011120115.89756-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.46.2 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 |
Series |
Improve PCI memory mapping API
|
expand
|