Re: [U-Boot] [PATCH v2] dm: sf: Update default name of spi flash in structure udevice

2015-05-06 Thread Simon Glass
On 5 May 2015 at 21:07, Simon Glass wrote: > On 5 May 2015 at 20:37, Haikun Wang wrote: >> Default name of spi flash like this "0:0", update it to "spi_flash@0:0". >> >> Signed-off-by: Haikun Wang >> --- >> >> Changes in v2: >> - Increase the size of array "name" to 30 >> >> Changes in v1: None

Re: [U-Boot] [PATCH v2] dm: sf: Update default name of spi flash in structure udevice

2015-05-05 Thread Simon Glass
On 5 May 2015 at 20:37, Haikun Wang wrote: > Default name of spi flash like this "0:0", update it to "spi_flash@0:0". > > Signed-off-by: Haikun Wang > --- > > Changes in v2: > - Increase the size of array "name" to 30 > > Changes in v1: None > drivers/mtd/spi/sf-uclass.c | 4 ++-- > 1 file chang

[U-Boot] [PATCH v2] dm: sf: Update default name of spi flash in structure udevice

2015-05-05 Thread Haikun Wang
Default name of spi flash like this "0:0", update it to "spi_flash@0:0". Signed-off-by: Haikun Wang --- Changes in v2: - Increase the size of array "name" to 30 Changes in v1: None drivers/mtd/spi/sf-uclass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/