linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 405 DMA api
@ 2002-02-24 20:56 Armin Kuster
  2002-02-25  7:48 ` Dan Malek
  2002-02-25  8:16 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 5+ messages in thread
From: Armin Kuster @ 2002-02-24 20:56 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

Hello,

I would like to have the 405 dma share the same dma api as the current
pmac. I propose to make the asm/dma.h _generic_ and move all the power
Mac unique stuff into a seperate file such as "pmac_dma.h".  The dma.h
would then be the gateway for other ppc archs by using "CONFIG_<arch>"
to determine which hearder to pull in.  I made the pmac_pma.h as the
default.  I have tested this on the  walnut and can only compile for the
pmac.  I have included a patch and I  would like some feedback and to
have the pmac_dma verified.

files:
include/asm-ppc/dma.h <- generic defines and config selection
include/asm-ppc/pmac_dma.h     <- most code from dma.h
include/asm-ppc/ppc405_dma.h <- changed func names
arch/ppc/kernel/ppc405_dma.c <- changes to refect new header scheme

TIA
Armin

[-- Attachment #2: pmac_dma.patch.gz --]
[-- Type: application/x-gunzip, Size: 6822 bytes --]

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

end of thread, other threads:[~2002-02-25 20:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-24 20:56 405 DMA api Armin Kuster
2002-02-25  7:48 ` Dan Malek
2002-02-25  8:16 ` Benjamin Herrenschmidt
2002-02-25 15:15   ` Gabriel Paubert
2002-02-25 20:09     ` Armin Kuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).