Re: [U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model

2015-05-12 Thread Simon Glass
On 6 May 2015 at 08:34, Simon Glass s...@chromium.org wrote: Hi Heiko, On 5 May 2015 at 23:44, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 04.05.2015 19:30, schrieb Simon Glass: This command was missed in the conversion. Add it back for driver model. Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model

2015-05-06 Thread Simon Glass
Hi Heiko, On 5 May 2015 at 23:44, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 04.05.2015 19:30, schrieb Simon Glass: This command was missed in the conversion. Add it back for driver model. Signed-off-by: Simon Glass s...@chromium.org --- common/cmd_i2c.c | 63

Re: [U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model

2015-05-05 Thread Heiko Schocher
Hello Simon, Am 04.05.2015 19:30, schrieb Simon Glass: This command was missed in the conversion. Add it back for driver model. Signed-off-by: Simon Glass s...@chromium.org --- common/cmd_i2c.c | 63 +--- 1 file changed, 55 insertions(+),

[U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model

2015-05-04 Thread Simon Glass
This command was missed in the conversion. Add it back for driver model. Signed-off-by: Simon Glass s...@chromium.org --- common/cmd_i2c.c | 63 +--- 1 file changed, 55 insertions(+), 8 deletions(-) diff --git a/common/cmd_i2c.c

Re: [U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model

2015-05-04 Thread Joe Hershberger
Hi Simon, On Mon, May 4, 2015 at 12:30 PM, Simon Glass s...@chromium.org wrote: This command was missed in the conversion. Add it back for driver model. Signed-off-by: Simon Glass s...@chromium.org --- Reviewed-by: Joe Hershberger joe.hershber...@ni.com common/cmd_i2c.c | 63