summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-02driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar1-138/+0
2018-10-02spi: designware_spi: Add reset ctrl to driverLey Foon Tan1-0/+43
2018-10-02cmd: mtdparts: describe as legacyMiquel Raynal1-1/+5
2018-10-02cmd: ubi: clean the partition handlingMiquel Raynal2-71/+27
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal6-4/+644
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal4-239/+209
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2-1/+69
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2-0/+231
2018-10-02mtd: uclass: add probe functionMiquel Raynal2-0/+18
2018-10-02dm: drop unused helper in MTD headerMiquel Raynal1-11/+0
2018-09-20cmd: mtdparts: remove mandatory 'mtdparts=' prefixMiquel Raynal1-11/+6
2018-09-20cmd: mtdparts: accept spi-nand devicesMiquel Raynal2-7/+13
2018-09-20lib: strto: fix metric suffix parsing in strtoul[l]Miquel Raynal1-12/+10
2018-09-20lib: strto: parse all lowercase metric prefixes in ustrtoul[l]Miquel Raynal1-8/+6
2018-09-20cmd: mtdparts: add fallthrough in switch statementMiquel Raynal1-0/+3
2018-09-20cmd: ubi: delete useless and misleading definitionsMiquel Raynal1-5/+0
2018-09-20mtd: mtdpart: balance debug messagesMiquel Raynal1-0/+2
2018-09-20mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal1-0/+3
2018-09-20dt-bindings: Add bindings for SPI NAND devicesBoris Brezillon1-0/+5
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 Brezillon4-1/+141
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf4-1/+146
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan4-1/+156
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan6-0/+1676
2018-09-20spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon5-0/+778
2018-09-20mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon1-0/+3
2018-09-20mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon5-0/+1111
2018-09-20mtd: rename nand into rawnand in Kconfig promptMiquel Raynal1-1/+1
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal66-395/+400
2018-09-20mtd: move all flash categories inside MTD submenuMiquel Raynal1-2/+2
2018-09-20mtd: move definitions to enlarge their rangeMiquel Raynal2-6/+6
2018-09-20mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+28
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 Garcia2-11/+13
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon4-62/+33
2018-09-20Merge git://git.denx.de/u-boot-imxTom Rini15-104/+536
2018-09-20Merge git://git.denx.de/u-boot-marvellTom Rini25-199/+664
2018-09-19arm: mvebu: clearfog: enable eMMC boot partitions supportBaruch Siach1-0/+4
2018-09-19phy: marvell: add SATA comphy RX/TX polarity invert supportRabeeh Khoury2-2/+23
2018-09-19fix: cmd: mvebu: Exclude mvebu commands from SPL buildsKonstantin Porotchkin1-1/+2
2018-09-19fix: mvebu: Add SPI parameters for environment setupKonstantin Porotchkin1-0/+6
2018-09-19fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin1-1/+2
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