Re: [U-Boot] [PATCH v4 1/6] dm: i2c: Add u8 read/write i2c functions

2016-09-26 Thread Keerthy
On Tuesday 27 September 2016 06:03 AM, Simon Glass wrote: On 25 September 2016 at 22:35, Keerthy wrote: Add u8 i2c read/write hooks. Signed-off-by: Keerthy Reviewed-by: Tom Rini --- drivers/i2c/i2c-uclass.c | 10 ++

Re: [U-Boot] [PATCH v4 1/6] dm: i2c: Add u8 read/write i2c functions

2016-09-26 Thread Simon Glass
On 25 September 2016 at 22:35, Keerthy wrote: > Add u8 i2c read/write hooks. > > Signed-off-by: Keerthy > Reviewed-by: Tom Rini > --- > drivers/i2c/i2c-uclass.c | 10 ++ > include/i2c.h| 24 >

[U-Boot] [PATCH v4 1/6] dm: i2c: Add u8 read/write i2c functions

2016-09-25 Thread Keerthy
Add u8 i2c read/write hooks. Signed-off-by: Keerthy Reviewed-by: Tom Rini --- drivers/i2c/i2c-uclass.c | 10 ++ include/i2c.h| 24 2 files changed, 34 insertions(+) diff --git a/drivers/i2c/i2c-uclass.c