From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] OMAP: fix DMA vs memory ordering
Date: Mon, 16 Apr 2012 10:58:49 -0700 [thread overview]
Message-ID: <20120416175849.GI6487@atomide.com> (raw)
In-Reply-To: <20120414132435.GS24211@n2100.arm.linux.org.uk>
Hi,
* Russell King - ARM Linux <linux@arm.linux.org.uk> [120414 06:27]:
> Using coherent DMA memory with the OMAP DMA engine results in
> unpredictable behaviour due to memory ordering issues; as things stand,
> there is no guarantee that data written to coherent DMA memory will be
> visible to the DMA hardware.
>
> This is because the OMAP dma_write() accessor contains no barriers,
> necessary on ARMv6 and above. The effect of this can be seen in comments
> in the OMAP serial driver, which incorrectly talks about cache flushing
> for the coherent DMA stuff.
>
> Rather than adding barriers to the accessors, add it in the DMA support
> code just before we enable DMA, and just after we disable DMA. This
> avoids having barriers for every DMA register access.
Good catch.
I guess what you're saying is we don't want to do mb() for each completed
transfer that calls the driver specific callback function?
Other than that:
Acked-by: Tony Lindgren <tony@atomide.com>
prev parent reply other threads:[~2012-04-16 17:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-14 13:24 [PATCH] OMAP: fix DMA vs memory ordering Russell King - ARM Linux
2012-04-16 4:27 ` Santosh Shilimkar
2012-04-16 17:58 ` Tony Lindgren [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=20120416175849.GI6487@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.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).