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

2016-09-22 Thread Simon Glass
Hi, On 20 September 2016 at 06:42, Keerthy wrote: > > > On Tuesday 20 September 2016 05:23 PM, Simon Glass wrote: >> >> Hi, >> >> On 19 September 2016 at 00:17, Keerthy wrote: >>> >>> Add u8 i2c read/write hooks. >>> >>> Signed-off-by: Keerthy

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

2016-09-20 Thread Keerthy
On Tuesday 20 September 2016 05:23 PM, Simon Glass wrote: Hi, On 19 September 2016 at 00:17, Keerthy wrote: Add u8 i2c read/write hooks. Signed-off-by: Keerthy --- drivers/i2c/i2c-uclass.c | 10 ++ include/i2c.h| 24

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

2016-09-20 Thread Simon Glass
Hi, On 19 September 2016 at 00:17, Keerthy wrote: > Add u8 i2c read/write hooks. > > Signed-off-by: Keerthy > --- > drivers/i2c/i2c-uclass.c | 10 ++ > include/i2c.h| 24 > 2 files changed, 34 insertions(+) > >

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

2016-09-19 Thread Heiko Schocher
Hello, Am 19.09.2016 um 08:17 schrieb Keerthy: Add u8 i2c read/write hooks. Signed-off-by: Keerthy --- drivers/i2c/i2c-uclass.c | 10 ++ include/i2c.h| 24 2 files changed, 34 insertions(+) Reviewed-by: Heiko Schocher

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

2016-09-19 Thread Tom Rini
On Mon, Sep 19, 2016 at 11:47:33AM +0530, Keerthy wrote: > Add u8 i2c read/write hooks. > > Signed-off-by: Keerthy Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing

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

2016-09-19 Thread Keerthy
Add u8 i2c read/write hooks. Signed-off-by: Keerthy --- drivers/i2c/i2c-uclass.c | 10 ++ include/i2c.h| 24 2 files changed, 34 insertions(+) diff --git a/drivers/i2c/i2c-uclass.c b/drivers/i2c/i2c-uclass.c index dbd3789..6ce5d9a