mmc: esdhc: Fix DMA_MASK to not break mx25 DMA access
authorWilson Callan <wilson.callan@savantsystems.com>
Thu, 19 Jul 2012 06:49:16 +0000 (02:49 -0400)
committerChris Ball <cjb@laptop.org>
Sun, 22 Jul 2012 20:42:30 +0000 (16:42 -0400)
commit9a0985b78d70209db1e0d870f7be80272a0e7642
treeaac27528e36b09c9b4710a6090c7cb34a207173d
parent108ecc4cf9c46a4caabaf18efc42d19818c95b70
mmc: esdhc: Fix DMA_MASK to not break mx25 DMA access

Patch to not set reserved bits in i.MX25 PROCTL register.  DMA stops
working if those bits get set.

Signed-off-by: Wilson Callan <wilson.callan@savantsystems.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc-imx.c