summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi
AgeCommit message (Expand)Author
2020-06-01mtd: sf: Drop plat from sf_probeJagan Teki
2020-06-01mtd: spi: Call sst_write in _write opsJagan Teki
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki
2020-06-01mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdefJagan Teki
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-05-11sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters arrayYe Li
2020-05-11spi: fix dev parameter in dev_* callsDario Binacchi
2020-04-30mtd: spi-nor-ids: Add Spansion s25fs512s flash entryKuldeep Singh
2020-04-30mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256Jagan Teki
2020-04-30mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki
2020-04-29mtd: spi-nor: Enable dual and quad read for s25fl256s0Bacem Daassi
2020-04-29mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*Kuldeep Singh
2020-04-29spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes
2020-04-02mtd: spi: Add Macronix MX25U3235F deviceTom Warren
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-17common: Move hang() to the same header as panic()Simon Glass
2020-01-07Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-01-06Merge branch 'next'Tom Rini
2019-12-27mtd: spi-nor-core: Fix static checker warningsVignesh Raghavendra
2019-12-18mtd: spi-nor: ids: Add GigaDevice gd25q128Peter Robinson
2019-12-17mtd: spi: spi-nor-core: Add SST vendor specific SFDP parserTudor Ambarus
2019-12-15mtd: spi: Export spi_flash_std_probe()Simon Glass
2019-12-04mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-25spi-nor-ids: Add support for Adesto AT25SL321Fabio Estevam
2019-10-25mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTDFrieder Schrempf
2019-10-25spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entryVignesh Raghavendra
2019-10-25spi-nor: spi-nor-ids: Add entries for mt25q variantsVignesh Raghavendra
2019-10-25spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*Vignesh Raghavendra
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-10-25mtd: spi: Add a new option SPL_SPI_FLASH_MTD to KconfigFrieder Schrempf
2019-10-25mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASHJagan Teki
2019-10-25mtd: spi-nor: ids: Add is25wp256 chipJagan Teki
2019-10-25mtd: spi: Kconfig: Update CONFIG_SPI_FLASHJagan Teki
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-09-16mtd: spi-nor: enable protection ops for SST26 flash seriesEugeniy Paltsev
2019-09-16mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev
2019-09-16mtd: spi: Drop sf.cJagan Teki
2019-09-16mtd: spi_dataflash: Use spi read then writeJagan Teki
2019-07-22mtd: spi: Add micron mt35xu512aba and mt35xu02g flash IDAshish Kumar
2019-07-18mtd: spi: Add flash property for Micron mt25qu512aAshish Kumar
2019-05-03mtd: spi-nor: fix page program issue when using spi-mem driverWeijie Gao
2019-04-12mtd: spi-nor-ids: Add Gigadevice gd25lq128 IDNeil Armstrong
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay