On Sun, Sep 28, 2025 at 06:02:22PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <[email protected]> > > MIPS jazz uses physical addresses for mapping pages, so convert > it to get them directly from DMA mapping routine. > > Signed-off-by: Leon Romanovsky <[email protected]> > --- > arch/mips/jazz/jazzdma.c | 20 +++++++++++++------- > 1 file changed, 13 insertions(+), 7 deletions(-)
Reviewed-by: Jason Gunthorpe <[email protected]> > + if (attrs & DMA_ATTR_MMIO) If this has to be respun I'd put an unlikely() here and the {} Jason
