summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'mtd/for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-110/+351
2026-04-13MIPS/mtd: Handle READY GPIO in generic NAND platform dataLinus Walleij-1/+23
2026-04-10mtd: spinand: winbond: Declare the QE bit on W25NxxJWMiquel Raynal-2/+2
2026-03-25mtd: spinand: winbond: Clarify when to enable the HS bitMiquel Raynal-5/+8
2026-03-25mtd: rawnand: sunxi: introduce maximize variable user data lengthRichard Genoud-62/+255
2026-03-25mtd: rawnand: sunxi: fix typos in commentsRichard Genoud-2/+2
2026-03-25mtd: rawnand: sunxi: change error prone variable nameRichard Genoud-5/+6
2026-03-25mtd: rawnand: sunxi: remove dead codeRichard Genoud-14/+7
2026-03-25mtd: rawnand: sunxi: make the code more self-explanatoryRichard Genoud-8/+11
2026-03-25mtd: rawnand: sunxi: replace hard coded value by a define - take2Richard Genoud-2/+2
2026-03-25mtd: rawnand: sunxi: do not count BBM bytes twiceRichard Genoud-3/+20
2026-03-25mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oobRichard Genoud-3/+3
2026-03-25mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarificationRichard Genoud-2/+2
2026-03-18mtd: rawnand: pl353: make sure optimal timings are appliedOlivier Sobrie-0/+3
2026-03-11mtd: rawnand: ifc: set chip->of_node to nand@0 child node if presentFrank Li-1/+9
2026-03-11mtd: rawnand: mxc: set chip->of_node to nand@0 child node if presentFrank Li-1/+9
2026-03-11mtd: rawnand: gpmi: set chip->of_node to nand@0 child node if presentFrank Li-1/+10
2026-03-11mtd: nand: Use scoped_guard for mutex in nand_resumeRichard Lyu-9/+10
2026-03-11mtd: rawnand: brcmnand: skip DMA during panic writeKamal Dasu-4/+2
2026-03-11mtd: rawnand: serialize lock/unlock against other NAND operationsKamal Dasu-2/+12
2026-02-25mtd: rawnand: cafe: Use generic power managementVaibhav Gupta-2/+5
2026-02-25mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_na...Chen Ni-1/+1
2026-02-25mtd: nand: realtek-ecc: relax OOB size check to minimumAhmed Naseef-8/+10
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-30/+30
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-36/+34
2026-02-13Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-140/+641
2026-02-06mtd: spinand: fix NULL pointer dereference in spinand_support_vendor_ops()Md Sadre Alam-0/+2
2026-02-05mtd: rawnand: pl353: Add message about ECC modeAndrea Scian-0/+3
2026-02-05mtd: rawnand: pl353: Fix software ECC supportAndrea Scian-0/+1
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-29Merge tag 'mtd/fixes-for-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
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