commit | a99827f441cb32d813f8b69f427e029a3a98744b | [log] [tgz] |
---|---|---|
author | Przemyslaw Marczak <p.marczak@samsung.com> | Tue Jan 27 13:36:35 2015 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 12 10:35:29 2015 -0700 |
tree | 434da4f77e1fdddc13e81fb0db27c25619193854 | |
parent | bb4ab58f8677d615b7efe84793a71cf0bfa83680 [diff] |
i2c: s3c24x0: reduce transmission status timeout If no device is connected to I2C bus, the i2c probe command can take a lot of time for probe each address. This commit reduces the busy timeout to 10ms for standard and high speed modes. This doesn't break the transmission an also allow for properly probe the devices. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Changes v3: - new commit, after split the next one Tested-by: Simon Glass <sjg@chromium.org>