commit | bc18166889a05e5bed3ba8d13fe9d616b6c18381 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric@nelint.com> | Sun Mar 27 12:00:14 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:18:28 2016 -0400 |
tree | edeacfc551067c2f6336b76a843dd62d56200027 | |
parent | faf4f050308f86f462ebd4a106cc8374c6c4f37a [diff] |
mmc: use block layer in mmc command Call blk_dread, blk_dwrite, blk_derase to ensure that the block cache is used if enabled and to remove build breakage when CONFIG_BLK is enabled. Signed-off-by: Eric Nelson <eric@nelint.com> Reviewed-by: Tom Rini <trini@konsulko.com>