Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec_i2c.ce9b25f2ea1ef24a648f07feeb3604888bdca43e0 Thu Jan 12 17:47:30 UTC 2017 Moritz Fischer <moritz.fischer@ettus.com> cros_ec: i2c: Group i2c write / read into single transaction

Replace dm_i2c_write() / dm_i2c_read() with transaction using
struct i2c_msg[2] in order to allow for i2c controller to detect
write/read cycle to emit a repeated start condition.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: u-boot@lists.denx.de
Acked-by: Simon Glass <sjg@chromium.org>
Tested on snow:
Tested-by: Simon Glass <sjg@chromium.org>