aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/spi
AgeCommit message (Expand)AuthorFilesLines
2026-06-29mtd: spinand: initialize ret in regular page readsRuoyu Wang1-1/+1
2026-05-27mtd: spinand: macronix: Enable randomizer supportCheng Ming Lin1-10/+28
2026-05-27mtd: spinand: Add support for randomizerCheng Ming Lin1-0/+20
2026-05-04mtd: spinand: Prevent continuous reads on some controllersMiquel Raynal1-2/+4
2026-05-04mtd: spinand: Make sure continuous read is always disabled during probeMiquel Raynal1-5/+5
2026-05-04mtd: spinand: winbond: Add support for continuous reads on W25NxxJWMiquel Raynal1-10/+98
2026-05-04mtd: spinand: winbond: Create a helper to detect the need for the HS bitMiquel Raynal1-14/+17
2026-05-04mtd: spinand: winbond: Create a helper to write the HS bitMiquel Raynal1-16/+18
2026-05-04mtd: spinand: winbond: Add support for continuous reads on W35NxxJWMiquel Raynal1-15/+111
2026-05-04mtd: spinand: winbond: Add support for continuous reads on W25NxxJWMiquel Raynal1-22/+22
2026-05-04mtd: spinand: Use secondary ops for continuous readsMiquel Raynal1-1/+60
2026-05-04Merge tag 'mtd/spi-mem-cont-read-for-7.2' into nand/nextMiquel Raynal1-47/+29
2026-05-04spi: spi-mem: Transform the read operation templateMiquel Raynal1-7/+8
2026-05-04mtd: spinand: Drop ECC dirmapsMiquel Raynal1-32/+20
2026-05-04mtd: spinand: Expose spinand_op_is_odtr()Miquel Raynal1-1/+1
2026-05-04mtd: spinand: Drop a too strong limitationMiquel Raynal1-13/+6
2026-04-27mtd: spinand: winbond: Fix ODTR write VCR on W35NxxJWMiquel Raynal1-1/+1
2026-04-27mtd: spinand: winbond: Set the packed page read flag to W35N02/04JWMiquel Raynal1-2/+2
2026-04-27mtd: spinand: Add support for packed read data ODTR commandsMiquel Raynal1-3/+21
2026-04-10mtd: spinand: winbond: Declare the QE bit on W25NxxJWMiquel Raynal1-2/+2
2026-03-25mtd: spinand: winbond: Clarify when to enable the HS bitMiquel Raynal1-5/+8
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-3/+3
2026-02-13Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds10-106/+622
2026-02-06mtd: spinand: fix NULL pointer dereference in spinand_support_vendor_ops()Md Sadre Alam1-0/+2
2026-02-03mtd: spinand: winbond: Remove unneeded semicolonChen Ni1-1/+1
2026-01-30mtd: spinand: Disable continuous read during probeDavid LaPorte1-0/+8
2026-01-29mtd: spinand: add Foresee F35SQB002G flash supportMikhail Kshevetskiy1-0/+34
2026-01-29mtd: spinand: winbond: W35N octal DTR supportMiquel Raynal1-2/+18
2026-01-29mtd: spinand: Add octal DTR supportMiquel Raynal1-1/+139
2026-01-29mtd: spinand: Warn if using SSDR-only vendor commands in a non SSDR modeMiquel Raynal2-0/+4
2026-01-29mtd: spinand: Give the bus interface to the configuration helperMiquel Raynal2-8/+22
2026-01-29mtd: spinand: Propagate the bus interface across core helpersMiquel Raynal1-6/+7
2026-01-29mtd: spinand: Add support for setting a bus interfaceMiquel Raynal1-0/+1
2026-01-29mtd: spinand: Gather all the bus interface steps in one single functionMiquel Raynal1-25/+37
2026-01-29mtd: spinand: winbond: Configure the IO mode after the dummy cyclesMiquel Raynal1-15/+15
2026-01-29mtd: spinand: winbond: Rename IO_MODE register macroMiquel Raynal1-2/+2
2026-01-29mtd: spinand: winbond: Fix styleMiquel Raynal1-0/+1
2026-01-29mtd: spinand: winbond: Register W35N vendor specific operationMiquel Raynal1-0/+6
2026-01-29mtd: spinand: winbond: Register W25N vendor specific operationMiquel Raynal1-0/+4
2026-01-29mtd: spinand: macronix: Register vendor specific operationMiquel Raynal1-0/+23
2026-01-29mtd: spinand: List vendor specific operations and make sure they are supportedMiquel Raynal1-0/+26
2026-01-29mtd: spinand: winbond: Convert W35N specific operation to SPINAND_OP()Miquel Raynal1-5/+14
2026-01-29mtd: spinand: winbond: Convert W25N specific operation to SPINAND_OP()Miquel Raynal1-6/+14
2026-01-29mtd: spinand: macronix: Convert vendor specific operation to SPINAND_OP()Miquel Raynal1-5/+15
2026-01-29mtd: spinand: Make use of the operation templates through SPINAND_OP()Miquel Raynal7-27/+113
2026-01-29mtd: spinand: Create an array of operation templatesMiquel Raynal2-12/+30
2026-01-29mtd: spinand: Decouple write enable and write disable operationsMiquel Raynal3-3/+3
2026-01-29mtd: spinand: Use standard return valuesMiquel Raynal1-4/+4
2026-01-29mtd: spinand: Add missing checkMiquel Raynal1-0/+3