Re: [U-Boot] [PATCH v3 40/72] dm: i2c: Convert uclass to livetree

2017-05-24 Thread sjg
Update the i2c uclass to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/i2c/i2c-uclass.c | 28 +--- include/i2c.h| 3 +-- 2 files changed, 14 insertions(+), 17 deletions(-) Applied to u-boot-dm __

[U-Boot] [PATCH v3 40/72] dm: i2c: Convert uclass to livetree

2017-05-18 Thread Simon Glass
Update the i2c uclass to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/i2c/i2c-uclass.c | 28 +--- include/i2c.h| 3 +-- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/drivers/i2