summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/spi
AgeCommit message (Expand)AuthorFilesLines
2025-06-19mtd: spinand: fix memory leak of ECC engine confPablo Martin-Gomez1-0/+1
2025-06-18mtd: spinand: winbond: Prevent unsupported frequencies on dual/quad I/O variantsMiquel Raynal1-2/+2
2025-06-18mtd: spinand: winbond: Increase maximum frequency on an octal operationMiquel Raynal1-1/+1
2025-06-18mtd: spinand: winbond: Fix W35N number of planes/LUNMiquel Raynal1-2/+2
2025-05-16mtd: spinand: esmt: fix id code for F50D1G41LBGeorge Moussalem1-1/+1
2025-04-29mtd: spinand: winbond: Add support for W35N02JW and W35N04JW chipsMiquel Raynal1-0/+18
2025-04-29mtd: spinand: winbond: Add octal supportMiquel Raynal1-0/+6
2025-04-29mtd: spinand: winbond: Add support for W35N01JW in single modeMiquel Raynal1-0/+54
2025-04-29mtd: spinand: winbond: Rename DTR variantsMiquel Raynal1-3/+3
2025-04-29mtd: spinand: Use more specific naming for the (quad) program load opMiquel Raynal12-24/+24
2025-04-29mtd: spinand: Use more specific naming for the (single) program load opMiquel Raynal12-28/+28
2025-04-29mtd: spinand: Use more specific naming for the program execution opMiquel Raynal3-3/+3
2025-04-29mtd: spinand: Use more specific naming for the (quad IO) read from cache opsMiquel Raynal7-12/+12
2025-04-29mtd: spinand: Use more specific naming for the (quad output) read from cache opsMiquel Raynal12-18/+18
2025-04-29mtd: spinand: Use more specific naming for the (dual IO) read from cache opsMiquel Raynal7-12/+12
2025-04-29mtd: spinand: Use more specific naming for the (dual output) read from cache opsMiquel Raynal11-17/+17
2025-04-29mtd: spinand: Use more specific naming for the (single) read from cache opsMiquel Raynal12-35/+35
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 Raynal6-11/+11
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 Raynal3-3/+3
2025-04-28mtd: spinand: Use more specific naming for the reset opMiquel Raynal1-1/+1
2025-03-18mtd: spinand: Improve spinand_info macros styleMiquel Raynal1-5/+5
2025-03-04mtd: spinand: macronix: Add support for read retryCheng Ming Lin1-15/+64
2025-03-04mtd: spinand: Add read retry supportCheng Ming Lin1-2/+33
2025-02-10mtd: spinand: esmt: OTP access for F50{L,D}1G41LBMartin Kurbanov1-2/+88
2025-02-10mtd: spinand: micron: OTP access for MT29F2G01ABAGDMartin Kurbanov1-1/+134
2025-02-10mtd: spinand: otp: add helpers functionsMartin Kurbanov1-0/+109
2025-02-10mtd: spinand: make spinand_{wait,otp_page_size} globalMartin Kurbanov2-9/+28
2025-02-10mtd: spinand: add OTP supportMartin Kurbanov3-1/+254
2025-02-10mtd: spinand: make spinand_{read,write}_page globalMartin Kurbanov1-4/+20
2025-01-20mtd: spinand: skyhigh: Align with recent read from cache variant changesMiquel Raynal1-2/+2
2025-01-15mtd: spinand: winbond: Add support for DTR operationsMiquel Raynal1-0/+5
2025-01-15mtd: spinand: winbond: Add comment about namingMiquel Raynal1-0/+5
2025-01-15mtd: spinand: winbond: Update the *JW chip definitionsMiquel Raynal1-2/+11
2025-01-15mtd: spinand: Enhance the logic when picking a variantMiquel Raynal1-3/+10
2025-01-15mtd: spinand: Create distinct fast and slow read from cache variantsMiquel Raynal11-30/+30
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 Kuwano3-1/+149
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-12-05mtd: spinand: add support for FORESEE F35SQA001GBohdan Chubuk1-0/+10
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET1-1/+1
2024-10-21mtd: spinand: winbond: Sort the devicesMiquel Raynal1-35/+48
2024-10-21mtd: spinand: winbond: Ignore the last ID charactersMiquel Raynal1-3/+3
2024-10-21mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC informationMiquel Raynal1-8/+8
2024-10-21mtd: spinand: winbond: Fix 512GW and 02JW OOB layoutMiquel Raynal1-2/+2
2024-09-09mtd: spinand: macronix: Flag parts needing explicit plane selectCheng Ming Lin1-7/+17