aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2020-04-09mtd: spi-nor: Compile files in controllers/ directoryGravatar Guenter Roeck 1-0/+2
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-4/+16
2020-03-30ubi: ubi-media.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-30ubi: fastmap: Only produce the initial anchor PEB when fastmap is usedGravatar Hou Tao 1-1/+2
2020-03-30ubi: fastmap: Free unused fastmap anchor peb during detachGravatar Hou Tao 1-2/+13
2020-03-30mtd: Convert fallthrough comments into statementsGravatar Miquel Raynal 22-60/+45
2020-03-30Merge tag 'nand/for-5.7' into mtd/nextGravatar Miquel Raynal 26-427/+1347
2020-03-25mtd: rawnand: toshiba: Support reading the number of bitflips for BENAND (Bui...Gravatar Yoshio Furuyama 1-2/+56
2020-03-25Merge tag 'spi-nor/for-5.7' into mtd/nextGravatar Miquel Raynal 34-6090/+6398
2020-03-25Merge tag 'cfi/for-5.7' into mtd/nextGravatar Miquel Raynal 2-12/+15
2020-03-24mtd: Fix issue where write_cached_data() fails but write() still returns successGravatar Xiaoming Ni 1-2/+3
2020-03-24mtd: maps: sa1100-flash: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-24mtd: phram: fix a double free issue in error pathGravatar Wen Yang 1-6/+9
2020-03-24mtd: spinand: toshiba: Support for new Kioxia Serial NANDGravatar Yoshio Furuyama 1-17/+111
2020-03-24mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Gravatar Yoshio Furuyama 1-30/+30
2020-03-24mtd: rawnand: macronix: Add support for deep power down modeGravatar Mason Yang 1-0/+74
2020-03-24mtd: rawnand: Add support for manufacturer specific suspend/resume operationGravatar Mason Yang 1-4/+13
2020-03-24mtd: spi-nor: Enable locking for n25q512ax3/n25q512aGravatar Jungseung Lee 1-2/+6
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportGravatar Jungseung Lee 2-18/+58
2020-03-24mtd: spi-nor: Add generic formula for SR block protection handlingGravatar Jungseung Lee 1-31/+41
2020-03-24mtd: spi-nor: Set all BP bits to one when lock_len == mtd->sizeGravatar Tudor Ambarus 1-7/+13
2020-03-23mtd: spi-nor: controllers: aspeed-smc: Replace zero-length array with flexibl...Gravatar Gustavo A. R. Silva 1-1/+1
2020-03-23mtd: spi-nor: Clear WEL bit when erase or program errors occurGravatar Tudor Ambarus 1-0/+22
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hGravatar Tudor Ambarus 10-42/+288
2020-03-17mtd: spi-nor: Drop the MFR definitionsGravatar Tudor Ambarus 1-2/+0
2020-03-17mtd: spi-nor: Get rid of the now empty spi_nor_ids[] tableGravatar Boris Brezillon 1-25/+0
2020-03-17mtd: spi-nor: Move XMC bits out of core.cGravatar Boris Brezillon 4-3/+26
2020-03-17mtd: spi-nor: Move Xilinx bits out of core.cGravatar Boris Brezillon 4-86/+98
2020-03-17mtd: spi-nor: Move Catalyst bits out of core.cGravatar Boris Brezillon 4-7/+32
2020-03-17mtd: spi-nor: Move Winbond bits out of core.cGravatar Boris Brezillon 4-114/+115
2020-03-17mtd: spi-nor: Move SST bits out of core.cGravatar Boris Brezillon 4-120/+156
2020-03-17mtd: spi-nor: Move Spansion bits out of core.cGravatar Boris Brezillon 4-58/+98
2020-03-17mtd: spi-nor: Move Micron/ST bits out of core.cGravatar Boris Brezillon 4-120/+158
2020-03-17mtd: spi-nor: Move Macronix bits out of core.cGravatar Boris Brezillon 4-68/+101
2020-03-17mtd: spi-nor: Move ISSI bits out of core.cGravatar Boris Brezillon 4-65/+86
2020-03-17mtd: spi-nor: Move Intel bits out of core.cGravatar Boris Brezillon 4-14/+35
2020-03-17mtd: spi-nor: Move GigaDevice bits out of core.cGravatar Boris Brezillon 4-59/+62
2020-03-17mtd: spi-nor: Move Fujitsu bits out of core.cGravatar Boris Brezillon 4-3/+23
2020-03-17mtd: spi-nor: Move Everspin bits out of core.cGravatar Boris Brezillon 4-6/+30
2020-03-17mtd: spi-nor: Move ESMT bits out of core.cGravatar Boris Brezillon 4-5/+28
2020-03-17mtd: spi-nor: Move Eon bits out of core.cGravatar Boris Brezillon 4-17/+37
2020-03-17mtd: spi-nor: Move Atmel bits out of core.cGravatar Boris Brezillon 4-29/+53
2020-03-17mtd: spi-nor: Add the concept of SPI NOR manufacturer driverGravatar Boris Brezillon 2-11/+81
2020-03-17mtd: spi-nor: Expose stuctures and functions to manufacturer driversGravatar Boris Brezillon 2-158/+169
2020-03-16mtd: spi-nor: Move SFDP logic out of the coreGravatar Tudor Ambarus 5-1297/+1349
2020-03-16mtd: spi-nor: Prepare core / manufacturer code splitGravatar Boris Brezillon 13-81/+86
2020-03-16mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodGravatar Tudor Ambarus 1-16/+18
2020-03-16mtd: spi-nor: Stop prefixing generic functions with a manufacturer nameGravatar Boris Brezillon 1-35/+35
2020-03-13Merge tag 'mtk-mtd-spi-move' into spi-nor/nextGravatar Tudor Ambarus 3-574/+0
2020-03-12mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesGravatar Shivamurthy Shastri 1-0/+58