aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2019-12-04mtd: Makefile: deep cleanupMiquel Raynal2-16/+41
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal2-95/+1
2019-12-04mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal1-1/+1
2019-12-04mtd: nand: add includes in NAND core to avoid warningsMiquel Raynal2-0/+2
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal4-9/+9
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal5-11/+11
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-2/+2
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini1-2/+0
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move command functions out of common.hSimon Glass2-0/+2
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass6-0/+6
2019-12-02crc32: 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-25spi-nor-ids: Add support for Adesto AT25SL321Fabio Estevam1-0/+1
2019-10-25mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTDFrieder Schrempf3-5/+5
2019-10-25spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entryVignesh Raghavendra1-5/+6
2019-10-25spi-nor: spi-nor-ids: Add entries for mt25q variantsVignesh Raghavendra1-0/+3
2019-10-25spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*Vignesh Raghavendra1-4/+4
2019-10-25mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...Vignesh Raghavendra2-2/+2
2019-10-25mtd: spi-nor-core: Use dev_err for reporting erase/write failuresVignesh Raghavendra1-3/+3
2019-10-25mtd: spi: Add a new option SPL_SPI_FLASH_MTD to KconfigFrieder Schrempf1-0/+8
2019-10-25mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASHJagan Teki1-0/+1
2019-10-25mtd: spi-nor: ids: Add is25wp256 chipJagan Teki1-0/+2
2019-10-25mtd: spi: Kconfig: Update CONFIG_SPI_FLASHJagan Teki1-3/+2
2019-10-24mtd: Add TI HyperBus Memory Controller driverVignesh Raghavendra3-0/+113
2019-10-24mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when definedVignesh Raghavendra1-2/+4
2019-10-22drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2-34/+0
2019-10-16ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese1-0/+1
2019-10-16ubi: provide a way to skip CRC checksQuentin Schulz5-1/+26
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-08-25mtd: nand: raw: Move CONFIG_SYS_NAND_USE_FLASH_BBT to KconfigStefan Roese1-0/+5
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get_f() to env.hSimon Glass2-0/+2
2019-07-31nand: davinci: avoid out of bounds array accessHeinrich Schuchardt1-2/+2
2019-07-29nand: davinci: add support for driver modelBartosz Golaszewski1-1/+45
2019-07-29nand: davinci: make davinci_nand_init() staticBartosz Golaszewski1-1/+1
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-76/+3
2019-07-22mtd: spi: Add micron mt35xu512aba and mt35xu02g flash IDAshish Kumar1-0/+2
2019-07-19i.MX6: nand: add nandbcb command for imxShyam Saini4-76/+3