[U-Boot] [PATCH 05/55] dm: i2c: Add a function to transfer messages
Simon Glass
sjg at chromium.org
Tue Jul 28 01:28:41 CEST 2015
On 3 July 2015 at 00:58, Heiko Schocher denx <hs at 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 at chromium.org>
>> ---
>>
>> drivers/i2c/i2c-uclass.c | 11 +++++++++++
>> include/i2c.h | 13 +++++++++++++
>> 2 files changed, 24 insertions(+)
>
>
> Acked-by: Heiko Schocher <hs at denx.de>
>
> bye,
> Heiko
Applied to u-boot-dm.
More information about the U-Boot
mailing list