diff options
author | Hyeonsu Kim <hyeonsu.kim@samsung.com> | 2013-02-22 01:32:46 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-03-22 17:03:22 +0100 |
commit | c69042a51e7d890c373345a7e524e895b266eb72 (patch) | |
tree | 338448164f9f80284776775dea8d4f0e25de14c4 /drivers/mmc/host/davinci_mmc.c | |
parent | mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio mode (diff) | |
download | linux-c69042a51e7d890c373345a7e524e895b266eb72.tar.xz linux-c69042a51e7d890c373345a7e524e895b266eb72.zip |
mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clear
In the legacy code, driver clear not only UHS_REG 16 bit also 0-15bit.
If we use UHS-1 mode spec card like SDR50, SDR104. UHS_REG 0-15 should
be set by 1 according to slot id. In this case, legacy code can cause
problems.
In particular, UHS_REG consists of DDR_REG[31:16] and VOLT_REG[15:0].
Before adjusting this patch, bit[15:0] is always cleared.
Signed-off-by: Hyeonsu Kim <hyeonsu.kim@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/davinci_mmc.c')
0 files changed, 0 insertions, 0 deletions