On Thu, Sep 18, 2025 at 05:09:26PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <[email protected]> > > As a preparation to changing from .map_page to use .map_phys DMA > callbacks, convert arch_sync_dma*() functions to use physical addresses > instead of struct page. > > Signed-off-by: Leon Romanovsky <[email protected]> > --- > arch/arm/mm/dma-mapping.c | 82 +++++++++++++++------------------------ > 1 file changed, 31 insertions(+), 51 deletions(-)
Reviewed-by: Jason Gunthorpe <[email protected]> Jason
