All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: Ron Madrid <ron_madrid@sbcglobal.net>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: Using DMA interrupt on MPC8313
Date: Mon, 16 Jun 2008 13:40:52 -0500	[thread overview]
Message-ID: <4856B3B4.9020206@freescale.com> (raw)
In-Reply-To: <788575.91210.qm@web83508.mail.sp1.yahoo.com>

Ron Madrid wrote:
> I don't see a "dma" node in the mpc8377mds.dts (2.6.25).  I found one in mpc8610_hpcd.dts and
> modeled it after that.

Try head-of-tree.

> 		dma@82a8 {
> 			#address-cells = <1>;
> 			#size-cells = <1>;
> 			compatible = "fsl,elo-dma";
> 			cell-index = <0>;
> 			reg = <0x82a8 0x4>; /* DMA general status register */
> 			ranges = <0x0 0x8100 0x200>;

Should also put the interrupts in the dma node itself, so that the 
driver can register it once and use the shared status register (but 
don't remove it from the individual channels).

-Scott

  parent reply	other threads:[~2008-06-16 18:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-12 19:35 Using DMA interrupt on MPC8313 Ron Madrid
2008-06-12 19:47 ` Kumar Gala
2008-06-12 20:04   ` Ron Madrid
2008-06-12 23:01     ` Kumar Gala
2008-06-13 19:02       ` Ron Madrid
2008-06-13 23:33         ` Kumar Gala
2008-06-13 23:52           ` Ron Madrid
2008-06-13 23:54             ` Timur Tabi
2008-06-14  0:19               ` Ron Madrid
2008-06-16 14:11                 ` Timur Tabi
2008-06-16 14:44             ` Kumar Gala
2008-06-16 17:13               ` Ron Madrid
2008-06-16 17:32                 ` Scott Wood
2008-06-16 18:07                   ` Ron Madrid
2008-06-16 18:11                     ` Timur Tabi
2008-06-16 18:40                     ` Scott Wood [this message]
2008-06-16 19:10                       ` Ron Madrid
2008-06-24  5:54                         ` jumpingProgrammer
2008-06-24 18:04                           ` Scott Wood

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=4856B3B4.9020206@freescale.com \
    --to=scottwood@freescale.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=ron_madrid@sbcglobal.net \
    /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.