aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/spi/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29mtd: spinand: repeat reading in regular mode if continuous reading failsMikhail Kshevetskiy1-4/+21
2025-09-29mtd: spinand: try a regular dirmap if creating a dirmap for continuous readin...Mikhail Kshevetskiy1-8/+35
2025-09-29mtd: spinand: fix direct mapping creation sizesMikhail Kshevetskiy1-7/+7
2025-08-28mtd: spinand: add support for FudanMicro FM25S01ATianling Shen1-0/+1
2025-07-30mtd: spinand: winbond: Enable high-speed modes on w35n0xjwMiquel Raynal1-1/+1
2025-07-30mtd: spinand: winbond: Enable high-speed modes on w25n0xjwMiquel Raynal1-1/+1
2025-07-30mtd: spinand: Add a ->configure_chip() hookMiquel Raynal1-2/+14
2025-07-30spi: spi-mem: Take into account the actual maximum frequencyMiquel Raynal1-1/+1
2025-07-30mtd: spinand: propagate spinand_wait() errors from spinand_write_page()Gabor Juhos1-1/+4
2025-06-19mtd: spinand: fix memory leak of ECC engine confPablo Martin-Gomez1-0/+1
2025-04-29mtd: spinand: Use more specific naming for the program execution opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the page read opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the erase opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the get/set feature opsMiquel Raynal1-4/+4
2025-04-29mtd: spinand: Use more specific naming for the read ID opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the write enable/disable opMiquel Raynal1-1/+1
2025-04-28mtd: spinand: Use more specific naming for the reset opMiquel Raynal1-1/+1
2025-03-04mtd: spinand: Add read retry supportCheng Ming Lin1-2/+33
2025-02-10mtd: spinand: make spinand_{wait,otp_page_size} globalMartin Kurbanov1-4/+14
2025-02-10mtd: spinand: add OTP supportMartin Kurbanov1-0/+8
2025-02-10mtd: spinand: make spinand_{read,write}_page globalMartin Kurbanov1-4/+20
2025-01-15mtd: spinand: Enhance the logic when picking a variantMiquel Raynal1-3/+10
2025-01-15Merge tag 'spi-mem-dtr-2' into nand/nextMiquel Raynal1-0/+2
2025-01-09spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal1-0/+2
2024-12-05mtd: spinand: Add support for SkyHigh S35ML-3 familyTakahiro Kuwano1-0/+1
2024-12-05mtd: spinand: Introduce a way to avoid raw accessTakahiro Kuwano1-2/+20
2024-12-05mtd: spinand: Remove write_enable_op() in markbad()Takahiro Kuwano1-4/+0
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET1-1/+1
2024-09-09mtd: spinand: Add support for setting plane select bitsCheng Ming Lin1-0/+6
2024-09-06mtd: spi-nand: Expose spinand_write_reg_op()Miquel Raynal1-1/+1
2024-09-06mtd: spi-nand: Add continuous read supportMiquel Raynal1-8/+168
2024-09-06mtd: spi-nand: Isolate the MTD read logic in a helperMiquel Raynal1-14/+26
2024-08-23mtd: spinand: set bitflip_threshold to 75% of ECC strengthDaniel Golle1-0/+1
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)1-1/+1
2023-10-16mtd: spinand: add support for FORESEE F35SQA002GMartin Kurbanov1-0/+1
2023-04-03mtd: spinand: add support for ESMT F50x1G41LBChuanhong Guo1-0/+1
2023-01-30mtd: spinand: Add support for AllianceMemory AS5F34G04SNDMario Kicherer1-0/+1
2022-09-21mtd: add ECC error accounting for each read requestMichał Kępień1-0/+10
2022-06-06mtd: spinand: Add support for ATO25D1GAAidan MacDonald1-0/+1
2022-04-21mtd: spinand: Add support for XTX XT26G0xAFelix Matouschek1-0/+1
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
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...Linus Torvalds1-40/+89
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