From: Adrian Hunter Date: Tue, 4 Nov 2014 10:42:47 +0000 (+0200) Subject: mmc: sdhci-acpi: Add 64-bit DMA support X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f64f84348e029c442b9caa37944754e6513cbf1;p=pandora-kernel.git mmc: sdhci-acpi: Add 64-bit DMA support Set the DMA mask during the first call to ->enable_dma() to make use of the SDHCI_USE_64_BIT_DMA flag. This patch is dependent on commit 8a2f38ddfeb526c30b3ec209468172a30a38d996 ("ACPI / platform: provide default DMA mask") which provides the dev->dma_mask pointer without which dma_set_mask_and_coherent() will always fail. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed