ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine
authorJavier Martinez Canillas <javier@dowhile0.org>
Mon, 30 Jul 2012 16:59:48 +0000 (17:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 31 Jul 2012 11:06:27 +0000 (12:06 +0100)
commit89269ef1f0abc72c551198123e19cd4edfd43cf4
tree7e0d58aaf8cc922d0582f286742f9dfe935354b5
parent04e8c7bc2c1eda2d06ff6eb57a7df97e64d895e6
ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine

commit 13f30fc893e4610f67dd7a8b0b67aec02eac1775
Author: Russell King <rmk+kernel@arm.linux.org.uk>
Date:   Sat Apr 21 22:41:10 2012 +0100

    mmc: omap: remove private DMA API implementation

removed the private DMA API implementation from the OMAP mmc host to exclusively use the DMA engine API.

Unfortunately OMAP MMC and High Speed MMC host drivers don't support poll mode and only works with DMA.

Since omap2plus_defconfig doesn't enable this feature by default, the
following error is happens on an IGEPv2 Rev.C (and probably on most OMAP boards with MMC support):

[    2.199981] omap_hsmmc omap_hsmmc.1: unable to obtain RX DMA engine channel 48
[    2.215087] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine channel 62

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/configs/omap2plus_defconfig