summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada2020-02-012-3/+3
* mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada2020-02-012-9/+22
* mtd: rawnand: denali_dt: insert udelay() after reset deassertMasahiro Yamada2020-02-011-2/+10
* mtd: rawnand: denali: Do not reset the block before booting the kernelMarek Vasut2020-02-012-13/+4
* mtd: rawnand: denali_dt: make the core clock optionalMasahiro Yamada2020-02-011-4/+6
* mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGAMarek Vasut2020-02-011-0/+7
* mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-272-2/+21
* mtd: spinand: winbond: Add support for W25N01GVRobert Marko2020-01-271-0/+8
* mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra2020-01-251-32/+3
* nand: brcmnand: add bcm68360 supportPhilippe Reynes2020-01-233-0/+130
* common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* zynq: mtd: nand: Remove hardcoded base addressesAshok Reddy Soma2020-01-141-37/+57
* zynq: mtd: nand: Move zynq nand driver to driver modelAshok Reddy Soma2020-01-142-11/+34
* mtd: nand: Remove hardcoded base address of nandAshok Reddy Soma2020-01-141-148/+174
* mtd: nand: Move arasan nand driver to driver modelAshok Reddy Soma2020-01-142-16/+37
* 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: Makefile: deep cleanupMiquel Raynal2019-12-042-16/+41
* cmd: nand/sf: isolate legacy codeMiquel Raynal2019-12-042-95/+1
* mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal2019-12-041-1/+1
* mtd: nand: add includes in NAND core to avoid warningsMiquel Raynal2019-12-042-0/+2
* mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal2019-12-034-9/+9
* mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal2019-12-035-11/+11
* mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-031-2/+2
* mtd: mtdcore: Drop unused mtd_tableTom Rini2019-12-031-2/+0
* common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-importsSimon Glass2019-12-021-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-022-0/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-026-0/+6
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-027-0/+7
* nand: mxs_nand: add API for switching different BCH layoutsIgor Opaniuk2019-11-031-0/+116
* Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...WIP/30Oct2019Tom Rini2019-10-302-34/+0
|\
| * drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-222-34/+0
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-10-306-18/+33
|\ \
| * | 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