summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon2018-12-061-5/+12
| * mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon2018-12-061-3/+8
| * mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon2018-12-061-1/+1
| * mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon2018-12-061-25/+24
| * mtd: sf: Make sure we don't register the same device twiceBoris Brezillon2018-12-061-1/+12
| * mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon2018-12-061-0/+7
| * mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon2018-12-061-1/+17
| * mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon2018-12-061-1/+15
| * mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal2018-11-221-9/+9
| * mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable errorMiquel Raynal2018-11-221-4/+23
| * mtd: nand: pxa3xx: add raw read supportMiquel Raynal2018-11-221-6/+92
* | mtd: nand: Arasan: Add subpage configuration supportMartin Lund2018-11-261-0/+4
* | sf: Add a method to obtain the block-protect settingSimon Glass2018-11-205-0/+42
|/
* mtd: nand: lpc32xx slc: disable DMA support in SPL buildsVladimir Zapolskiy2018-11-161-46/+32
* mtd: nand: lpc32xx mlc: predefine number of NAND chips to supportVladimir Zapolskiy2018-11-161-0/+4
* mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon2018-11-131-6/+0
* mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon2018-11-131-2/+60
* nand: atmel: Initialize pmecc smu with correct sizeBin Meng2018-10-221-1/+1
* Convert CONFIG_FLASH_CFI_DRIVER et al to KconfigAdam Ford2018-10-191-0/+38
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-123-1/+11
|\
| * sf: Add MICRON manufacturer idAshish Kumar2018-10-122-0/+3
| * mtd: uboot: Fix hanging during mtd list commandAdam Ford2018-10-101-1/+8
* | dm: spi: Add logging of some return valuesSimon Glass2018-10-093-8/+8
* | sf: Avoid allocating memory on every read operationSimon Glass2018-10-091-7/+2
* | dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass2018-10-091-10/+8
* | sandbox: spi: Add more loggingSimon Glass2018-10-091-25/+29
* | sandbox: spi: Drop command-line SPI optionSimon Glass2018-10-091-113/+9
|/
* mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese2018-10-043-1/+137
* sf: Add XMC xm25qh64a and xm25qh128a entriesStefan Roese2018-10-042-0/+10
* cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-022-2/+161
* mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-022-238/+177
* mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2018-10-021-1/+64
* mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2018-10-021-0/+210
* mtd: uclass: add probe functionMiquel Raynal2018-10-021-0/+16