summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
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
2018-10-12sf: Add MICRON manufacturer idAshish Kumar
2018-10-10mtd: uboot: Fix hanging during mtd list commandAdam Ford
2018-10-09dm: spi: Add logging of some return valuesSimon Glass
2018-10-09sf: Avoid allocating memory on every read operationSimon Glass
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass
2018-10-09sandbox: spi: Add more loggingSimon Glass
2018-10-09sandbox: spi: Drop command-line SPI optionSimon Glass
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese
2018-10-04sf: Add XMC xm25qh64a and xm25qh128a entriesStefan Roese
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal
2018-10-02mtd: uclass: add probe functionMiquel Raynal
2018-09-20mtd: mtdpart: balance debug messagesMiquel Raynal
2018-09-20mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal
2018-09-20mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal