aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-11-13mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon1-6/+0
2018-11-13mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon1-2/+60
2018-10-22nand: atmel: Initialize pmecc smu with correct sizeBin Meng1-1/+1
2018-10-19Convert CONFIG_FLASH_CFI_DRIVER et al to KconfigAdam Ford1-0/+38
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-1/+11
2018-10-12sf: Add MICRON manufacturer idAshish Kumar2-0/+3
2018-10-10mtd: uboot: Fix hanging during mtd list commandAdam Ford1-1/+8
2018-10-09dm: spi: Add logging of some return valuesSimon Glass3-8/+8
2018-10-09sf: Avoid allocating memory on every read operationSimon Glass1-7/+2
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass1-10/+8
2018-10-09sandbox: spi: Add more loggingSimon Glass1-25/+29
2018-10-09sandbox: spi: Drop command-line SPI optionSimon Glass1-113/+9
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese3-1/+137
2018-10-04sf: Add XMC xm25qh64a and xm25qh128a entriesStefan Roese2-0/+10
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal2-2/+161
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal2-238/+177
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal1-1/+64
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal1-0/+210
2018-10-02mtd: uclass: add probe functionMiquel Raynal1-0/+16
2018-09-20mtd: mtdpart: balance debug messagesMiquel Raynal1-0/+2
2018-09-20mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal1-0/+3
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 Raynal54-376/+381
2018-09-20mtd: move all flash categories inside MTD submenuMiquel Raynal1-2/+2
2018-09-20mtd: move definitions to enlarge their rangeMiquel Raynal1-6/+0
2018-09-20mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal1-6/+20
2018-09-20mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon1-0/+45
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia1-0/+12
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon4-62/+33
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