commit | 42c8ec56c531c99e2a346358a12ba5b69481f9de | [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 | e56e20eb860cadc4cc28d275f025fc8977b306ce [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>