Searched hist:df358c6beca8f7cc2f2b67c54f0bf255ebd5cc22 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass.c | diff 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 D | i2c.h | diff 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>
|