From: Paul Mundt <lethal@linux-sh.org>
To: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Cc: linux-arch@vger.kernel.org, Greg Kroah-Hartman <gregkh@suse.de>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Arnd Bergmann <arnd@arndb.de>,
Dan Williams <dan.j.williams@intel.com>,
linux-sh@vger.kernel.org, Sascha Hauer <kernel@pengutronix.de>,
linux-usb@vger.kernel.org,
David Brownell <dbrownell@users.sourceforge.net>,
linux-media@vger.kernel.org,
Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
linux-scsi@vger.kernel.org,
"James E.J. Bottomley" <James.Bottomley@suse.de>,
Catalin Marinas <catalin.marinas@arm.com>
Subject: Re: [PATCH] dma_declare_coherent_memory: push ioremap() up to caller
Date: Fri, 24 Dec 2010 10:58:59 +0900 [thread overview]
Message-ID: <20101224015858.GG28151@linux-sh.org> (raw)
In-Reply-To: <201012240020.37208.jkrzyszt@tis.icnet.pl>
On Fri, Dec 24, 2010 at 12:20:32AM +0100, Janusz Krzysztofik wrote:
> Tested on ARM OMAP1 based Amstrad Delta with a WIP OMAP1 camera patch,
> patterned upon two mach-mx3 machine types which already try to use the
> dma_declare_coherent_memory() method for reserving a region of system
> RAM preallocated with another dma_alloc_coherent(). Compile tested for
> all modified files except arch/sh/drivers/pci/fixups-dreamcast.c.
>
> Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
The arch/sh/drivers/pci/fixups-dreamcast.c build fine.
Acked-by: Paul Mundt <lethal@linux-sh.org>
WARNING: multiple messages have this Message-ID (diff)
From: Paul Mundt <lethal@linux-sh.org>
To: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Cc: linux-arch@vger.kernel.org, Greg Kroah-Hartman <gregkh@suse.de>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Arnd Bergmann <arnd@arndb.de>,
Dan Williams <dan.j.williams@intel.com>,
linux-sh@vger.kernel.org, Sascha Hauer <kernel@pengutronix.de>,
linux-usb@vger.kernel.org,
David Brownell <dbrownell@users.sourceforge.net>,
linux-media@vger.kernel.org,
Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
linux-scsi@vger.kernel.org,
"James E.J. Bottomley" <James.Bottomley@suse.de>,
Catalin Marinas <catalin.marinas@arm.com>
Subject: Re: [PATCH] dma_declare_coherent_memory: push ioremap() up to caller
Date: Fri, 24 Dec 2010 01:58:59 +0000 [thread overview]
Message-ID: <20101224015858.GG28151@linux-sh.org> (raw)
In-Reply-To: <201012240020.37208.jkrzyszt@tis.icnet.pl>
On Fri, Dec 24, 2010 at 12:20:32AM +0100, Janusz Krzysztofik wrote:
> Tested on ARM OMAP1 based Amstrad Delta with a WIP OMAP1 camera patch,
> patterned upon two mach-mx3 machine types which already try to use the
> dma_declare_coherent_memory() method for reserving a region of system
> RAM preallocated with another dma_alloc_coherent(). Compile tested for
> all modified files except arch/sh/drivers/pci/fixups-dreamcast.c.
>
> Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
The arch/sh/drivers/pci/fixups-dreamcast.c build fine.
Acked-by: Paul Mundt <lethal@linux-sh.org>
WARNING: multiple messages have this Message-ID (diff)
From: lethal@linux-sh.org (Paul Mundt)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] dma_declare_coherent_memory: push ioremap() up to caller
Date: Fri, 24 Dec 2010 10:58:59 +0900 [thread overview]
Message-ID: <20101224015858.GG28151@linux-sh.org> (raw)
In-Reply-To: <201012240020.37208.jkrzyszt@tis.icnet.pl>
On Fri, Dec 24, 2010 at 12:20:32AM +0100, Janusz Krzysztofik wrote:
> Tested on ARM OMAP1 based Amstrad Delta with a WIP OMAP1 camera patch,
> patterned upon two mach-mx3 machine types which already try to use the
> dma_declare_coherent_memory() method for reserving a region of system
> RAM preallocated with another dma_alloc_coherent(). Compile tested for
> all modified files except arch/sh/drivers/pci/fixups-dreamcast.c.
>
> Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
The arch/sh/drivers/pci/fixups-dreamcast.c build fine.
Acked-by: Paul Mundt <lethal@linux-sh.org>
next prev parent reply other threads:[~2010-12-24 1:58 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-23 23:20 [PATCH] dma_declare_coherent_memory: push ioremap() up to caller Janusz Krzysztofik
2010-12-23 23:20 ` Janusz Krzysztofik
2010-12-23 23:20 ` Janusz Krzysztofik
2010-12-23 23:54 ` Russell King - ARM Linux
2010-12-23 23:54 ` Russell King - ARM Linux
2010-12-23 23:54 ` [PATCH] dma_declare_coherent_memory: push ioremap() up to Russell King - ARM Linux
2010-12-24 0:02 ` [PATCH] dma_declare_coherent_memory: push ioremap() up to caller Paul Mundt
2010-12-24 0:02 ` Paul Mundt
2010-12-24 0:02 ` Paul Mundt
2010-12-24 1:08 ` Janusz Krzysztofik
2010-12-24 1:08 ` Janusz Krzysztofik
2010-12-24 1:08 ` Janusz Krzysztofik
2010-12-24 1:58 ` Paul Mundt [this message]
2010-12-24 1:58 ` Paul Mundt
2010-12-24 1:58 ` Paul Mundt
2010-12-24 13:02 ` Russell King - ARM Linux
2010-12-24 13:02 ` Russell King - ARM Linux
2010-12-24 13:02 ` [PATCH] dma_declare_coherent_memory: push ioremap() up to Russell King - ARM Linux
2010-12-24 13:55 ` [PATCH] dma_declare_coherent_memory: push ioremap() up to caller Janusz Krzysztofik
2010-12-24 13:55 ` Janusz Krzysztofik
2010-12-24 13:55 ` Janusz Krzysztofik
2010-12-24 15:41 ` Russell King - ARM Linux
2010-12-24 15:41 ` Russell King - ARM Linux
2010-12-24 15:41 ` [PATCH] dma_declare_coherent_memory: push ioremap() up to Russell King - ARM Linux
2010-12-24 23:24 ` [PATCH] dma_declare_coherent_memory: push ioremap() up to caller Janusz Krzysztofik
2010-12-24 23:24 ` Janusz Krzysztofik
2010-12-24 23:24 ` Janusz Krzysztofik
2010-12-26 17:45 ` Guennadi Liakhovetski
2010-12-26 17:45 ` Guennadi Liakhovetski
2010-12-26 17:45 ` Guennadi Liakhovetski
2010-12-27 10:29 ` Janusz Krzysztofik
2010-12-27 10:29 ` Janusz Krzysztofik
2010-12-27 10:29 ` Janusz Krzysztofik
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=20101224015858.GG28151@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=James.Bottomley@suse.de \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=dan.j.williams@intel.com \
--cc=dbrownell@users.sourceforge.net \
--cc=g.liakhovetski@gmx.de \
--cc=gregkh@suse.de \
--cc=jkrzyszt@tis.icnet.pl \
--cc=kernel@pengutronix.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
/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.