From: Albert Herranz <albert_herranz@yahoo•es>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle•com>
Cc: iommu@lists•linux-foundation.org, linux-usb@vger•kernel.org,
linuxppc-dev@lists•ozlabs.org
Subject: Re: [PATCH v5 08/10] wii: add mem2 dma mapping ops
Date: Sat, 20 Mar 2010 01:59:19 +0100 [thread overview]
Message-ID: <4BA41DE7.70406@yahoo.es> (raw)
In-Reply-To: <20100319195013.GC31908@phenom.dumpdata.com>
Konrad Rzeszutek Wilk wrote:
>> +int wii_set_mem2_dma_constraints(struct device *dev)
>> +{
>> + struct dev_archdata *sd;
>> +
>> + sd = &dev->archdata;
>> + sd->max_direct_dma_addr = 0;
>> + sd->min_direct_dma_addr = wii_hole_start + wii_hole_size;
>> +
>> + set_dma_ops(dev, &wii_mem2_dma_ops);
>> + return 0;
>> +}
>> +EXPORT_SYMBOL(wii_set_mem2_dma_constraints);
>
> Can you make them EXPORT_SYMBOL_GPL?
Sure. I don't know why I didn't use the *_GPL flavour on first place.
Thanks,
Albert
next prev parent reply other threads:[~2010-03-20 0:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-19 18:32 [PATCH v5 00/10] wii: add usb 2.0 support Albert Herranz
2010-03-19 18:32 ` [PATCH v5 01/10] swiotbl: add back swiotlb_alloc_boot() Albert Herranz
2010-03-19 18:32 ` [PATCH v5 02/10] swiotlb: make swiotlb_bounce() __weak Albert Herranz
2010-03-19 18:32 ` [PATCH v5 03/10] powerpc: add per-device dma coherent support Albert Herranz
2010-03-19 18:32 ` [PATCH v5 04/10] powerpc: add min_direct_dma_addr Albert Herranz
2010-03-19 18:32 ` [PATCH v5 05/10] USB: refactor unmap_urb_for_dma/map_urb_for_dma Albert Herranz
2010-03-19 18:32 ` [PATCH v5 06/10] USB: add HCD_NO_COHERENT_MEM host controller driver flag Albert Herranz
2010-03-19 18:32 ` [PATCH v5 07/10] wii: have generic dma coherent Albert Herranz
2010-03-19 18:32 ` [PATCH v5 08/10] wii: add mem2 dma mapping ops Albert Herranz
2010-03-19 19:50 ` Konrad Rzeszutek Wilk
2010-03-20 0:59 ` Albert Herranz [this message]
2010-03-19 19:51 ` Konrad Rzeszutek Wilk
2010-03-20 0:58 ` Albert Herranz
2010-03-19 18:32 ` [PATCH v5 09/10] wii: enable swiotlb Albert Herranz
2010-03-19 18:32 ` [PATCH v5 10/10] wii: hollywood ehci controller support Albert Herranz
2010-03-19 19:01 ` [PATCH v5 00/10] wii: add usb 2.0 support Alan Stern
2010-03-19 19:13 ` Albert Herranz
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=4BA41DE7.70406@yahoo.es \
--to=albert_herranz@yahoo$(echo .)es \
--cc=iommu@lists$(echo .)linux-foundation.org \
--cc=konrad.wilk@oracle$(echo .)com \
--cc=linux-usb@vger$(echo .)kernel.org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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