commit | 8896e7c9761ee6a8f04955934c71ee9dbc2d63f7 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Jan 02 19:40:49 2018 +0100 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed Apr 11 23:11:58 2018 +0200 |
tree | 2e9a32747dfe2a07d0459d2bba90056c416beab3 | |
parent | dcfb7386dedfc3903a1072a136936ed800be1e21 [diff] |
mmc: matsushita-common: Handle DMA completion flag differences The DMA READ completion flag position differs on Socionext and Renesas SoCs. It is bit 20 on Socionext SoCs and using bit 17 is a hardware bug and forbidden. It is bit 17 on Renesas SoCs and bit 20 does not work on them. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>