summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-29Merge tag 'tags/spi-octal-dtr' into nand/nextMiquel Raynal9-10/+10
2026-01-29mtd: physmap-core: Prioritize ofparts for OF probeLinus Walleij1-1/+1
2026-01-29mtd: parsers: ofpart: fix OF node refcount leak in parse_fixed_partitions()Weigang He1-2/+14
2026-01-22mtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse()Zilin Guan1-0/+1
2026-01-22mtd: jedec_probe: fix shift-out-of-bounds UB in JEDEC ID maskingChenxi Hou1-2/+2
2026-01-19mtd: rawnand: sunxi: Convert to common field_{get,prep}() helpersGeert Uytterhoeven1-6/+0
2026-01-19mtd: intel-dg: Fix accessing regions before setting nregionsAlexander Usyskin1-3/+6
2026-01-19mtd: rawnand: atmel: Defer probe if SRAM is missingRob Herring (Arm)1-4/+2
2026-01-19mtd: parsers: ofpart: Remove code/data for disabled custom parsersDaniel Palmer3-13/+8
2026-01-19mtd: spi-nor: hisi-sfc: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-19mtd: rawnand: vf610: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-01-19mtd: rawnand: vf610: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2026-01-19mtd: rawnand: qcom: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+3
2026-01-19mtd: rawnand: ingenic: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-01-19mtd: rawnand: denali: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-19mtd: rawnand: brcm: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-6/+4
2026-01-19mtd: rawnand: cadence: Fix return type of CDMA send-and-wait helperAlok Tiwari1-1/+1
2026-01-11treewide: Update email addressThomas Gleixner9-10/+10
2025-12-16mtd: spinand: add support for Dosilicon DS35Q1GA/DS35M1GAAhmed Naseef3-2/+94
2025-12-16Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"Ziyang Huang1-1/+1
2025-12-09Merge tag 'ubifs-for-linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+26
2025-12-04Merge tag 'mtd/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds22-163/+958
2025-11-29Merge tag 'nand/for-6.19' into mtd/nextMiquel Raynal11-96/+721
2025-11-29Merge tag 'spi-nor/for-6.19' of https://git.kernel.org/pub/scm/linux/kernel/g...Miquel Raynal6-46/+163
2025-11-29mtd: sm_ftl: Fix typo in comment in sm_read_lbaThorsten Blum1-1/+1
2025-11-29mtd: sm_ftl: Replace deprecated strncpy with sysfs_emit in sm_attr_showThorsten Blum1-2/+1
2025-11-29mtd: lpddr_cmds: fix signed shifts in lpddr_cmdsIvan Stepchenko1-4/+4
2025-11-29mtd: docg3: fix kernel-doc warningsRandy Dunlap1-1/+1