From: Dan Malek <dan@mvista.com>
To: Steven Scholz <steven.scholz@imc-berlin.de>
Cc: LinuxPPC <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: IDMA on MPC855/860 ?
Date: Fri, 21 Sep 2001 16:39:02 -0400 [thread overview]
Message-ID: <3BABA566.365ACF68@mvista.com> (raw)
In-Reply-To: 3BAB0FFB.4CA071CB@imc-berlin.de
Steven Scholz wrote:
> Can anyone point me to some driver code already in the recent linuxppc
> that are using the MPC's IDMA, please?
All of the MPC8xx unique drivers use DMA....it's the only way
to transfer data through the CPM. Just take one of the drivers,
like uart.c or enet.c, and remove everything except the buffer
descriptor management. Then just add the few lines of code to
initialize the IDMA channel and you are done.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2001-09-21 20:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-21 10:01 IDMA on MPC855/860 ? Steven Scholz
2001-09-21 20:39 ` Dan Malek [this message]
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=3BABA566.365ACF68@mvista.com \
--to=dan@mvista.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=steven.scholz@imc-berlin.de \
/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 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).