All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Domen Puncer <domen@coderock.org>
Cc: Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org
Subject: Re: [patch 5/8] au1xxx: export dbdma functions
Date: Sat, 24 Jun 2006 23:06:44 +0400	[thread overview]
Message-ID: <449D8D44.70900@ru.mvista.com> (raw)
In-Reply-To: <20060623135202.GA9098@nd47.coderock.org>

Hello.

Domen Puncer wrote:
> 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)
>  {

    I should note that without patch 6 applied (which marks the module as 
GPL), this patch doesn't help. BTW, the other exports in this module are not 
GPL only...

WBR, Sergei

  reply	other threads:[~2006-06-24 19:08 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
2006-06-24 19:06       ` Sergei Shtylyov [this message]
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=449D8D44.70900@ru.mvista.com \
    --to=sshtylyov@ru.mvista.com \
    --cc=domen@coderock.org \
    --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 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.