summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* nand: davinci: remove dead code for dm644xBartosz Golaszewski2019-05-041-39/+0
* mtd: nand: raw: Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behaviorGregory CLEMENT2019-04-261-2/+2
* drivers: nand: brcmnand: add an option to read the write-protect from device ...Philippe Reynes2019-04-221-0/+3
* drivers: nand: brcmnand: add parameter parameter-page-big-endianPhilippe Reynes2019-04-221-2/+15
* drivers: nand: brcmnand: add initial supportPhilippe Reynes2019-04-2210-0/+3334
* mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2019-04-221-160/+853
* mtd: rawnand: denali: add reset handlingSimon Goldschmidt2019-04-172-0/+17
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-146-44/+69
|\
| * mtd: spi-nor-ids: Add Gigadevice gd25lq128 IDNeil Armstrong2019-04-121-0/+5
| * dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-0/+6
| * mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut2019-04-121-8/+6
| * mtd: fix Coverity integer handling issueMiquel Raynal2019-04-121-3/+3
| * mtd: spi: Add Macronix MX66U2G45F deviceMarek Vasut2019-04-121-0/+1
| * mtd: sf_probe: remove spi-flash compatibleNeil Armstrong2019-04-121-1/+0
| * mtd: add spi flash id s25fl064lHeiko Schocher2019-04-121-0/+1
| * mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux versionStefan Roese2019-04-121-32/+47
* | mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello2019-04-123-0/+1104
|/
* mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu2019-04-091-1/+1
* mtd: ubi debug: Remove the pid print from ubi_assertEran Matityahu2019-04-091-0/+10
* Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay2019-03-251-0/+36
* MTD: mxs_nand_spl: Redo the way nand_init initializesAdam Ford2019-03-131-11/+6
* MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPLAdam Ford2019-02-151-3/+0
* MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma staticAdam Ford2019-02-151-1/+1
* MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECCAdam Ford2019-02-152-0/+7
* mtd: spi: Add lightweight SPI flash stack for SPLVignesh R2019-02-075-263/+1116
* mtd: spi: Remove unused filesVignesh R2019-02-072-1548/+0
* mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-077-280/+89
* mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R2019-02-071-0/+1
* mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R2019-02-071-3/+159
* mtd: spi: spi-nor-core: Add SFDP supportVignesh R2019-02-072-6/+637
* mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R2019-02-071-0/+141
* mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R2019-02-071-4/+93
* mtd: spi: Port SPI NOR framework from LinuxVignesh R2019-02-071-0/+1716
* MTD: nand: mxs_nand_spl: Fix empty function pointer for BBTAdam Ford2019-01-281-0/+1
* mtd: nand: arasan_nfc: Add support for nand multi chip selectT Karthik Reddy2019-01-242-14/+20
* ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to KconfigDerald D. Woods2019-01-211-0/+38
* mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner2019-01-162-0/+11
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-01-021-0/+4
|\
| * mtd: nand: raw: Add Hynix H27UBG8T2BTR id tableNikolai Zhubr2019-01-021-0/+4
* | Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-012-1/+59
|\ \ | |/ |/|
| * nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)Lukasz Majewski2019-01-011-0/+47
| * Kconfig: Add entry for VF610 NAND NFC device tree aware driverLukasz Majewski2019-01-011-0/+11
| * nand: vybrid: Use calloc() instead of malloc() to allocate struct nfcLukasz Majewski2019-01-011-1/+1
* | mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada2018-12-291-0/+6
* | mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada2018-12-293-24/+26
* | mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada2018-12-291-3/+35
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-056-81/+339
|\
| * mtd: sf: Make sf_mtd.c more robustBoris Brezillon2018-12-061-3/+36
| * mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon2018-12-061-0/+9
| * mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon2018-12-062-28/+80