Home
last modified time | relevance | path

Searched hist:a3e757a5d295329b504123f0995b35cf694c7613 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Ds3c24x0_i2c.ca3e757a5d295329b504123f0995b35cf694c7613 Tue Jan 27 12:36:35 UTC 2015 Przemyslaw Marczak <p.marczak@samsung.com> 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>