commit | 5b3eaf6f5bb9d0db0816f044323728349fadf6dd | [log] [tgz] |
---|---|---|
author | Amaury Pouly <amaury.pouly@gmail.com> | Mon Oct 21 01:10:59 2013 +0200 |
committer | Amaury Pouly <amaury.pouly@gmail.com> | Mon Oct 21 01:23:13 2013 +0200 |
tree | 477f6ae2c8adf4959e8a271ff6482d66b25b2016 | |
parent | 6006eb59b1064cdc115583d2eab3fe7bab4ffa4d [diff] |
imx233/i2c: use 1sec timeout by default instead of blocking These functions are mostly used by the radio drivers and any blocking call could potentially block the entire UI, which is pretty bad. Since any request is expected to finish within a few us, having a 10ms timeout doesn't seem unreasonable. Change-Id: I03b19729511547e5bbdeb3476d020e5d87d0d7e1