summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/spi/core.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-06mtd: spinand: fix NULL pointer dereference in spinand_support_vendor_ops()Md Sadre Alam
2026-01-30mtd: spinand: Disable continuous read during probeDavid LaPorte
2026-01-29mtd: spinand: Add octal DTR supportMiquel Raynal
2026-01-29mtd: spinand: Give the bus interface to the configuration helperMiquel Raynal
2026-01-29mtd: spinand: Propagate the bus interface across core helpersMiquel Raynal
2026-01-29mtd: spinand: Add support for setting a bus interfaceMiquel Raynal
2026-01-29mtd: spinand: Gather all the bus interface steps in one single functionMiquel Raynal
2026-01-29mtd: spinand: List vendor specific operations and make sure they are supportedMiquel Raynal
2026-01-29mtd: spinand: Make use of the operation templates through SPINAND_OP()Miquel Raynal
2026-01-29mtd: spinand: Create an array of operation templatesMiquel Raynal
2026-01-29mtd: spinand: Decouple write enable and write disable operationsMiquel Raynal
2026-01-29mtd: spinand: Use standard return valuesMiquel Raynal
2026-01-29mtd: spinand: Add missing checkMiquel Raynal
2025-12-16mtd: spinand: add support for Dosilicon DS35Q1GA/DS35M1GAAhmed Naseef
2025-11-17mtd: spinand: esmt: add support for F50L1G41LCDaniel Golle
2025-09-29mtd: spinand: repeat reading in regular mode if continuous reading failsMikhail Kshevetskiy
2025-09-29mtd: spinand: try a regular dirmap if creating a dirmap for continuous readin...Mikhail Kshevetskiy
2025-09-29mtd: spinand: fix direct mapping creation sizesMikhail Kshevetskiy
2025-08-28mtd: spinand: add support for FudanMicro FM25S01ATianling Shen
2025-07-30mtd: spinand: winbond: Enable high-speed modes on w35n0xjwMiquel Raynal
2025-07-30mtd: spinand: winbond: Enable high-speed modes on w25n0xjwMiquel Raynal
2025-07-30mtd: spinand: Add a ->configure_chip() hookMiquel Raynal
2025-07-30spi: spi-mem: Take into account the actual maximum frequencyMiquel Raynal
2025-07-30mtd: spinand: propagate spinand_wait() errors from spinand_write_page()Gabor Juhos
2025-06-19mtd: spinand: fix memory leak of ECC engine confPablo Martin-Gomez
2025-04-29mtd: spinand: Use more specific naming for the program execution opMiquel Raynal
2025-04-29mtd: spinand: Use more specific naming for the page read opMiquel Raynal
2025-04-29mtd: spinand: Use more specific naming for the erase opMiquel Raynal
2025-04-29mtd: spinand: Use more specific naming for the get/set feature opsMiquel Raynal
2025-04-29mtd: spinand: Use more specific naming for the read ID opMiquel Raynal
2025-04-29mtd: spinand: Use more specific naming for the write enable/disable opMiquel Raynal
2025-04-28mtd: spinand: Use more specific naming for the reset opMiquel Raynal
2025-03-04mtd: spinand: Add read retry supportCheng Ming Lin
2025-02-10mtd: spinand: make spinand_{wait,otp_page_size} globalMartin Kurbanov
2025-02-10mtd: spinand: add OTP supportMartin Kurbanov
2025-02-10mtd: spinand: make spinand_{read,write}_page globalMartin Kurbanov
2025-01-15mtd: spinand: Enhance the logic when picking a variantMiquel Raynal
2025-01-15Merge tag 'spi-mem-dtr-2' into nand/nextMiquel Raynal
2025-01-09spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal
2024-12-05mtd: spinand: Add support for SkyHigh S35ML-3 familyTakahiro Kuwano
2024-12-05mtd: spinand: Introduce a way to avoid raw accessTakahiro Kuwano
2024-12-05mtd: spinand: Remove write_enable_op() in markbad()Takahiro Kuwano
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET
2024-09-09mtd: spinand: Add support for setting plane select bitsCheng Ming Lin
2024-09-06mtd: spi-nand: Expose spinand_write_reg_op()Miquel Raynal
2024-09-06mtd: spi-nand: Add continuous read supportMiquel Raynal
2024-09-06mtd: spi-nand: Isolate the MTD read logic in a helperMiquel Raynal
2024-08-23mtd: spinand: set bitflip_threshold to 75% of ECC strengthDaniel Golle