aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/st_smi.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-07-07MTD: SPEAr SMI: Add write support for length < 4 bytesStefan Roese1-4/+18
2012-07-07st_smi: Fixed page size for Winbond W25Q128FV flashArmando Visconti1-1/+1
2012-07-07st_smi: Change timeout loop implementationAmit Virdi1-10/+17
2012-07-07st_smi: Fix bug in flash_print_info()Armando Visconti1-2/+7
2012-07-07st_smi: Change the flash probing methodArmando Visconti1-27/+65
2012-07-07st_smi: Removed no needed dependency on ST_M25Pxx_IDArmando Visconti1-32/+18
2012-07-07st_smi: Fix smi read statusVipin Kumar1-6/+2
2012-07-07st_smi: Move status register read before modifying ctrl registerShiraz Hashim1-2/+4
2012-07-07st_smi: Read status until timeout happensVipin KUMAR1-1/+1
2012-07-07st_smi: Enhance the error handlingAmit Virdi1-13/+21
2012-07-07st_smi: Return error in case TFF is not setAmit Virdi1-8/+14
2012-07-07st_smi: Add support for SPEAr SMI driverVipin KUMAR1-0/+519