summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi-nor-core.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi: Include dm.h in spi-nor-core.cSean Anderson2020-09-301-0/+1
* mtd: spi-nor: Tidy up error handling / debug codeSimon Glass2020-08-031-1/+1
* mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDPPragnesh Patel2020-07-091-3/+4
* mtd: spi: Call sst_write in _write opsJagan Teki2020-06-011-6/+7
* sf: Drop spl_flash_get_sw_write_protJagan Teki2020-06-011-11/+0
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* spi: fix dev parameter in dev_* callsDario Binacchi2020-05-111-8/+11
* mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki2020-04-301-0/+1
* spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes2020-04-291-4/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-271-1/+19
* Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-01-071-2/+44
|\
| * mtd: spi: spi-nor-core: Add SST vendor specific SFDP parserTudor Ambarus2019-12-171-2/+44
* | mtd: spi-nor-core: Fix static checker warningsVignesh Raghavendra2019-12-271-0/+6
|/
* mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...Vignesh Raghavendra2019-10-251-1/+1
* mtd: spi-nor-core: Use dev_err for reporting erase/write failuresVignesh Raghavendra2019-10-251-3/+3
* mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2019-09-161-0/+181
* mtd: spi-nor: fix page program issue when using spi-mem driverWeijie Gao2019-05-031-19/+8
* mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut2019-04-121-8/+6
* mtd: spi: Add lightweight SPI flash stack for SPLVignesh R2019-02-071-262/+4
* mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-071-57/+2
* mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R2019-02-071-3/+159
* mtd: spi: spi-nor-core: Add SFDP supportVignesh R2019-02-071-2/+627
* mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R2019-02-071-0/+141
* mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R2019-02-071-4/+93
* mtd: spi: Port SPI NOR framework from LinuxVignesh R2019-02-071-0/+1716