Home
last modified time | relevance | path

Searched hist:a99aa9b9b4f4f3e496d17a1b4e0ff63fb0c9f31d (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Ddw_mmc.cdiff a99aa9b9b4f4f3e496d17a1b4e0ff63fb0c9f31d Tue Apr 10 02:53:32 CEST 2012 Seungwon Jeon <tgih.jun@samsung.com> mmc: dw_mmc: Fix switch from DMA to PIO

When dw_mci_pre_dma_transfer returns failure in some reasons,
dw_mci_submit_data will prepare to switch the PIO mode from DMA.
After switching to PIO mode, DMA(IDMAC in particular) is still
enabled. This makes the corruption in handling interrupt and
the driver lock-up.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Acked-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>