aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-10mtd: spinand: Create direct mapping descriptors for ECC operationsMiquel Raynal1-2/+33
2022-02-10mtd: spinand: Delay a little bit the dirmap creationMiquel Raynal1-8/+8
2022-01-23mtd: spinand: macronix: Use random program loadMason Yang1-1/+1
2021-08-17mtd: spinand: macronix: Add Quad support for serial NAND flashJaime Liao1-8/+8
2021-08-06mtd: spinand: core: Properly fill the OOB area.Daniel Palmer1-0/+2
2021-07-16mtd: spinand: Fix commentMiquel Raynal1-1/+1
2021-07-05Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds2-40/+201
2021-06-18mtd: spinand: add SPI-NAND MTD resume handlerPatrice Chotard1-0/+17
2021-06-18mtd: spinand: Add spinand_init_flash() helperPatrice Chotard1-29/+45
2021-06-18mtd: spinand: add spinand_read_cfg() helperPatrice Chotard1-9/+20
2021-06-11mtd: spinand: Fix double counting of ECC statsMiquel Raynal1-6/+11
2021-06-03mtd: spinand: use the spi-mem poll status APIsPatrice Chotard1-13/+32
2021-05-26mtd: spinand: macronix: Add support for serial NAND flashJaime Liao1-0/+112
2021-03-28mtd: spinand: core: add missing MODULE_DEVICE_TABLE()Alexander Lobakin1-0/+2
2021-03-11mtd: spinand: gigadevice: Support GD5F1GQ5UExxGReto Schneider1-9/+60
2021-01-14mtd: spinand: Fix MTD_OPS_AUTO_OOB requestsMiquel Raynal1-3/+11
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal4-132/+326
2020-12-10mtd: spinand: macronix: Add support for MX35LFxG24ADYouChing Lin1-0/+27
2020-12-10mtd: spinand: micron: Add support for MT29F2G01AAAEDThirumalesha Narasimhappa1-0/+64
2020-12-10mtd: spinand: micron: Use more specific namesThirumalesha Narasimhappa1-30/+30
2020-12-10mtd: spinand: macronix: Add support for MX35LFxGE4ADYouChing Lin1-0/+20
2020-12-10mtd: spinand: Remove outdated commentMiquel Raynal1-4/+0
2020-12-10mtd: spinand: Fix OOB readMiquel Raynal1-0/+4
2020-12-10mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal1-3/+5
2020-12-10mtd: spinand: Use the external ECC engine logicMiquel Raynal2-44/+54
2020-12-10mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal1-1/+5
2020-12-10mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal1-0/+67
2020-12-10mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal1-53/+53
2020-12-10mtd: spinand: Fix typo in commentMiquel Raynal1-1/+1
2020-11-20mtd: spinand: toshiba: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-09-30mtd: spinand: gigadevice: Add support for GD5F4GQ4xCHauke Mehrtens1-0/+49
2020-09-30mtd: spinand: gigadevice: Add QE BitHauke Mehrtens1-5/+5
2020-09-30mtd: spinand: gigadevice: Only one dummy byte in QUADIOHauke Mehrtens1-2/+2
2020-09-30mtd: spinand: macronix: Add support for MX31UF1GE4BCYouChing Lin1-0/+10
2020-09-30mtd: spinand: macronix: Add support for MX31LF1GE4BCYouChing Lin1-0/+10
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal1-1/+1
2020-09-28mtd: spinand: Use nanddev_get_ecc_conf() when relevantMiquel Raynal3-9/+10
2020-08-27mtd: nand: Add a NAND page I/O request typeMiquel Raynal1-2/+2
2020-05-18mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal1-0/+4
2020-03-24mtd: spinand: toshiba: Support for new Kioxia Serial NANDYoshio Furuyama1-17/+111
2020-03-24mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Yoshio Furuyama1-30/+30
2020-03-12mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri1-0/+58
2020-03-12mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri1-0/+22
2020-03-12mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri1-0/+16
2020-03-12mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri1-0/+33
2020-03-12mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri1-0/+1
2020-03-12mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri1-14/+14
2020-03-11mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf1-3/+0
2020-03-11mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf1-0/+1
2020-03-11mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf1-7/+7