Re: [U-Boot] [PATCH 05/24] dm: i2c: Add a function to find out the chip offset length

2015-05-12 Thread Simon Glass
On 5 May 2015 at 23:37, Heiko Schocher wrote: > Hello Simon, > > Am 04.05.2015 19:30, schrieb Simon Glass: >> >> We can currently set this but there is no API function to get it. Add one. >> >> Signed-off-by: Simon Glass >> --- >> >> drivers/i2c/i2c-uclass.c | 7 +++ >> include/i2c.h

Re: [U-Boot] [PATCH 05/24] dm: i2c: Add a function to find out the chip offset length

2015-05-05 Thread Heiko Schocher
Hello Simon, Am 04.05.2015 19:30, schrieb Simon Glass: We can currently set this but there is no API function to get it. Add one. Signed-off-by: Simon Glass --- drivers/i2c/i2c-uclass.c | 7 +++ include/i2c.h| 9 - 2 files changed, 15 insertions(+), 1 deletion(-)

Re: [U-Boot] [PATCH 05/24] dm: i2c: Add a function to find out the chip offset length

2015-05-04 Thread Joe Hershberger
Hi Simon, On Mon, May 4, 2015 at 12:30 PM, Simon Glass wrote: > We can currently set this but there is no API function to get it. Add one. > > Signed-off-by: Simon Glass > --- Reviewed-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 05/24] dm: i2c: Add a function to find out the chip offset length

2015-05-04 Thread Simon Glass
We can currently set this but there is no API function to get it. Add one. Signed-off-by: Simon Glass --- drivers/i2c/i2c-uclass.c | 7 +++ include/i2c.h| 9 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/i2c-uclass.c b/drivers/i2c/i2c-uclas