u-boot/drivers/mtd/spi
Bin Meng 074eed5146 dm: sf: Make SST flash write op work again
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, by adding
SST flash-specific handling in the spi_flash_std_write().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
2015-04-28 13:31:24 +05:30
..
Kconfig sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig 2015-04-18 11:11:38 -06:00
Makefile mtd: sf: Zap ramtron driver 2014-12-18 18:17:54 +05:30
eeprom_m95xxx.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
fsl_espi_spl.c driver: Add support of image load for MMC & SPI in SPL 2014-04-22 17:58:50 -07:00
sandbox.c dm: spi: Move slave details to child platdata 2015-01-29 17:09:56 -07:00
sf-uclass.c dm: sf: Add driver model read/write/erase methods 2015-04-18 11:11:14 -06:00
sf.c sf: Add CONFIG_SF_DUAL_FLASH 2014-01-12 21:40:22 +05:30
sf_internal.h Revert "spi: add config option to enable the WP pin function on st micron flashes" 2015-04-23 19:53:29 +05:30
sf_ops.c sf: Poll both the read status and flag status 2015-04-22 16:49:51 +05:30
sf_params.c sf: sf_params: Add S25FL164K flash identifier info 2014-12-18 18:48:30 +05:30
sf_probe.c dm: sf: Make SST flash write op work again 2015-04-28 13:31:24 +05:30
spi_spl_load.c sf: Tidy up public and private header files 2014-10-22 10:36:50 -06:00