Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Domen Puncer <domen@coderock.org>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Domen Puncer <domen.puncer@ultra.si>, linux-mips@linux-mips.org
Subject: Re: [patch 5/8] au1xxx: export dbdma functions
Date: Fri, 23 Jun 2006 15:52:02 +0200	[thread overview]
Message-ID: <20060623135202.GA9098@nd47.coderock.org> (raw)
In-Reply-To: <20060623103343.GE5896@linux-mips.org>

These are needed for au1550_ac97 module.

Signed-off-by: Domen Puncer <domen.puncer@ultra.si>

Index: linux-mailed/arch/mips/au1000/common/dbdma.c
===================================================================
--- linux-mailed.orig/arch/mips/au1000/common/dbdma.c
+++ linux-mailed/arch/mips/au1000/common/dbdma.c
@@ -730,6 +730,8 @@ au1xxx_dbdma_get_dest(u32 chanid, void *
 	return rv;
 }
 
+EXPORT_SYMBOL_GPL(au1xxx_dbdma_get_dest);
+
 void
 au1xxx_dbdma_stop(u32 chanid)
 {
@@ -821,6 +823,8 @@ au1xxx_get_dma_residue(u32 chanid)
 	return rv;
 }
 
+EXPORT_SYMBOL_GPL(au1xxx_get_dma_residue);
+
 void
 au1xxx_dbdma_chan_free(u32 chanid)
 {

  reply	other threads:[~2006-06-23 13:52 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-23  9:57 [patch 0/8] au1xxx: make linux-mips more useful for au1200 users Domen Puncer
2006-06-23  9:58 ` [patch 1/8] au1xxx: psc fixes + add au1200 adresses Domen Puncer
2006-06-23 11:15   ` Ralf Baechle
2006-06-23 12:57   ` Sergei Shtylyov
2006-06-23 13:54     ` Domen Puncer
2006-06-23 15:37     ` Ralf Baechle
2006-06-23  9:58 ` [patch 2/8] au1xxx: I2C fixes Domen Puncer
2006-06-23 10:26   ` Ralf Baechle
2006-06-23 16:13   ` Sergei Shtylyov
2006-06-23  9:59 ` [patch 3/8] au1xxx: I2C support for au1200 Domen Puncer
2006-06-23 10:26   ` Ralf Baechle
2006-06-23  9:59 ` [patch 4/8] au1xxx: dbdma, no sleeping under spin_lock Domen Puncer
2006-06-23 11:16   ` Ralf Baechle
2006-06-23 10:00 ` [patch 5/8] au1xxx: export dbdma functions Domen Puncer
2006-06-23 10:33   ` Ralf Baechle
2006-06-23 13:52     ` Domen Puncer [this message]
2006-06-24 19:06       ` Sergei Shtylyov
2006-06-23 10:00 ` [patch 6/8] au1xxx: oss sound support for au1200 Domen Puncer
2006-06-23 10:01 ` [patch 7/8] au1xxx: compile fixes for OHCI " Domen Puncer
2006-06-23 10:56   ` Ralf Baechle
2006-06-23 10:01 ` [patch 8/8] au1xxx: pcmcia: fix __init called from non-init Domen Puncer
2006-06-23 11:07   ` Ralf Baechle

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=20060623135202.GA9098@nd47.coderock.org \
    --to=domen@coderock.org \
    --cc=domen.puncer@ultra.si \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox