summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2019-02-15MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPLAdam Ford1-3/+0
2019-02-15MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma staticAdam Ford1-1/+1
2019-02-15MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECCAdam Ford2-0/+7
2019-02-07mtd: spi: Add lightweight SPI flash stack for SPLVignesh R5-263/+1116
2019-02-07mtd: spi: Remove unused filesVignesh R2-1548/+0
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R7-280/+89
2019-02-07mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R1-0/+1
2019-02-07mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R1-3/+159
2019-02-07mtd: spi: spi-nor-core: Add SFDP supportVignesh R2-6/+637
2019-02-07mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R1-0/+141
2019-02-07mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R1-4/+93
2019-02-07mtd: spi: Port SPI NOR framework from LinuxVignesh R1-0/+1716
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-17mtd: 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-01mtd: 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-05mtd: sf: Make sf_mtd.c more robustBoris Brezillon1-3/+36
2018-12-05mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon1-0/+9
2018-12-05mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon2-28/+80
2018-12-05mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon1-5/+12
2018-12-05mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon1-3/+8
2018-12-05mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon1-1/+1
2018-12-05mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon1-25/+24
2018-12-05mtd: sf: Make sure we don't register the same device twiceBoris Brezillon1-1/+12
2018-12-05mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon1-0/+7
2018-12-05mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon1-1/+17
2018-12-05mtd: 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-21sf: 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-20Convert 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