Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.cdiff df358c6beca8f7cc2f2b67c54f0bf255ebd5cc22 Thu Jul 02 19:15:42 CDT 2015 Simon Glass <sjg@chromium.org> dm: i2c: Add a function to transfer messages

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>
Acked-by: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/include/
H A Di2c.hdiff df358c6beca8f7cc2f2b67c54f0bf255ebd5cc22 Thu Jul 02 19:15:42 CDT 2015 Simon Glass <sjg@chromium.org> dm: i2c: Add a function to transfer messages

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>
Acked-by: Heiko Schocher <hs@denx.de>