aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2019-01-24mtd: nand: arasan_nfc: Add support for nand multi chip selectT Karthik Reddy2-14/+20
2019-01-21ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to KconfigDerald D. Woods1-0/+38
2019-01-16mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner2-0/+11
2019-01-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+4
2019-01-02mtd: nand: raw: Add Hynix H27UBG8T2BTR id tableNikolai Zhubr1-0/+4
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2-1/+59
2019-01-01nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)Lukasz Majewski1-0/+47
2019-01-01Kconfig: Add entry for VF610 NAND NFC device tree aware driverLukasz Majewski1-0/+11
2019-01-01nand: vybrid: Use calloc() instead of malloc() to allocate struct nfcLukasz Majewski1-1/+1
2018-12-29mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada1-0/+6
2018-12-29mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada3-24/+26
2018-12-29mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada1-3/+35
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-19/+124
2018-11-26mtd: nand: Arasan: Add subpage configuration supportMartin Lund1-0/+4
2018-11-22mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal1-9/+9
2018-11-22mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable errorMiquel Raynal1-4/+23
2018-11-22mtd: nand: pxa3xx: add raw read supportMiquel Raynal1-6/+92
2018-11-16mtd: nand: lpc32xx slc: disable DMA support in SPL buildsVladimir Zapolskiy1-46/+32
2018-11-16mtd: nand: lpc32xx mlc: predefine number of NAND chips to supportVladimir Zapolskiy1-0/+4
2018-10-22nand: atmel: Initialize pmecc smu with correct sizeBin Meng1-1/+1
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese3-1/+137
2018-09-20mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal1-6/+14
2018-09-20mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon3-1/+140
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf3-1/+145
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan3-1/+153
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan5-0/+1249
2018-09-20mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon4-0/+380
2018-09-20mtd: rename nand into rawnand in Kconfig promptMiquel Raynal1-1/+1
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal53-376/+379
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-56/+0
2018-09-19fix: nand: pxa3xx: Add WA for eliminating flash ready timeoutDavid Sniatkiwicz1-0/+3
2018-09-19nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NANDKonstantin Porotchkin1-6/+66
2018-09-19nand: pxa3xx: cosmetic: add comments to the timing layout structuresKonstantin Porotchkin1-1/+20
2018-09-19fix: nand: Replace hardcoded page chunk size with calculated oneKonstantin Porotchkin1-22/+20
2018-09-19mtd: nand: pxa3xx: add support for Toshiba flashKonstantin Porotchkin1-0/+3
2018-09-19mtd: nand: pxa3xx: add support for 2KB 8-bit flashVictor Axelrod1-0/+27
2018-09-19mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2018-09-19mtd: nand: pxa3xx_nand: add support for partial chunksOfer Heifetz1-55/+99
2018-09-19mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanOfer Heifetz1-16/+14
2018-09-19mtd: pxa3xx_nand: Fix initial controller configurationOfer Heifetz1-12/+29
2018-09-19mtd: pxa3xx_nand: Increase the initial chunk sizeOfer Heifetz1-1/+1
2018-09-19nand: pxa3xx: Increase READ_ID buffer and make the size staticOfer Heifetz1-19/+10
2018-09-19mtd: nand: pxa3xx-nand: fix random command timeoutsOfer Heifetz1-3/+7
2018-09-19mtd: nand: pxa3xx_nand: fix early spurious interruptOfer Heifetz1-1/+1
2018-09-19mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()Ofer Heifetz1-2/+2
2018-09-19mtd: nand: pxa3xx_nand: use nand_to_mtd()Ofer Heifetz1-10/+9
2018-09-19mtd: nand: pxa3xx_nand: Increase initial buffer sizeOfer Heifetz1-6/+9
2018-09-10mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCsMasahiro Yamada1-0/+4
2018-08-10mtd: nand: fsl_ifc: Fix handling of bitflips in erased pagesDarwin Dingel1-30/+39
2018-07-31mtd: nand: sunxi: Return on set_feature only when not ENOTSUPPMylène Josserand1-1/+1