commit | f98367645606465b3e3509e2bcf4ca1d2f3491db | [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 | 4ccd99527fa8aaf510cac9e893c80e4ad6f1e030 [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>