commit | c3a17af36315dfde0d3e39e78e83e30c5a29c79e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 14 16:40:21 2020 +0900 |
committer | Peng Fan <peng.fan@nxp.com> | Thu Feb 20 15:09:54 2020 +0800 |
tree | 217edba96ba07c2d773ae58a8165ddc861b3f421 | |
parent | 3d812150b4eddb22b271b8318db7039bb22d2a2b [diff] |
mmc: sdhci: put the aligned buffer pointer to struct sdhci_host Using the global variable does not look nice. Add a new field sthci::align_buffer to point to the bounce buffer. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>