Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Moritz Fischer authored
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>
Moritz Fischer authoredReplace 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>