aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2019-01-28MTD: nand: mxs_nand_spl: Fix empty function pointer for BBTAdam Ford1-0/+1
2019-01-24mtd: nand: arasan_nfc: Add support for nand multi chip selectT Karthik Reddy2-14/+20
2019-01-21ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to KconfigDerald D. Woods1-0/+38
2019-01-16mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner2-0/+11
2019-01-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+4
2019-01-02mtd: nand: raw: Add Hynix H27UBG8T2BTR id tableNikolai Zhubr1-0/+4
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2-1/+59
2019-01-01nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)Lukasz Majewski1-0/+47
2019-01-01Kconfig: Add entry for VF610 NAND NFC device tree aware driverLukasz Majewski1-0/+11
2019-01-01nand: vybrid: Use calloc() instead of malloc() to allocate struct nfcLukasz Majewski1-1/+1
2018-12-29mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada1-0/+6
2018-12-29mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada3-24/+26
2018-12-29mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada1-3/+35
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini6-81/+339
2018-12-06mtd: sf: Make sf_mtd.c more robustBoris Brezillon1-3/+36
2018-12-06mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon1-0/+9
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon2-28/+80
2018-12-06mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon1-5/+12
2018-12-06mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon1-3/+8
2018-12-06mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon1-1/+1
2018-12-06mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon1-25/+24
2018-12-06mtd: sf: Make sure we don't register the same device twiceBoris Brezillon1-1/+12
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon1-0/+7
2018-12-06mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon1-1/+17
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon1-1/+15
2018-11-26mtd: nand: Arasan: Add subpage configuration supportMartin Lund1-0/+4
2018-11-22mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal1-9/+9
2018-11-22mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable errorMiquel Raynal1-4/+23
2018-11-22mtd: nand: pxa3xx: add raw read supportMiquel Raynal1-6/+92
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass5-0/+42
2018-11-16mtd: nand: lpc32xx slc: disable DMA support in SPL buildsVladimir Zapolskiy1-46/+32
2018-11-16mtd: nand: lpc32xx mlc: predefine number of NAND chips to supportVladimir Zapolskiy1-0/+4
2018-11-13mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon1-6/+0
2018-11-13mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon1-2/+60
2018-10-22nand: atmel: Initialize pmecc smu with correct sizeBin Meng1-1/+1
2018-10-19Convert CONFIG_FLASH_CFI_DRIVER et al to KconfigAdam Ford1-0/+38
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-1/+11
2018-10-12sf: Add MICRON manufacturer idAshish Kumar2-0/+3
2018-10-10mtd: uboot: Fix hanging during mtd list commandAdam Ford1-1/+8
2018-10-09dm: spi: Add logging of some return valuesSimon Glass3-8/+8
2018-10-09sf: Avoid allocating memory on every read operationSimon Glass1-7/+2
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass1-10/+8
2018-10-09sandbox: spi: Add more loggingSimon Glass1-25/+29
2018-10-09sandbox: spi: Drop command-line SPI optionSimon Glass1-113/+9
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese3-1/+137
2018-10-04sf: Add XMC xm25qh64a and xm25qh128a entriesStefan Roese2-0/+10
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal2-2/+161
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal2-238/+177
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal1-1/+64
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal1-0/+210