Re: [U-Boot] [PATCH v2 2/2] dm: sf: Make SST flash write op work again

2015-04-28 Thread Jagan Teki
On 24 April 2015 at 17:21, Bin Meng wrote: > With SPI flash moving to driver model, commit fbb0991 "dm: Convert > spi_flash_probe() and 'sf probe' to use driver model" ignored the > SST flash-specific write op (byte program & word program), which > actually broke the SST flash from wroking. > > Th

[U-Boot] [PATCH v2 2/2] dm: sf: Make SST flash write op work again

2015-04-24 Thread Bin Meng
With SPI flash moving to driver model, commit fbb0991 "dm: Convert spi_flash_probe() and 'sf probe' to use driver model" ignored the SST flash-specific write op (byte program & word program), which actually broke the SST flash from wroking. This commit makes SST flash work again under driver model