summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese
2018-10-04sf: Add XMC xm25qh64a and xm25qh128a entriesStefan Roese
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal
2018-10-02mtd: uclass: add probe functionMiquel Raynal
2018-09-20mtd: mtdpart: balance debug messagesMiquel Raynal
2018-09-20mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal
2018-09-20mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal
2018-09-20mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan
2018-09-20mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon
2018-09-20mtd: rename nand into rawnand in Kconfig promptMiquel Raynal
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal
2018-09-20mtd: move all flash categories inside MTD submenuMiquel Raynal
2018-09-20mtd: move definitions to enlarge their rangeMiquel Raynal
2018-09-20mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal
2018-09-20mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon
2018-09-19fix: nand: pxa3xx: Add WA for eliminating flash ready timeoutDavid Sniatkiwicz
2018-09-19nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NANDKonstantin Porotchkin
2018-09-19nand: pxa3xx: cosmetic: add comments to the timing layout structuresKonstantin Porotchkin
2018-09-19fix: nand: Replace hardcoded page chunk size with calculated oneKonstantin Porotchkin
2018-09-19mtd: nand: pxa3xx: add support for Toshiba flashKonstantin Porotchkin
2018-09-19mtd: nand: pxa3xx: add support for 2KB 8-bit flashVictor Axelrod
2018-09-19mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon
2018-09-19mtd: nand: pxa3xx_nand: add support for partial chunksOfer Heifetz
2018-09-19mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanOfer Heifetz
2018-09-19mtd: pxa3xx_nand: Fix initial controller configurationOfer Heifetz
2018-09-19mtd: pxa3xx_nand: Increase the initial chunk sizeOfer Heifetz
2018-09-19nand: pxa3xx: Increase READ_ID buffer and make the size staticOfer Heifetz
2018-09-19mtd: nand: pxa3xx-nand: fix random command timeoutsOfer Heifetz
2018-09-19mtd: nand: pxa3xx_nand: fix early spurious interruptOfer Heifetz
2018-09-19mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()Ofer Heifetz
2018-09-19mtd: nand: pxa3xx_nand: use nand_to_mtd()Ofer Heifetz
2018-09-19mtd: nand: pxa3xx_nand: Increase initial buffer sizeOfer Heifetz
2018-09-10mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCsMasahiro Yamada
2018-08-13Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2018-08-10mtd: nand: fsl_ifc: Fix handling of bitflips in erased pagesDarwin Dingel
2018-08-06spi: Kconfig: Create ISSI Kconfig entryMichal Simek
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-08-03mtd: add spi flash id s25fl128lClément Laigle
2018-07-31mtd: nand: sunxi: Return on set_feature only when not ENOTSUPPMylène Josserand
2018-07-31mtd: nand: nand_base: Convert EINVAL into ENOTSUPPMylène Josserand
2018-07-25mtd: nand: denali: correct buffer alignment for DMA transferMasahiro Yamada
2018-07-23Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini