summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2026-08-13mtd: spinand: micron: correct parameters for MT29F2G01ABAGDAlexey Romanov
2026-08-13mtd: rawnand: amlogic_bbt: use rsv-info APIMartin Kurbanov
2026-08-13mtd: spinand: esmt: fix return value for OTP read/writeMartin Kurbanov
2026-08-13mtd: spinand: esmt: OTP: fix pagesize as unused varEvgeny Bachinin
2026-08-13mtd: spinand: esmt: enable ECC for read/write OTPMartin Kurbanov
2026-08-13mtd: spinand: esmt: introduce read/write OTP opsMartin Kurbanov
2026-08-13drivers: mtd: nand: raw: amlogic: fix buffer overflowAlexey Romanov
2026-08-13mtd: two fixes for Amlogic BBT parserArseniy Krasnov
2026-08-13mtd: spinand: micron: fixing the offset for OOBMartin Kurbanov
2026-08-13mtd: introduce BBT parser for Amlogic formatArseniy Krasnov
2026-08-13mtd: rawnand: meson: suppress OOB writeArseniy Krasnov
2026-03-18mtd: rawnand: pl353: make sure optimal timings are appliedOlivier Sobrie
2026-03-18mtd: spi-nor: Rename spi_nor_spimem_check_op()Miquel Raynal
2026-03-18mtd: spi-nor: Fix RDCR controller capability core checkMiquel Raynal
2026-03-11mtd: rawnand: brcmnand: skip DMA during panic writeKamal Dasu
2026-03-11mtd: rawnand: serialize lock/unlock against other NAND operationsKamal Dasu
2026-02-25mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_na...Chen Ni
2026-02-25mtd: Avoid boot crash in RedBoot partition table parserFinn Thain
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
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-13Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2026-02-13Merge tag 'nand/for-7.0' into mtd/nextMiquel Raynal
2026-02-06mtd: spi-nor: hisi-sfc: fix refcounting bug in hisi_spi_nor_register_all()Dan Carpenter
2026-02-06mtd: spinand: fix NULL pointer dereference in spinand_support_vendor_ops()Md Sadre Alam
2026-02-05mtd: rawnand: pl353: Add message about ECC modeAndrea Scian
2026-02-05mtd: rawnand: pl353: Fix software ECC supportAndrea Scian
2026-02-03mtd: spinand: winbond: Remove unneeded semicolonChen Ni
2026-01-30mtd: spinand: Disable continuous read during probeDavid LaPorte
2026-01-29Merge tag 'mtd/fixes-for-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-29mtd: spinand: add Foresee F35SQB002G flash supportMikhail Kshevetskiy
2026-01-29mtd: spinand: winbond: W35N octal DTR supportMiquel Raynal
2026-01-29mtd: spinand: Add octal DTR supportMiquel Raynal
2026-01-29mtd: spinand: Warn if using SSDR-only vendor commands in a non SSDR modeMiquel 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: winbond: Configure the IO mode after the dummy cyclesMiquel Raynal
2026-01-29mtd: spinand: winbond: Rename IO_MODE register macroMiquel Raynal
2026-01-29mtd: spinand: winbond: Fix styleMiquel Raynal
2026-01-29mtd: spinand: winbond: Register W35N vendor specific operationMiquel Raynal
2026-01-29mtd: spinand: winbond: Register W25N vendor specific operationMiquel Raynal
2026-01-29mtd: spinand: macronix: Register vendor specific operationMiquel Raynal
2026-01-29mtd: spinand: List vendor specific operations and make sure they are supportedMiquel Raynal
2026-01-29mtd: spinand: winbond: Convert W35N specific operation to SPINAND_OP()Miquel Raynal
2026-01-29mtd: spinand: winbond: Convert W25N specific operation to SPINAND_OP()Miquel Raynal
2026-01-29mtd: spinand: macronix: Convert vendor specific operation to SPINAND_OP()Miquel Raynal