summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi
AgeCommit message (Expand)AuthorFilesLines
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-07Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-2/+44
2020-01-07Merge branch 'next'Tom Rini1-1/+1
2019-12-27mtd: spi-nor-core: Fix static checker warningsVignesh Raghavendra1-0/+6
2019-12-18mtd: spi-nor: ids: Add GigaDevice gd25q128Peter Robinson1-0/+5
2019-12-17mtd: spi: spi-nor-core: Add SST vendor specific SFDP parserTudor Ambarus1-2/+44
2019-12-15mtd: spi: Export spi_flash_std_probe()Simon Glass1-1/+1
2019-12-05mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal1-1/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-24spi-nor-ids: Add support for Adesto AT25SL321Fabio Estevam1-0/+1
2019-10-24mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTDFrieder Schrempf3-5/+5
2019-10-24spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entryVignesh Raghavendra1-5/+6
2019-10-24spi-nor: spi-nor-ids: Add entries for mt25q variantsVignesh Raghavendra1-0/+3
2019-10-24spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*Vignesh Raghavendra1-4/+4
2019-10-24mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...Vignesh Raghavendra2-2/+2
2019-10-24mtd: spi-nor-core: Use dev_err for reporting erase/write failuresVignesh Raghavendra1-3/+3
2019-10-24mtd: spi: Add a new option SPL_SPI_FLASH_MTD to KconfigFrieder Schrempf1-0/+8
2019-10-24mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASHJagan Teki1-0/+1
2019-10-24mtd: spi-nor: ids: Add is25wp256 chipJagan Teki1-0/+2
2019-10-24mtd: spi: Kconfig: Update CONFIG_SPI_FLASHJagan Teki1-3/+2
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-1/+1
2019-09-16mtd: spi-nor: enable protection ops for SST26 flash seriesEugeniy Paltsev1-4/+4
2019-09-16mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2-0/+182
2019-09-16mtd: spi: Drop sf.cJagan Teki3-72/+1
2019-09-16mtd: spi_dataflash: Use spi read then writeJagan Teki1-9/+13
2019-07-22mtd: spi: Add micron mt35xu512aba and mt35xu02g flash IDAshish Kumar1-0/+2
2019-07-18mtd: spi: Add flash property for Micron mt25qu512aAshish Kumar1-0/+2
2019-05-03mtd: spi-nor: fix page program issue when using spi-mem driverWeijie Gao1-19/+8
2019-04-12mtd: spi-nor-ids: Add Gigadevice gd25lq128 IDNeil Armstrong1-0/+5
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay1-0/+6
2019-04-12mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut1-8/+6
2019-04-12mtd: spi: Add Macronix MX66U2G45F deviceMarek Vasut1-0/+1
2019-04-12mtd: sf_probe: remove spi-flash compatibleNeil Armstrong1-1/+0
2019-04-12mtd: add spi flash id s25fl064lHeiko Schocher1-0/+1
2019-03-26Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay1-0/+36
2019-02-07mtd: spi: Add lightweight SPI flash stack for SPLVignesh R5-263/+1116
2019-02-07mtd: spi: Remove unused filesVignesh R2-1548/+0
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R7-280/+89
2019-02-07mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R1-0/+1
2019-02-07mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R1-3/+159
2019-02-07mtd: spi: spi-nor-core: Add SFDP supportVignesh R2-6/+637
2019-02-07mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R1-0/+141
2019-02-07mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R1-4/+93
2019-02-07mtd: spi: Port SPI NOR framework from LinuxVignesh R1-0/+1716
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-2/+55
2018-12-05mtd: sf: Make sf_mtd.c more robustBoris Brezillon1-3/+36
2018-12-05mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon1-0/+9
2018-12-05mtd: sf: Make sure we don't register the same device twiceBoris Brezillon1-1/+12
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass5-0/+42
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-0/+3