mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Dmitry Baryshkov <dbaryshkov@gmail.com>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@redhat.com>,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH 3/3] Sh: use generic per-device coherent dma allocator
Date: Fri, 18 Jul 2008 21:15:01 +0200	[thread overview]
Message-ID: <20080718191501.GA31108@elte.hu> (raw)
In-Reply-To: <488062c4.205c4e0a.118c.05a2@mx.google.com>


* Dmitry Baryshkov <dbaryshkov@gmail.com> wrote:

> Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
> Cc: Paul Mundt <lethal@linux-sh.org>

applied all 3 patches to core/generic-dma-coherent, which is at:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core/generic-dma-coherent

------------------>
Dmitry Baryshkov (5):
      generic: per-device coherent dma allocator
      x86: use generic per-device dma coherent allocator
      Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVE
      ARM: support generic per-device coherent dma mem
      Sh: use generic per-device coherent dma allocator


 arch/arm/Kconfig                   |    1 +
 arch/arm/mm/consistent.c           |    8 ++
 arch/sh/Kconfig                    |    1 +
 arch/sh/mm/consistent.c            |   98 +---------------------------
 arch/x86/Kconfig                   |    1 +
 arch/x86/kernel/pci-dma.c          |  122 +----------------------------------
 include/asm-arm/dma-mapping.h      |    2 +
 include/asm-generic/dma-coherent.h |   32 +++++++++
 include/asm-sh/dma-mapping.h       |    1 +
 include/asm-x86/dma-mapping.h      |   22 +------
 init/Kconfig                       |    4 +
 kernel/Makefile                    |    1 +
 kernel/dma-coherent.c              |  126 ++++++++++++++++++++++++++++++++++++
 13 files changed, 183 insertions(+), 236 deletions(-)
 create mode 100644 include/asm-generic/dma-coherent.h
 create mode 100644 kernel/dma-coherent.c


      reply	other threads:[~2008-07-18 19:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <f19d3499bb927f743672952b035895441e6bcafd.1216373338.git.dbaryshkov@gmail.com>
2008-07-18  9:30 ` [PATCH 2/3] ARM: support generic per-device coherent dma mem Dmitry Baryshkov
2008-07-18  9:30 ` [PATCH 3/3] Sh: use generic per-device coherent dma allocator Dmitry Baryshkov
2008-07-18 19:15   ` Ingo Molnar [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=20080718191501.GA31108@elte.hu \
    --to=mingo@elte.hu \
    --cc=dbaryshkov@gmail.com \
    --cc=hpa@zytor.com \
    --cc=jbarnes@virtuousgeek.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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

Powered by JetHome