commit | b3240e68c05deef2df28db9fc0eea4c277f76494 | [log] [tgz] |
---|---|---|
author | Olivier Sobrie <olivier@sobrie.be> | Mon Mar 26 21:47:18 2012 +0200 |
committer | Jean Delvare <khali@endymion.delvare> | Mon Mar 26 21:47:18 2012 +0200 |
tree | fabf238a44c7d49c4a4c16d83cb8e14181c9dd31 | |
parent | c54c35572a30da2fa028c1dc045facac4ee5640a [diff] |
i2c-isch: Decrease delay in command completion check loop Generally it is not needed to wait for 1 msec, the SMBus get often ready in less than 200 usecs. msleep(1) can wait up to 20 msecs... It has a significant impact when there is a burst of transactions on the bus. Signed-off-by: Olivier Sobrie <olivier@sobrie.be> Signed-off-by: Jean Delvare <khali@linux-fr.org>