
28 Jul
2015
28 Jul
'15
1:28 a.m.
On 3 July 2015 at 00:58, Heiko Schocher denx hs@denx.de wrote:
Hello Simon,
Am 03.07.2015 um 02:15 schrieb Simon Glass:
Sometimes it is useful to be able to transfer a raw I2C message. This happens when the chip address needs to be set manually, or when the data to be sent/received is in another buffer.
Add a function to provide access to this.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/i2c/i2c-uclass.c | 11 +++++++++++ include/i2c.h | 13 +++++++++++++ 2 files changed, 24 insertions(+)
Acked-by: Heiko Schocher hs@denx.de
bye, Heiko
Applied to u-boot-dm.