public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 00/02] m68k: clean up and merge arch dma code
@ 2012-05-04  6:50 gerg
  2012-05-04  6:50 ` [PATCH 1/2] m68knommu: reorganize the no-MMU cache flushing to match m68k gerg
  2012-05-04  6:50 ` [PATCH 2/2] m68k: merge the MMU and non-MMU versions of the arch dma code gerg
  0 siblings, 2 replies; 6+ messages in thread
From: gerg @ 2012-05-04  6:50 UTC (permalink / raw)
  To: linux-m68k, uclinux-dev


m68k: clean up and merge arch dma code

Much of the common m68k architecture dma code is the same for the MMU and
non-MMU cases. With a little cleanup of the m68knommu dma code first we
can then merge the two to end up with a single arch dma.c.

I have only tested a small number of ColdFire platforms so far, and they
all seem to check out as before. There should be no functional change for
MMU m68k systems.

---
 arch/m68k/kernel/dma_mm.c               |  131 -------------------------
 arch/m68k/kernel/dma_no.c               |   75 --------------
 b/arch/m68k/include/asm/cacheflush_no.h |   32 +++++-
 b/arch/m68k/kernel/dma.c                |  165 +++++++++++++++++++++++++++++++-
 4 files changed, 190 insertions(+), 213 deletions(-)

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

end of thread, other threads:[~2012-05-20 11:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  6:50 [PATCH 00/02] m68k: clean up and merge arch dma code gerg
2012-05-04  6:50 ` [PATCH 1/2] m68knommu: reorganize the no-MMU cache flushing to match m68k gerg
2012-05-20  9:07   ` Geert Uytterhoeven
2012-05-20 11:12     ` Greg Ungerer
2012-05-04  6:50 ` [PATCH 2/2] m68k: merge the MMU and non-MMU versions of the arch dma code gerg
2012-05-20  9:01   ` Geert Uytterhoeven

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