[PATCH 0/2] Preparation to .map_page and .unmap_page removal

Leon Romanovsky posted 2 patches 2 months, 3 weeks ago
Only 0 patches received!
There is a newer version of this series
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(-)
[PATCH 0/2] Preparation to .map_page and .unmap_page removal
Posted by Leon Romanovsky 2 months, 3 weeks ago
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