summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-09-033-0/+62
|\
| * mtd: spinand: toshiba: add support for T{C,H}58NYG{0,2}S3HBAI4 and TH58NYG3S0...Sridharan S N2023-07-121-0/+33
| * mtd: spinand: esmt: add support for F50D2G41KASridharan S N2023-07-121-0/+9
| * mtd: spinand: gigadevice: add support for GD5F1GQ{4,5}RExxHSridharan S N2023-07-121-0/+20
* | mtd: spinand: winbond: Fix ecc_get_statusOlivier Maignial2023-07-121-2/+2
* | mtd: spinand: toshiba: Fix ecc_get_statusOlivier Maignial2023-07-121-2/+2
|/
* mtd: spinand: macronix: Add support for serial NAND flashJaimeLiao2023-06-091-0/+20
* mtd: spinand: gigadevice: add support for GD5F2GQ5xExxHMd Sadre Alam2023-05-261-0/+10
* mtd: spinand: add support for ESMT F50x1G41LBChuanhong Guo2023-04-033-1/+138
* mtd: spinand: Add support for AllianceMemory AS5F34G04SNDMario Kicherer2023-01-303-1/+155
* mtd: spinand: macronix: use scratch buffer for DMA operationDaniel Golle2023-01-231-1/+2
* mtd: spinand: winbond: add Winbond W25N02KV flash supportMikhail Kshevetskiy2022-10-181-0/+75
* mtd: spinand: winbond: fix flash identificationMikhail Kshevetskiy2022-10-181-2/+2
* mtd: add ECC error accounting for each read requestMichał Kępień2022-09-211-0/+10
* mtd: spinand: Add support for ATO25D1GAAidan MacDonald2022-06-063-1/+88
* mtd: spinand: Add support for XTX XT26G0xAFelix Matouschek2022-04-213-1/+131
* mtd: spinand: gigadevice: add support for GD5FxGM7xExxGChuanhong Guo2022-04-041-0/+60
* mtd: spinand: gigadevice: add support for GD5F{2, 4}GQ5xExxGChuanhong Guo2022-04-041-0/+48
* mtd: spinand: gigadevice: add support for GD5F1GQ5RExxGChuanhong Guo2022-04-041-0/+10
* mtd: spinand: gigadevice: add support for GD5FxGQ4xExxGChuanhong Guo2022-04-041-0/+30
* mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxGChuanhong Guo2022-04-041-1/+9
* mtd: spinand: Create direct mapping descriptors for ECC operationsMiquel Raynal2022-02-101-2/+33
* mtd: spinand: Delay a little bit the dirmap creationMiquel Raynal2022-02-101-8/+8
* mtd: spinand: macronix: Use random program loadMason Yang2022-01-231-1/+1
* mtd: spinand: macronix: Add Quad support for serial NAND flashJaime Liao2021-08-171-8/+8
* mtd: spinand: core: Properly fill the OOB area.Daniel Palmer2021-08-061-0/+2
* mtd: spinand: Fix commentMiquel Raynal2021-07-161-1/+1
* Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-07-052-40/+201
|\
| * mtd: spinand: add SPI-NAND MTD resume handlerPatrice Chotard2021-06-181-0/+17
| * mtd: spinand: Add spinand_init_flash() helperPatrice Chotard2021-06-181-29/+45
| * mtd: spinand: add spinand_read_cfg() helperPatrice Chotard2021-06-181-9/+20
| * mtd: spinand: Fix double counting of ECC statsMiquel Raynal2021-06-111-6/+11
| * mtd: spinand: macronix: Add support for serial NAND flashJaime Liao2021-05-261-0/+112
* | mtd: spinand: use the spi-mem poll status APIsPatrice Chotard2021-06-031-13/+32
|/
* mtd: spinand: core: add missing MODULE_DEVICE_TABLE()Alexander Lobakin2021-03-281-0/+2
* mtd: spinand: gigadevice: Support GD5F1GQ5UExxGReto Schneider2021-03-111-9/+60
* mtd: spinand: Fix MTD_OPS_AUTO_OOB requestsMiquel Raynal2021-01-141-3/+11
*-. Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2020-12-164-132/+326
|\ \
| | * mtd: spinand: macronix: Add support for MX35LFxG24ADYouChing Lin2020-12-101-0/+27
| | * mtd: spinand: micron: Add support for MT29F2G01AAAEDThirumalesha Narasimhappa2020-12-101-0/+64
| | * mtd: spinand: micron: Use more specific namesThirumalesha Narasimhappa2020-12-101-30/+30
| | * mtd: spinand: macronix: Add support for MX35LFxGE4ADYouChing Lin2020-12-101-0/+20
| | * mtd: spinand: Remove outdated commentMiquel Raynal2020-12-101-4/+0
| | * mtd: spinand: Fix OOB readMiquel Raynal2020-12-101-0/+4
| | * mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal2020-12-101-3/+5
| | * mtd: spinand: Use the external ECC engine logicMiquel Raynal2020-12-102-44/+54
| | * mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal2020-12-101-1/+5
| | * mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2020-12-101-0/+67
| | * mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal2020-12-101-53/+53
| | * mtd: spinand: Fix typo in commentMiquel Raynal2020-12-101-1/+1
| |/