summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Require users of devres to include the headerSimon Glass36-0/+41
2020-02-06mtd: Rename free() to rfree()Simon Glass7-8/+8
2020-01-31mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada2-3/+3
2020-01-31mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada2-9/+22
2020-01-31mtd: rawnand: denali_dt: insert udelay() after reset deassertMasahiro Yamada1-2/+10
2020-01-31mtd: rawnand: denali: Do not reset the block before booting the kernelMarek Vasut2-13/+4
2020-01-31mtd: rawnand: denali_dt: make the core clock optionalMasahiro Yamada1-4/+6
2020-01-31mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGAMarek Vasut1-0/+7
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2-2/+21
2020-01-27mtd: spinand: winbond: Add support for W25N01GVRobert Marko1-0/+8
2020-01-25mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra1-32/+3
2020-01-23nand: brcmnand: add bcm68360 supportPhilippe Reynes3-0/+130
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-14zynq: mtd: nand: Remove hardcoded base addressesAshok Reddy Soma1-37/+57
2020-01-14zynq: mtd: nand: Move zynq nand driver to driver modelAshok Reddy Soma2-11/+34
2020-01-14mtd: nand: Remove hardcoded base address of nandAshok Reddy Soma1-148/+174
2020-01-14mtd: nand: Move arasan nand driver to driver modelAshok Reddy Soma2-16/+37
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: Makefile: deep cleanupMiquel Raynal2-16/+41
2019-12-05cmd: nand/sf: isolate legacy codeMiquel Raynal2-95/+1
2019-12-05mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal1-1/+1
2019-12-05mtd: nand: add includes in NAND core to avoid warningsMiquel Raynal2-0/+2
2019-12-04mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal4-9/+9
2019-12-04mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal5-11/+11
2019-12-04mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-2/+2
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini1-2/+0
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass2-0/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass6-0/+6
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass7-0/+7
2019-11-03nand: mxs_nand: add API for switching different BCH layoutsIgor Opaniuk1-0/+116
2019-10-30Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2-34/+0
2019-10-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini6-18/+33
2019-10-25drivers: nand: brcmnand: fix nand_chip ecc layout structureWilliam Zhang1-156/+104
2019-10-25nand: brcm: add BCM6368 supportÁlvaro Fernández Rojas3-0/+124
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