commit | 1ebb9d6f1c1f38020388e5fe39c4096e69bdaeea | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed Jun 13 08:02:55 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Dec 03 12:51:17 2018 +0100 |
tree | 0c54b3a181c523e76610dc43d7e399709e1d4e1d | |
parent | b59180ae027c1e0b4e8f88da6359994632fb9272 [diff] |
mmc: tmio: sdhi: Move tap_pos to private data Move the tap_pos variable, which is the HS200/HS400/SDR104 calibration offset, into private data, so it can be passed around. This is done in preparation for the HS400 mode, which needs to adjust this value. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>