[U-Boot] [PATCH 03/20] dm: i2c: Add functions to read and write a register
Simon Glass
sjg at chromium.org
Mon May 4 16:20:03 CEST 2015
On 20 April 2015 at 23:05, Heiko Schocher <hs at denx.de> wrote:
> Hello Simon,
>
> Am 20.04.2015 20:37, schrieb Simon Glass:
>>
>> Add driver model versions of the legacy functions to read and write a
>> single byte register. These are a useful shortcut in many cases.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> drivers/i2c/i2c-uclass.c | 19 +++++++++++++++++++
>> include/i2c.h | 21 +++++++++++++++++++++
>> 2 files changed, 40 insertions(+)
>
>
> Acked-by: Heiko Schocher <hs at denx.de>
Applied to u-boot-dm.
[snip]
More information about the U-Boot
mailing list