mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] MIPS: dma: random fixes and improvements
@ 2023-02-10 14:47 Denis Orlov
  2023-02-10 14:47 ` [PATCH 1/4] MIPS: dma: fix nullptr handling in dma_free_coherent Denis Orlov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Denis Orlov @ 2023-02-10 14:47 UTC (permalink / raw)
  To: barebox; +Cc: 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 ---------------------------
 arch/mips/include/asm/dma.h         | 43 ++++++++++++++++++++++++++++-
 arch/mips/lib/dma-default.c         |  8 ------
 3 files changed, 42 insertions(+), 49 deletions(-)
 delete mode 100644 arch/mips/include/asm/dma-mapping.h

-- 
2.30.2




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-13  9:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10 14:47 [PATCH 0/4] MIPS: dma: random fixes and improvements Denis Orlov
2023-02-10 14:47 ` [PATCH 1/4] MIPS: dma: fix nullptr handling in dma_free_coherent Denis Orlov
2023-02-10 14:47 ` [PATCH 2/4] MIPS: dma: remove unnecessary ifdefs Denis Orlov
2023-02-10 14:47 ` [PATCH 3/4] MIPS: dma: add arch-specific dma_alloc() implementation Denis Orlov
2023-02-10 14:47 ` [PATCH 4/4] MIPS: dma: simplify source structure Denis Orlov
2023-02-13  9:02 ` [PATCH 0/4] MIPS: dma: random fixes and improvements Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox