summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/spi
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-13Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-106/+622
2026-02-06mtd: spinand: fix NULL pointer dereference in spinand_support_vendor_ops()Md Sadre Alam-0/+2
2026-02-03mtd: spinand: winbond: Remove unneeded semicolonChen Ni-1/+1
2026-01-30mtd: spinand: Disable continuous read during probeDavid LaPorte-0/+8
2026-01-29mtd: spinand: add Foresee F35SQB002G flash supportMikhail Kshevetskiy-0/+34
2026-01-29mtd: spinand: winbond: W35N octal DTR supportMiquel Raynal-2/+18
2026-01-29mtd: spinand: Add octal DTR supportMiquel Raynal-1/+139
2026-01-29mtd: spinand: Warn if using SSDR-only vendor commands in a non SSDR modeMiquel Raynal-0/+4
2026-01-29mtd: spinand: Give the bus interface to the configuration helperMiquel Raynal-8/+22
2026-01-29mtd: spinand: Propagate the bus interface across core helpersMiquel Raynal-6/+7
2026-01-29mtd: spinand: Add support for setting a bus interfaceMiquel Raynal-0/+1
2026-01-29mtd: spinand: Gather all the bus interface steps in one single functionMiquel Raynal-25/+37
2026-01-29mtd: spinand: winbond: Configure the IO mode after the dummy cyclesMiquel Raynal-15/+15
2026-01-29mtd: spinand: winbond: Rename IO_MODE register macroMiquel Raynal-2/+2
2026-01-29mtd: spinand: winbond: Fix styleMiquel Raynal-0/+1
2026-01-29mtd: spinand: winbond: Register W35N vendor specific operationMiquel Raynal-0/+6
2026-01-29mtd: spinand: winbond: Register W25N vendor specific operationMiquel Raynal-0/+4
2026-01-29mtd: spinand: macronix: Register vendor specific operationMiquel Raynal-0/+23
2026-01-29mtd: spinand: List vendor specific operations and make sure they are supportedMiquel Raynal-0/+26
2026-01-29mtd: spinand: winbond: Convert W35N specific operation to SPINAND_OP()Miquel Raynal-5/+14
2026-01-29mtd: spinand: winbond: Convert W25N specific operation to SPINAND_OP()Miquel Raynal-6/+14
2026-01-29mtd: spinand: macronix: Convert vendor specific operation to SPINAND_OP()Miquel Raynal-5/+15
2026-01-29mtd: spinand: Make use of the operation templates through SPINAND_OP()Miquel Raynal-27/+113
2026-01-29mtd: spinand: Create an array of operation templatesMiquel Raynal-12/+30
2026-01-29mtd: spinand: Decouple write enable and write disable operationsMiquel Raynal-3/+3
2026-01-29mtd: spinand: Use standard return valuesMiquel Raynal-4/+4
2026-01-29mtd: spinand: Add missing checkMiquel Raynal-0/+3
2025-12-16mtd: spinand: add support for Dosilicon DS35Q1GA/DS35M1GAAhmed Naseef-2/+94
2025-12-16Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"Ziyang Huang-1/+1
2025-12-04Merge tag 'mtd/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-0/+97
2025-11-29mtd: spinand: add support for FudanMicro FM25S01BI3Mikhail Zhilkin-0/+72
2025-11-17mtd: spinand: esmt: add support for F50L1G41LCDaniel Golle-0/+25
2025-11-03mtd: spinand: fmsh: remove QE bit for FM25S01A flashMikhail Kshevetskiy-1/+1
2025-10-04Merge tag 'mtd/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-18/+240
2025-09-29mtd: spinand: repeat reading in regular mode if continuous reading failsMikhail Kshevetskiy-4/+21
2025-09-29mtd: spinand: try a regular dirmap if creating a dirmap for continuous readin...Mikhail Kshevetskiy-8/+35
2025-09-29mtd: spinand: fix direct mapping creation sizesMikhail Kshevetskiy-7/+7
2025-09-05mtd: spinand: winbond: Fix oob_layout for W25N01JWSanthosh Kumar K-1/+36
2025-08-28mtd: spinand: add support for FudanMicro FM25S01ATianling Shen-1/+76
2025-08-28mtd: spinand: gigadevice: Add continuous read supportTeng Wu-2/+105
2025-07-30mtd: spinand: winbond: Add comment about the maximum frequencyMiquel Raynal-0/+1
2025-07-30mtd: spinand: winbond: Enable high-speed modes on w35n0xjwMiquel Raynal-4/+93
2025-07-30mtd: spinand: winbond: Enable high-speed modes on w25n0xjwMiquel Raynal-3/+44
2025-07-30mtd: spinand: Add a ->configure_chip() hookMiquel Raynal-2/+14
2025-07-30mtd: spinand: Add a frequency field to all READ_FROM_CACHE variantsMiquel Raynal-88/+88
2025-07-30spi: spi-mem: Take into account the actual maximum frequencyMiquel Raynal-1/+1
2025-07-30mtd: spinand: propagate spinand_wait() errors from spinand_write_page()Gabor Juhos-1/+4
2025-07-30mtd: spinand: gigadevice: Add support for GD5F1GM9 chipsTeng Wu-0/+20