summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: remove drivers/mtd/mw_eeprom.cHeinrich Schuchardt2021-01-182-239/+0
* mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC supportKate Liu2021-01-184-0/+1696
* mtd: misplaced log.h and dm/devres.hHeinrich Schuchardt2021-01-161-2/+0
* mtd: stm32_fmc2: migrate trace to dev and log macroPatrick Delaunay2021-01-131-21/+19
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-6/+4
|\
| * zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt2021-01-051-6/+4
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0518-23/+23
|\ \
| * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-1/+1
| * | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0515-17/+17
| * | dm: core: Access device ofnode through functionsSimon Glass2021-01-052-2/+2
| * | dm: core: Access device flags through functionsSimon Glass2021-01-051-1/+1
| * | spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2021-01-052-2/+2
| * | spi: Tidy up get/set of device nodeSimon Glass2021-01-051-1/+1
* | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-053-18/+26
|\ \ \ | |/ / |/| / | |/
| * mtd: spi-nor-ids: add Micron MT25QL01G flashHongwei Zhang2020-12-181-0/+1
| * mtd: spinand: enable erasing of bad mtd blocksMikhail Kshevetskiy2020-12-181-1/+9
| * mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf2020-12-181-9/+0
| * mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf2020-12-181-0/+1
| * mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf2020-12-181-7/+7
| * mtd: spi-nor-ids: Add SECT_4K to mx25l12805dRobert Marko2020-12-181-1/+1
| * mtd: spi-nor-ids: Add Winbond W25M512JW flash entryBiju Das2020-12-181-0/+1
| * mtd: spi-nor-ids: Add Winbond W25M512JV flash entryLad Prabhakar2020-12-181-0/+1
| * mtd: spi-nor-ids: add Winbond W25Q32JW-IM flashMichael Walle2020-12-021-0/+5
* | dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-132-12/+12
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-133-6/+6
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-11/+11
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-5/+5
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1324-26/+26
* | dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-1/+1
|/
* mtd: OneNAND: Set MTD typePali Rohár2020-11-151-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-10-292-82/+101
|\
| * mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan2020-10-292-10/+44
| * mtd: pxa3xx_nand: remove dead codeBaruch Siach2020-10-291-9/+3
| * mtd: pxa3xx_nand: port to use driver modelShmuel Hazan2020-10-292-63/+54
* | mtd: spi: Fix incorrect indentationMichal Simek2020-10-271-1/+1
|/
* mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson2020-10-151-13/+15
* mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati2020-10-146-0/+2998
* cfi_flash: Fix devicetree address determinationAndre Przywara2020-10-081-18/+6
* mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra2020-10-081-1/+3
* Merge branch 'next'Tom Rini2020-10-0511-110/+128
|\
| * nand: vybrid: Re-introduce vf610_nfc.devSean Anderson2020-09-301-17/+21
| * nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson2020-09-301-14/+6
| * nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-30/+39
| * mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+4
| * mtd: spi: Fix logging in spi-nor-tinySean Anderson2020-09-301-5/+16
| * mtd: spi: Include dm.h in spi-nor-core.cSean Anderson2020-09-301-0/+1
| * mtd: nand: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-22/+23
| * mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-15/+15
| * nand: Kconfig: Change dependency for NAND_ARASANMichal Simek2020-09-231-1/+1