commit | a57bcee3a0045bd5cd705c1d1856c0f58a7e1bc3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 22 18:31:30 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Aug 31 07:57:28 2015 -0600 |
tree | 16724c554c6682c1290323b6236894219d33b6c2 | |
parent | 7ccebaff5376061808e1bbb7350f77a13c2bc40e [diff] |
tpm: tpm_tis_i2c: Tidy up delays Use a _US suffix for microseconds and a _MS suffic for milliseconds. Move all timeouts and delays into one place. Use mdelay() instead of udelay() where appropriate. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Christophe Ricard <christophe-h.ricard@st.com> Reviewed-by: Heiko Schocher <hs@denx.de>