commit | 3c853f31d6a8e4407f73a2ca2c63d383a245f237 | [log] [tgz] |
---|---|---|
author | Jon Smirl <jonsmirl@gmail.com> | Sat Apr 04 17:44:51 2009 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Apr 05 01:34:08 2009 +0200 |
tree | 47f3d741b2cfa59ffe8650c79e6755e847212d5b | |
parent | c0a14aedc3440d6591b8c86d45861a0a8b46e11d [diff] |
mpc5200: reduce delays in i2c The previous code waited 1000us before checking i2c status. Measurement shows i2c is usually ready in under 50us. Change the polling interval to 15us, loop 6,667 times to keep the polling timeout constant at 100ms.