Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Preparation to .map_page and .unmap_page removal
@ 2025-07-21  6:19 Leon Romanovsky
  2025-07-21  6:19 ` [PATCH v2 1/2] dma-mapping: prepare dma_map_ops to conversion to physical address Leon Romanovsky
  2025-07-21  6:19 ` [PATCH v2 2/2] dma-mapping: convert dummy ops to physical address mapping Leon Romanovsky
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Romanovsky @ 2025-07-21  6:19 UTC (permalink / raw)
  To: Marek Szyprowski; +Cc: iommu

Changelog:
v2:
 * Added default "else" section without map_phys and map_page
   callbacks (impossible).
v1: https://lore.kernel.org/all/cover.1753003879.git.leon@kernel.org
 * 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        | 26 ++++++++++++++++++++++----
 kernel/dma/ops_helpers.c    | 17 ++++++++++++++---
 4 files changed, 48 insertions(+), 14 deletions(-)

-- 
2.50.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-21  6:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21  6:19 [PATCH v2 0/2] Preparation to .map_page and .unmap_page removal Leon Romanovsky
2025-07-21  6:19 ` [PATCH v2 1/2] dma-mapping: prepare dma_map_ops to conversion to physical address Leon Romanovsky
2025-07-21  6:19 ` [PATCH v2 2/2] dma-mapping: convert dummy ops to physical address mapping Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox