summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi
Commit message (Expand)AuthorAgeFilesLines
* mtd: sf: Drop plat from sf_probeJagan Teki2020-06-011-2/+0
* mtd: spi: Call sst_write in _write opsJagan Teki2020-06-011-6/+7
* sf: Drop spl_flash_get_sw_write_protJagan Teki2020-06-015-38/+0
* mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdefJagan Teki2020-06-012-9/+18
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-186-0/+6
* common: Drop flash.h from common headerSimon Glass2020-05-182-0/+2
* sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters arrayYe Li2020-05-111-0/+1
* spi: fix dev parameter in dev_* callsDario Binacchi2020-05-111-8/+11
* mtd: spi-nor-ids: Add Spansion s25fs512s flash entryKuldeep Singh2020-04-301-1/+2
* mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256Jagan Teki2020-04-301-1/+2
* mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki2020-04-301-0/+1
* mtd: spi-nor: Enable dual and quad read for s25fl256s0Bacem Daassi2020-04-291-1/+1
* mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*Kuldeep Singh2020-04-291-2/+2
* spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes2020-04-291-4/+1
* mtd: spi: Add Macronix MX25U3235F deviceTom Warren2020-04-021-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+3
* 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-272-2/+21
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* 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
* | Merge branch 'next'WIP/06Jan2020Tom Rini2020-01-061-1/+1
|\ \
| * | mtd: spi: Export spi_flash_std_probe()Simon Glass2019-12-151-1/+1
| |/
* | mtd: spi-nor-core: Fix static checker warningsVignesh Raghavendra2019-12-271-0/+6
* | mtd: spi-nor: ids: Add GigaDevice gd25q128Peter Robinson2019-12-181-0/+5
|/
* mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal2019-12-041-1/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* spi-nor-ids: Add support for Adesto AT25SL321Fabio Estevam2019-10-251-0/+1
* mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTDFrieder Schrempf2019-10-253-5/+5
* spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entryVignesh Raghavendra2019-10-251-5/+6
* spi-nor: spi-nor-ids: Add entries for mt25q variantsVignesh Raghavendra2019-10-251-0/+3
* spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*Vignesh Raghavendra2019-10-251-4/+4
* mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...Vignesh Raghavendra2019-10-252-2/+2
* mtd: spi-nor-core: Use dev_err for reporting erase/write failuresVignesh Raghavendra2019-10-251-3/+3
* mtd: spi: Add a new option SPL_SPI_FLASH_MTD to KconfigFrieder Schrempf2019-10-251-0/+8
* mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASHJagan Teki2019-10-251-0/+1
* mtd: spi-nor: ids: Add is25wp256 chipJagan Teki2019-10-251-0/+2
* mtd: spi: Kconfig: Update CONFIG_SPI_FLASHJagan Teki2019-10-251-3/+2
* spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-081-1/+1
* mtd: spi-nor: enable protection ops for SST26 flash seriesEugeniy Paltsev2019-09-161-4/+4
* mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2019-09-162-0/+182
* mtd: spi: Drop sf.cJagan Teki2019-09-163-72/+1
* mtd: spi_dataflash: Use spi read then writeJagan Teki2019-09-161-9/+13
* mtd: spi: Add micron mt35xu512aba and mt35xu02g flash IDAshish Kumar2019-07-221-0/+2
* mtd: spi: Add flash property for Micron mt25qu512aAshish Kumar2019-07-181-0/+2
* mtd: spi-nor: fix page program issue when using spi-mem driverWeijie Gao2019-05-031-19/+8
* mtd: spi-nor-ids: Add Gigadevice gd25lq128 IDNeil Armstrong2019-04-121-0/+5
* dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-0/+6