linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add code for setting coherent pool size
@ 2012-08-20 10:47 Marek Szyprowski
  2012-08-20 10:47 ` [PATCH 1/3] ARM: DMA-Mapping: add function for setting coherent pool size from platform code Marek Szyprowski
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Marek Szyprowski @ 2012-08-20 10:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hi!

Aaro Koskinen and Josh Coombs reported that commit e9da6e9905e639 ("ARM:
dma-mapping: remove custom consistent dma region") introduced a
regresion. It turned out that the default 256KiB for atomic coherent
pool might not be enough. After that patch, some Kirkwood systems run
out of atomic coherent memory and fail without any meanfull message.

This patch series is an attempt to fix those issues by adding function
for setting coherent pool size from platform initialization code and
increasing the size of the pool for Kirkwood systems.

Best regards
Marek Szyprowski
Samsung Poland R&D Center

Patch summary:

Marek Szyprowski (3):
  ARM: DMA-Mapping: add function for setting coherent pool size from
    platform code
  ARM: DMA-Mapping: print warning when atomic coherent allocation fails
  ARM: Kirkwood: increase atomic coherent pool size

 arch/arm/include/asm/dma-mapping.h |    7 +++++++
 arch/arm/mach-kirkwood/common.c    |    7 +++++++
 arch/arm/mm/dma-mapping.c          |   22 +++++++++++++++++++++-
 3 files changed, 35 insertions(+), 1 deletions(-)

-- 
1.7.1.569.g6f426

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-08-28 18:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 10:47 [PATCH 0/3] Add code for setting coherent pool size Marek Szyprowski
2012-08-20 10:47 ` [PATCH 1/3] ARM: DMA-Mapping: add function for setting coherent pool size from platform code Marek Szyprowski
2012-08-20 10:47 ` [PATCH 2/3] ARM: DMA-Mapping: print warning when atomic coherent allocation fails Marek Szyprowski
2012-08-20 23:01   ` Aaro Koskinen
2012-08-21 10:14     ` Marek Szyprowski
2012-08-22  5:30   ` [Linaro-mm-sig] " Hiroshi Doyu
2012-08-22 13:02     ` [PATCH v2] " Marek Szyprowski
2012-08-20 10:47 ` [PATCH 3/3] ARM: Kirkwood: increase atomic coherent pool size Marek Szyprowski
2012-08-20 23:14   ` Aaro Koskinen
2012-08-21  7:31     ` Marek Szyprowski
2012-08-28 18:25   ` Jason Cooper
2012-08-28 18:37     ` Marek Szyprowski
2012-08-28 18:40       ` Jason Cooper

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).