]> git.ipfire.org Git - people/ms/linux.git/commit
arm/xen: Introduce xen_setup_dma_ops()
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Thu, 2 Jun 2022 19:23:46 +0000 (22:23 +0300)
committerJuergen Gross <jgross@suse.com>
Mon, 6 Jun 2022 06:54:33 +0000 (08:54 +0200)
commit9bf22421dc8a69cade3c994771637e9693ff0216
tree7a2f56b1d0e68ffaf3dc7715eef2c23dfe6c8942
parent3f9dfbebdc48cebfbda738f6f3d1dbf6d7232f90
arm/xen: Introduce xen_setup_dma_ops()

This patch introduces new helper and places it in new header.
The helper's purpose is to assign any Xen specific DMA ops in
a single place. For now, we deal with xen-swiotlb DMA ops only.
The one of the subsequent commits in current series will add
xen-grant DMA ops case.

Also re-use the xen_swiotlb_detect() check on Arm32.

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
[For arm64]
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/1654197833-25362-2-git-send-email-olekstysh@gmail.com
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/arm/include/asm/xen/xen-ops.h [new file with mode: 0644]
arch/arm/mm/dma-mapping.c
arch/arm64/include/asm/xen/xen-ops.h [new file with mode: 0644]
arch/arm64/mm/dma-mapping.c
include/xen/arm/xen-ops.h [new file with mode: 0644]