Re: [U-Boot] [PATCH v3 62/72] dm: Update the I2C eeprom driver for livetree

2017-05-24 Thread sjg
Update this driver so that it works with livetree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/misc/i2c_eeprom_emul.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) Applied to u-boot-dm ___ U-Boot mai

[U-Boot] [PATCH v3 62/72] dm: Update the I2C eeprom driver for livetree

2017-05-18 Thread Simon Glass
Update this driver so that it works with livetree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/misc/i2c_eeprom_emul.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/misc/i2c_eeprom_emul.c b/drivers/misc/i2c_eeprom_emul.c in