commit | df7271c55f8472b1a15f764abbff1be8af4dea93 | [log] [tgz] |
---|---|---|
author | Haojian Zhuang <haojian.zhuang@linaro.org> | Thu Aug 02 14:50:12 2018 +0800 |
committer | Haojian Zhuang <haojian.zhuang@linaro.org> | Fri Aug 10 17:11:12 2018 +0800 |
tree | 939783241e3fc31d00a0a3d351bc5c4479fcb4ab | |
parent | d87f0b76b549d5c6dfe163d7a4d597733ea80589 [diff] |
drivers/mmc: make mmc_ext_csd aligned with 16 char DMA is always used in mmc driver. So the buffer address should always follow the DMA limitation. There're same requirement in mmc_read_blocks()/mmc_write_blocks() on parameter buf. Since parameter buf comes from io_block driver, it's already handled in io_block driver. At here, just make the minimum address alignment on 16 chars. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>