linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 10/16] IOMMU on Celleb
Date: Thu, 16 Nov 2006 10:43:50 +1100	[thread overview]
Message-ID: <1163634230.5940.279.camel@localhost.localdomain> (raw)
In-Reply-To: <200611150947.kAF9lDMi007946@toshiba.co.jp>

On Wed, 2006-11-15 at 18:47 +0900, Ishizaki Kou wrote:

> +	pci_dma_ops.alloc_coherent = celleb_alloc_coherent;
> +	pci_dma_ops.free_coherent = celleb_free_coherent;
> +	pci_dma_ops.map_single = celleb_map_single;
> +	pci_dma_ops.unmap_single = celleb_unmap_single;
> +	pci_dma_ops.map_sg = celleb_map_sg;
> +	pci_dma_ops.unmap_sg = celleb_unmap_sg;
> +	pci_dma_ops.dma_supported = celleb_dma_supported;

You need to adapt that to the new DMA ops mecanism I've implemented for
powerpc, though I suppose I could do the adaptation myself once I get
the HW to test with.

Ben.

      reply	other threads:[~2006-11-15 23:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-15  9:47 [PATCH 10/16] IOMMU on Celleb Ishizaki Kou
2006-11-15 23:43 ` Benjamin Herrenschmidt [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=1163634230.5940.279.camel@localhost.localdomain \
    --to=benh@kernel.crashing.org \
    --cc=kou.ishizaki@toshiba.co.jp \
    --cc=linuxppc-dev@ozlabs.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;
as well as URLs for NNTP newsgroup(s).