]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Jun 2012 20:23:17 +0000 (13:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Jun 2012 20:23:17 +0000 (13:23 -0700)
commit21475c297479c93f1ff7c1ff378b2b34afa49d37
tree68d9157193de36f9ac843b2c36222919e66515c4
parentce70d90212446e6c71e3b160122ad5b5682bace4
parent86e93b071280880f394b52eae0bb145e711eed8e
Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping

Pull arm CMA fix from Marek Szyprowski:
 "This removes the ARMv6+ CMA dependency and lets one use old, well-
  tested dma-mapping implementation also on ARMv6+ systems without the
  need to use EXPERIMENTAL stuff."

Russell King complained (rightly) about the experimental feature being
forced on by the ARM config.

Here CMA is "continuous memory allocator", not "cross-memory attach".
We really neet to stop using insane TLA's for things that aren't big
industry standards.

* 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping:
  ARM: dma-mapping: remove unconditional dependency on CMA