Re: [U-Boot] [PATCH v2 3/3] sf: Remove spi_flash_remove

2015-12-14 Thread Jagan Teki
On 5 November 2015 at 23:55, Simon Glass wrote: > On 23 October 2015 at 21:54, Jagan Teki wrote: >> Use direct call to device_remove instead of exctra >> spi_flash_remove defination. >> >> Cc: Simon Glass >> Signed-off-by: Jagan Teki >> --- >> Changes for v2: >> - none >> >> drivers/mt

Re: [U-Boot] [PATCH v2 3/3] sf: Remove spi_flash_remove

2015-11-05 Thread Simon Glass
On 23 October 2015 at 21:54, Jagan Teki wrote: > Use direct call to device_remove instead of exctra > spi_flash_remove defination. > > Cc: Simon Glass > Signed-off-by: Jagan Teki > --- > Changes for v2: > - none > > drivers/mtd/spi/sf-uclass.c | 7 +-- > include/spi_flash.h

[U-Boot] [PATCH v2 3/3] sf: Remove spi_flash_remove

2015-10-23 Thread Jagan Teki
Use direct call to device_remove instead of exctra spi_flash_remove defination. Cc: Simon Glass Signed-off-by: Jagan Teki --- Changes for v2: - none drivers/mtd/spi/sf-uclass.c | 7 +-- include/spi_flash.h | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git