aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini6-44/+69
2019-04-12mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello3-0/+1104
2019-04-12mtd: spi-nor-ids: Add Gigadevice gd25lq128 IDNeil Armstrong1-0/+5
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay1-0/+6
2019-04-12mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut1-8/+6
2019-04-12mtd: fix Coverity integer handling issueMiquel Raynal1-3/+3
2019-04-12mtd: spi: Add Macronix MX66U2G45F deviceMarek Vasut1-0/+1
2019-04-12mtd: sf_probe: remove spi-flash compatibleNeil Armstrong1-1/+0
2019-04-12mtd: add spi flash id s25fl064lHeiko Schocher1-0/+1
2019-04-12mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux versionStefan Roese1-32/+47
2019-04-09mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu1-1/+1
2019-04-09mtd: ubi debug: Remove the pid print from ubi_assertEran Matityahu1-0/+10
2019-03-25Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay1-0/+36
2019-03-13MTD: mxs_nand_spl: Redo the way nand_init initializesAdam Ford1-11/+6
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-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