]> git.ipfire.org Git - thirdparty/u-boot.git/commit - drivers/mmc/sdhci.c
mmc: sdhci: add the DMA select for SDMA
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 20 Sep 2012 20:31:55 +0000 (20:31 +0000)
committerAndy Fleming <afleming@freescale.com>
Mon, 22 Oct 2012 07:53:36 +0000 (02:53 -0500)
commit804c7f422169212e92530e1ddaf74bf1ca9ebfa1
tree384a0cb41a2e699c05935073d714c5333a80c7d3
parent5d48e4224791611498456908fc23a845cc5b4ed7
mmc: sdhci: add the DMA select for SDMA

In host-control register, DMA select bit field is present.
BUt in sdhci.c, didn't select for DMA.
if set CONFIG_MMC_SDMA, we need to set SDMA-select bit.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/sdhci.c