Re: [U-Boot] [PATCH v3 67/72] dm: spi-flash: Convert uclass to livetree

2017-05-24 Thread sjg
Update the SPI flash uclass to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/mtd/spi/spi_flash.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Applied to u-boot-dm ___ U-Boo

[U-Boot] [PATCH v3 67/72] dm: spi-flash: Convert uclass to livetree

2017-05-18 Thread Simon Glass
Update the SPI flash uclass to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/mtd/spi/spi_flash.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c ind