Re: [U-Boot] [PATCH v2 14/28] tpm: tpm_tis_i2c: Tidy up delays

2015-08-30 Thread Simon Glass
On 22 August 2015 at 18:31, Simon Glass wrote: > 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 > Acked-by: Christophe Ricard > --- > > Change

[U-Boot] [PATCH v2 14/28] tpm: tpm_tis_i2c: Tidy up delays

2015-08-22 Thread Simon Glass
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 Acked-by: Christophe Ricard --- Changes in v2: None drivers/tpm/tpm_tis_i2c.c | 43 +