From: Leon Romanovsky <leon@kernel.org>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: iommu@lists.linux.dev
Subject: [PATCH v1 0/2] Preparation to .map_page and .unmap_page removal
Date: Sun, 20 Jul 2025 12:35:25 +0300 [thread overview]
Message-ID: <cover.1753003879.git.leon@kernel.org> (raw)
Changelog:
v1:
* Changed "else if" instead of "if".
v0: https://lore.kernel.org/all/cover.1752734252.git.leon@kernel.org
---------------------------------------------------------------------
This is followup to "dma-mapping: migrate to physical address-based API"
series https://lore.kernel.org/all/cover.1750854543.git.leon@kernel.org/
These preparation changes are limited to DMA subsystem to avoid possible
complications with submission to multiple trees.
Thanks
Leon Romanovsky (2):
dma-mapping: prepare dma_map_ops to conversion to physical address
dma-mapping: convert dummy ops to physical address mapping
include/linux/dma-map-ops.h | 6 ++++++
kernel/dma/dummy.c | 13 ++++++-------
kernel/dma/mapping.c | 24 ++++++++++++++++++++----
kernel/dma/ops_helpers.c | 14 +++++++++++---
4 files changed, 43 insertions(+), 14 deletions(-)
--
2.50.1
next reply other threads:[~2025-07-20 9:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-20 9:35 Leon Romanovsky [this message]
2025-07-20 9:35 ` [PATCH v1 1/2] dma-mapping: prepare dma_map_ops to conversion to physical address Leon Romanovsky
2025-07-20 11:28 ` kernel test robot
2025-07-20 13:10 ` Leon Romanovsky
2025-07-20 9:35 ` [PATCH v1 2/2] dma-mapping: convert dummy ops to physical address mapping Leon Romanovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1753003879.git.leon@kernel.org \
--to=leon@kernel.org \
--cc=iommu@lists.linux.dev \
--cc=m.szyprowski@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.