commit | 902af10d67520bf5535b660bff2b28a98c194022 | [log] [tgz] |
---|---|---|
author | Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> | Sat Mar 07 17:32:59 2020 +0100 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Apr 21 10:12:15 2020 +0800 |
tree | e9f727d7773d2a63ed2cf1b1ba0d7052b8866b68 | |
parent | e4837da7828293ea49abc579f939c0f5c4b127c3 [diff] |
mmc: tmio: sdhi: Add DMA transfer address alignment check at writing In R-Car Gen 3, there is a DMA controller restriction of SDHI. When the transfer exceeding the 4 kByte boundary is performed while the DRAM address is not 128 byte aligned, the bus is occupied. This patch avoids this. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>