aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi-nor-core.c
AgeCommit message (Expand)Author
2021-03-27sf: Support querying write-protectSimon Glass
2021-03-11mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard
2021-02-08mtd: spi-nor: add unlock all config optionMichael Walle
2020-09-30mtd: spi: Include dm.h in spi-nor-core.cSean Anderson
2020-08-03mtd: spi-nor: Tidy up error handling / debug codeSimon Glass
2020-07-09mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDPPragnesh Patel
2020-06-01mtd: spi: Call sst_write in _write opsJagan Teki
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-11spi: fix dev parameter in dev_* callsDario Binacchi
2020-04-30mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki
2020-04-29spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra
2020-01-07Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2019-12-27mtd: spi-nor-core: Fix static checker warningsVignesh Raghavendra
2019-12-17mtd: spi: spi-nor-core: Add SST vendor specific SFDP parserTudor Ambarus
2019-10-25mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...Vignesh Raghavendra
2019-10-25mtd: spi-nor-core: Use dev_err for reporting erase/write failuresVignesh Raghavendra
2019-09-16mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev
2019-05-03mtd: spi-nor: fix page program issue when using spi-mem driverWeijie Gao
2019-04-12mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut
2019-02-07mtd: spi: Add lightweight SPI flash stack for SPLVignesh R
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R
2019-02-07mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R
2019-02-07mtd: spi: spi-nor-core: Add SFDP supportVignesh R
2019-02-07mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R
2019-02-07mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R
2019-02-07mtd: spi: Port SPI NOR framework from LinuxVignesh R