Changelog: v4: * Added Jason's ROB tags * Added "xen: swiotlb ..." patch to the list of patches which had .map_resource * Added extra patch "ARM: dma-mapping: Reduce ..." to remove struct page as much as possible. * Added call to .map_phys/.unmap_phys to dma_common_*_pages() functions. v3: https://lore.kernel.org/all/[email protected] * Rewrote the series to allow combination of .map_resource and * .map_page to one flow. * Added two new patches to convert and remove .map_resource. v2: https://lore.kernel.org/all/[email protected]/ * Added default "else" section without map_phys and map_page callbacks (impossible). v1: https://lore.kernel.org/all/[email protected] * Changed "else if" instead of "if". v0: https://lore.kernel.org/all/[email protected] ---------------------------------------------------------------------
This is followup to "dma-mapping: migrate to physical address-based API" series https://lore.kernel.org/all/[email protected] Thanks Leon Romanovsky (6): dma-mapping: prepare dma_map_ops to conversion to physical address dma-mapping: convert dummy ops to physical address mapping ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*() ARM: dma-mapping: Switch to physical address mapping callbacks xen: swiotlb: Switch to physical address mapping callbacks dma-mapping: remove unused mapping resource callbacks arch/arm/mm/dma-mapping.c | 180 +++++++++++------------------------- drivers/xen/swiotlb-xen.c | 63 ++++++------- include/linux/dma-map-ops.h | 13 +-- kernel/dma/dummy.c | 13 ++- kernel/dma/mapping.c | 20 ++-- kernel/dma/ops_helpers.c | 12 ++- 6 files changed, 113 insertions(+), 188 deletions(-) -- 2.51.0
