summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
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-17mtd: 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...Tom Rini1-6/+4
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini18-23/+23
2021-01-06Merge 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-19dm: 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-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-12/+12
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass3-6/+6
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-11/+11
2020-12-14dm: 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-03mtd: 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-marvellTom 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
2020-10-16mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson1-13/+15
2020-10-14mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati6-0/+2998
2020-10-08cfi_flash: Fix devicetree address determinationAndre Przywara1-18/+6
2020-10-08mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra1-1/+3
2020-10-05Merge branch 'next'Tom Rini11-110/+128
2020-09-30nand: vybrid: Re-introduce vf610_nfc.devSean Anderson1-17/+21
2020-09-30nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson1-14/+6
2020-09-30nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson1-30/+39
2020-09-30mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson1-4/+4
2020-09-30mtd: spi: Fix logging in spi-nor-tinySean Anderson1-5/+16