commit | f382eb833a06cf3d7cbf17603876a1fabca49144 | [log] [tgz] |
---|---|---|
author | huang lin <hl@rock-chips.com> | Tue Nov 17 14:20:21 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 01 08:07:22 2015 -0700 |
tree | 6a4ed2d5b1c6d010474ae68652b06bf55605e3fd | |
parent | 49ecaa928fe8b3957b71fbe3b8718361f59cb88e [diff] |
mmc: dw_mmc: move data transfer as a separate function the data transfer seem to long in the dwmci_send_cmd function, so move this block as a separate funciton. Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>