Re: [U-Boot] [PATCH] cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C

2017-12-07 Thread Heiko Schocher
Hello Nobuhiro, Am 01.12.2017 um 06:39 schrieb Nobuhiro Iwamatsu: sdram sub command of i2c command does not support Drivers Model. This adds Drivers Model support to sdram sub command. Signed-off-by: Nobuhiro Iwamatsu --- cmd/i2c.c | 14 -- 1 file changed, 12 insertions(+), 2 de

Re: [U-Boot] [PATCH] cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C

2017-12-07 Thread Heiko Schocher
Hello Nobuhiro, Am 01.12.2017 um 06:39 schrieb Nobuhiro Iwamatsu: sdram sub command of i2c command does not support Drivers Model. This adds Drivers Model support to sdram sub command. Signed-off-by: Nobuhiro Iwamatsu --- cmd/i2c.c | 14 -- 1 file changed, 12 insertions(+), 2 de

Re: [U-Boot] [PATCH] cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C

2017-12-01 Thread Simon Glass
On 30 November 2017 at 22:39, Nobuhiro Iwamatsu wrote: > sdram sub command of i2c command does not support Drivers Model. > This adds Drivers Model support to sdram sub command. > > Signed-off-by: Nobuhiro Iwamatsu > --- > cmd/i2c.c | 14 -- > 1 file changed, 12 insertions(+), 2 dele

[U-Boot] [PATCH] cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C

2017-11-30 Thread Nobuhiro Iwamatsu
sdram sub command of i2c command does not support Drivers Model. This adds Drivers Model support to sdram sub command. Signed-off-by: Nobuhiro Iwamatsu --- cmd/i2c.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/cmd/i2c.c b/cmd/i2c.c index 3dd7c6ba4d..bfddf8