Home
last modified time | relevance | path

Searched hist:"074 eed5146acc39a77f15ecdc8404b3ba74aa3ae" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf_probe.c074eed5146acc39a77f15ecdc8404b3ba74aa3ae Fri Apr 24 11:51:10 UTC 2015 Bin Meng <bmeng.cn@gmail.com> 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>