summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* 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-141-32/+47
|\
| * 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: 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: 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-051-19/+124
|\
| * 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
|/
* 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
* nand: atmel: Initialize pmecc smu with correct sizeBin Meng2018-10-221-1/+1
* mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese2018-10-043-1/+137
* mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal2018-09-201-6/+14
* mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-09-203-1/+140
* mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-09-203-1/+145
* mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-09-203-1/+153
* mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-09-205-0/+1249
* mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-09-204-0/+380
* mtd: rename nand into rawnand in Kconfig promptMiquel Raynal2018-09-201-1/+1
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-2053-376/+379
* mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-09-201-56/+0
* fix: nand: pxa3xx: Add WA for eliminating flash ready timeoutDavid Sniatkiwicz2018-09-191-0/+3
* nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NANDKonstantin Porotchkin2018-09-191-6/+66
* nand: pxa3xx: cosmetic: add comments to the timing layout structuresKonstantin Porotchkin2018-09-191-1/+20
* fix: nand: Replace hardcoded page chunk size with calculated oneKonstantin Porotchkin2018-09-191-22/+20
* mtd: nand: pxa3xx: add support for Toshiba flashKonstantin Porotchkin2018-09-191-0/+3
* mtd: nand: pxa3xx: add support for 2KB 8-bit flashVictor Axelrod2018-09-191-0/+27
* mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon2018-09-191-0/+1