Re: [U-Boot] [PATCH v3 07/28] sf: probe: Add support for W25* flash parts

2013-09-23 Thread Jagan Teki
Hi Sascha, Thanks for your inputs. I think you commented w.r.t old driver configurations. Yes, I will do these changes on next versions. On Sun, Sep 22, 2013 at 12:24 AM, Sascha Silbe wrote: > Jagannadha Sutradharudu Teki > writes: > >> Added W25* parts are which are avilable in spi_flash_probe

Re: [U-Boot] [PATCH v3 07/28] sf: probe: Add support for W25* flash parts

2013-09-21 Thread Sascha Silbe
Jagannadha Sutradharudu Teki writes: > Added W25* parts are which are avilable in spi_flash_probe_legacy.c. > > Updated the sector_size attributes as per the flash parts. > Looks fine for with this sector_size for computing the size > of flash. This breaks sector-sized (i.e. 4KiB) erases on W25

[U-Boot] [PATCH v3 07/28] sf: probe: Add support for W25* flash parts

2013-09-15 Thread Jagannadha Sutradharudu Teki
Added W25* parts are which are avilable in spi_flash_probe_legacy.c. Updated the sector_size attributes as per the flash parts. Looks fine for with this sector_size for computing the size of flash. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: - none Changes for v2: