Re: [PATCH 0/4] MIPS: dma: random fixes and improvements

2023-02-13 Thread Sascha Hauer
On Fri, Feb 10, 2023 at 05:47:41PM +0300, Denis Orlov wrote: > Denis Orlov (4): > MIPS: dma: fix nullptr handling in dma_free_coherent > MIPS: dma: remove unnecessary ifdefs > MIPS: dma: add arch-specific dma_alloc() implementation > MIPS: dma: simplify source structure > >

[PATCH 0/4] MIPS: dma: random fixes and improvements

2023-02-10 Thread Denis Orlov
Denis Orlov (4): MIPS: dma: fix nullptr handling in dma_free_coherent MIPS: dma: remove unnecessary ifdefs MIPS: dma: add arch-specific dma_alloc() implementation MIPS: dma: simplify source structure arch/mips/include/asm/dma-mapping.h | 40 ---