aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2019-07-31nand: davinci: avoid out of bounds array accessHeinrich Schuchardt1-2/+2
2019-07-29nand: davinci: add support for driver modelBartosz Golaszewski1-1/+45
2019-07-29nand: davinci: make davinci_nand_init() staticBartosz Golaszewski1-1/+1
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-76/+3
2019-07-22mtd: spi: Add micron mt35xu512aba and mt35xu02g flash IDAshish Kumar1-0/+2
2019-07-19i.MX6: nand: add nandbcb command for imxShyam Saini4-76/+3
2019-07-18mtd: spi: Add flash property for Micron mt25qu512aAshish Kumar1-0/+2
2019-07-12mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionPatrick Delaunay1-62/+31
2019-07-09ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSGMarkus Klotzbuecher1-1/+1
2019-07-09ubispl: add support for loading volumes by nameHamish Guthrie2-2/+220
2019-07-09ubi: fix UBI_SILENCE_MSGMarkus Klotzbuecher2-1/+3
2019-06-06mtd: Fix get_mtdparts()Patrice Chotard1-4/+1
2019-05-21mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to KconfigMario Six1-0/+4
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-05-10mtd: ubi: Remove select for non existent optionChris Packham1-1/+0
2019-05-06Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-19/+8
2019-05-04nand: davinci: remove dead code for dm644xBartosz Golaszewski1-39/+0
2019-05-03mtd: spi-nor: fix page program issue when using spi-mem driverWeijie Gao1-19/+8
2019-04-26mtd: nand: raw: Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behaviorGregory CLEMENT1-2/+2
2019-04-22drivers: nand: brcmnand: add an option to read the write-protect from device ...Philippe Reynes1-0/+3
2019-04-22drivers: nand: brcmnand: add parameter parameter-page-big-endianPhilippe Reynes1-2/+15
2019-04-22drivers: nand: brcmnand: add initial supportPhilippe Reynes10-0/+3334
2019-04-22mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon1-160/+853
2019-04-17mtd: rawnand: denali: add reset handlingSimon Goldschmidt2-0/+17
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