aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2021-03-27sf: Support querying write-protectSimon Glass5-0/+38
2021-03-27mtd: spi_flash_free()Heinrich Schuchardt1-5/+0
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard1-0/+3
2021-03-11mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard1-0/+2
2021-03-11mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard1-0/+3
2021-02-26mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxGReto Schneider1-10/+69
2021-02-26mtd: nand: spi: Only one dummy byte in QUADIOHauke Mehrtens1-1/+1
2021-02-26mtd: spi-nor-ids: Add support of flash protection to w25q128Su Baocheng1-1/+4
2021-02-26mtd: spi-nor-ids: Add Gigadevice GD25LQ64CAlper Nebi Yasak1-0/+5
2021-02-24mtd: rawnand: cortina_nand: missing initializationHeinrich Schuchardt1-1/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini11-0/+11
2021-02-08mtd: spi-nor: add unlock all config optionMichael Walle2-4/+15
2021-02-03nand: brcmnand: Don't use -EPROBE_DEFERSimon Glass1-4/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass11-0/+11
2021-01-18mtd: remove drivers/mtd/mw_eeprom.cHeinrich Schuchardt2-239/+0
2021-01-18mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC supportKate Liu4-0/+1696
2021-01-16mtd: misplaced log.h and dm/devres.hHeinrich Schuchardt1-2/+0
2021-01-13mtd: stm32_fmc2: migrate trace to dev and log macroPatrick Delaunay1-21/+19
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini1-6/+4
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini18-23/+23
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini3-18/+26
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-1/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass15-17/+17
2021-01-05dm: core: Access device ofnode through functionsSimon Glass2-2/+2
2021-01-05dm: core: Access device flags through functionsSimon Glass1-1/+1
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2-2/+2
2021-01-05spi: Tidy up get/set of device nodeSimon Glass1-1/+1
2021-01-05zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt1-6/+4
2020-12-18dm: Avoid accessing seq directlySimon Glass1-2/+2
2020-12-18mtd: spi-nor-ids: add Micron MT25QL01G flashHongwei Zhang1-0/+1
2020-12-18mtd: spinand: enable erasing of bad mtd blocksMikhail Kshevetskiy1-1/+9
2020-12-18mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf1-9/+0
2020-12-18mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf1-0/+1
2020-12-18mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf1-7/+7
2020-12-18mtd: spi-nor-ids: Add SECT_4K to mx25l12805dRobert Marko1-1/+1
2020-12-18mtd: spi-nor-ids: Add Winbond W25M512JW flash entryBiju Das1-0/+1
2020-12-18mtd: spi-nor-ids: Add Winbond W25M512JV flash entryLad Prabhakar1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-12/+12
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass3-6/+6
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-11/+11
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass24-26/+26
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-1/+1
2020-12-02mtd: spi-nor-ids: add Winbond W25Q32JW-IM flashMichael Walle1-0/+5
2020-11-15mtd: OneNAND: Set MTD typePali Rohár1-0/+1
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/29Oct2020Tom Rini2-82/+101
2020-10-29mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan2-10/+44
2020-10-29mtd: pxa3xx_nand: remove dead codeBaruch Siach1-9/+3
2020-10-29mtd: pxa3xx_nand: port to use driver modelShmuel Hazan2-63/+54
2020-10-27mtd: spi: Fix incorrect indentationMichal Simek1-1/+1