Home
last modified time | relevance | path

Searched hist:"74 c2cee4e82bb71953267e87900e279ab5aa1dc3" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf_internal.h74c2cee4e82bb71953267e87900e279ab5aa1dc3 Fri Dec 12 14:06:13 UTC 2014 Bin Meng <bmeng.cn@gmail.com> spi: sf: Support byte program for sst spi flash

Currently if SST flash advertises SST_WP flag in the params table
the word program command (ADh) with auto address increment will be
used for the flash write op. However some SPI controllers do not
support the word program command (like the Intel ICH 7), the byte
programm command (02h) has to be used.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>