summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2019-03-13MTD: mxs_nand_spl: Redo the way nand_init initializesAdam Ford
2019-02-15MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPLAdam Ford
2019-02-15MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma staticAdam Ford
2019-02-15MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECCAdam Ford
2019-02-07mtd: spi: Add lightweight SPI flash stack for SPLVignesh R
2019-02-07mtd: spi: Remove unused filesVignesh R
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R
2019-02-07mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R
2019-02-07mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R
2019-02-07mtd: spi: spi-nor-core: Add SFDP supportVignesh R
2019-02-07mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R
2019-02-07mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R
2019-02-07mtd: spi: Port SPI NOR framework from LinuxVignesh R
2019-01-28MTD: nand: mxs_nand_spl: Fix empty function pointer for BBTAdam Ford
2019-01-24mtd: nand: arasan_nfc: Add support for nand multi chip selectT Karthik Reddy
2019-01-21ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to KconfigDerald D. Woods
2019-01-16mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner
2019-01-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-01-02mtd: nand: raw: Add Hynix H27UBG8T2BTR id tableNikolai Zhubr
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini
2019-01-01nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)Lukasz Majewski
2019-01-01Kconfig: Add entry for VF610 NAND NFC device tree aware driverLukasz Majewski
2019-01-01nand: vybrid: Use calloc() instead of malloc() to allocate struct nfcLukasz Majewski
2018-12-29mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada
2018-12-29mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada
2018-12-29mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-06mtd: sf: Make sf_mtd.c more robustBoris Brezillon
2018-12-06mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon
2018-12-06mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon
2018-12-06mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon
2018-12-06mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon
2018-12-06mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon
2018-12-06mtd: sf: Make sure we don't register the same device twiceBoris Brezillon
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon
2018-12-06mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon
2018-11-26mtd: nand: Arasan: Add subpage configuration supportMartin Lund
2018-11-22mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal
2018-11-22mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable errorMiquel Raynal
2018-11-22mtd: nand: pxa3xx: add raw read supportMiquel Raynal
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass
2018-11-16mtd: nand: lpc32xx slc: disable DMA support in SPL buildsVladimir Zapolskiy
2018-11-16mtd: nand: lpc32xx mlc: predefine number of NAND chips to supportVladimir Zapolskiy
2018-11-13mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon
2018-11-13mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon
2018-10-22nand: atmel: Initialize pmecc smu with correct sizeBin Meng
2018-10-19Convert CONFIG_FLASH_CFI_DRIVER et al to KconfigAdam Ford
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini