From: Armin Kuster <akuster@mvista.com>
To: linuxppc-dev <linuxppc-dev@lists.linuxppc.org>
Subject: 405 DMA api
Date: Sun, 24 Feb 2002 20:56:06 +0000 [thread overview]
Message-ID: <3C795366.2040909@mvista.com> (raw)
[-- 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 --]
next reply other threads:[~2002-02-24 20:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-24 20:56 Armin Kuster [this message]
2002-02-25 7:48 ` 405 DMA api Dan Malek
2002-02-25 8:16 ` Benjamin Herrenschmidt
2002-02-25 15:15 ` Gabriel Paubert
2002-02-25 20:09 ` Armin Kuster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C795366.2040909@mvista.com \
--to=akuster@mvista.com \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.