summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi
Commit message (Expand)AuthorAgeFilesLines
* 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'Tom 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
* mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut2019-04-121-8/+6
* mtd: spi: Add Macronix MX66U2G45F deviceMarek Vasut2019-04-121-0/+1
* mtd: sf_probe: remove spi-flash compatibleNeil Armstrong2019-04-121-1/+0
* mtd: add spi flash id s25fl064lHeiko Schocher2019-04-121-0/+1
* Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay2019-03-251-0/+36
* mtd: spi: Add lightweight SPI flash stack for SPLVignesh R2019-02-075-263/+1116
* mtd: spi: Remove unused filesVignesh R2019-02-072-1548/+0
* mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-077-280/+89
* mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R2019-02-071-0/+1
* 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-072-6/+637
* 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
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-052-2/+55
|\
| * mtd: sf: Make sf_mtd.c more robustBoris Brezillon2018-12-061-3/+36
| * mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon2018-12-061-0/+9