summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2026-08-23ubi: fastmap: fix ubi->fm memory leakLiyuan Pang
2026-08-23mtd: ubi: skip programming unused bits in ubi headersCheng Ming Lin
2026-08-03mtd: maps: vmu-flash: fix fault in unaligned fixupFlorian Fuchs
2026-08-03mtd: fix double free and WARN_ON in add_mtd_device() error pathsXue Lei
2026-08-03mtd: nand: mtk-ecc: stop on ECC idle timeoutsPengpeng Hou
2026-08-03mtd: mtdswap: remove debugfs stats file on teardownPengpeng Hou
2026-07-24mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeoutPengpeng Hou
2026-07-24mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeoutPengpeng Hou
2026-07-24mtd: rawnand: fsl_ifc: return errors for failed page readsPengpeng Hou
2026-07-24mtd: mchp23k256: use SPI match data for chip capsPengpeng Hou
2026-07-24mtd: onenand: samsung: report DMA completion timeoutsPengpeng Hou
2026-07-24mtd: maps: vmu-flash: fix NULL pointer dereference in initializationFlorian Fuchs
2026-07-24mtd: rawnand: Pause continuous reads at block boundariesMiquel Raynal
2026-07-24mtd: spi-nor: spansion: use die erase for multi-die devices onlyTakahiro Kuwano
2026-07-24mtd: spi-nor: swp: Improve locking user experienceMiquel Raynal
2026-07-24mtd: rawnand: fix condition in 'nand_select_target()'Arseniy Krasnov
2026-07-24mtd: rawnand: pl353: fix probe resource allocationBastien Curutchet
2026-07-24mtd: slram: remove failed entries from the device listRuoyu Wang
2026-07-24mtd: spi-nor: Drop duplicate Kconfig dependencyMiquel Raynal
2026-07-24mtd: spi-nor: debugfs: Fix the flags listMiquel Raynal
2026-05-23mtd: spinand: winbond: Clarify when to enable the HS bitMiquel Raynal
2026-05-23mtd: spinand: Give the bus interface to the configuration helperMiquel Raynal
2026-05-23mtd: spinand: Add support for setting a bus interfaceMiquel Raynal
2026-05-23mtd: spinand: Gather all the bus interface steps in one single functionMiquel Raynal
2026-05-23mtd: spinand: winbond: Configure the IO mode after the dummy cyclesMiquel Raynal
2026-05-23mtd: spinand: winbond: Rename IO_MODE register macroMiquel Raynal
2026-05-23mtd: spinand: Create an array of operation templatesMiquel Raynal
2026-05-23mtd: spinand: Decouple write enable and write disable operationsMiquel Raynal
2026-05-23mtd: spinand: Add missing checkMiquel Raynal
2026-05-23mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oobRichard Genoud
2026-05-23mtd: parsers: ofpart: call of_node_get() for dedicated subpartitionsCosmin Tanislav
2026-05-23mtd: parsers: ofpart: call of_node_put() only in ofpart_fail pathCosmin Tanislav
2026-05-23mtd: spi-nor: swp: check SR_TB flag when getting tb_maskShiji Yang
2026-05-23mtd: spi-nor: update spi_nor_fixups::post_sfdp() documentationJonas Gorski
2026-05-23mtd: spi-nor: sfdp: introduce smpt_map_id fixup hookTakahiro Kuwano
2026-05-23mtd: spi-nor: sfdp: introduce smpt_read_dummy fixup hookTakahiro Kuwano
2026-05-23mtd: spi-nor: core: correct the op.dummy.nbytes when check read operationsHaibo Chen
2026-05-23mtd: physmap_of_gemini: Fix disabled pinctrl state checkChen Ni
2026-05-14mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()Tudor Ambarus
2026-05-07mtd: spinand: winbond: Declare the QE bit on W25NxxJWMiquel Raynal
2026-05-07mtd: spi-nor: sst: Fix write enable before AAI sequenceSanjaikumar V S
2026-05-07mtd: docg3: fix use-after-free in docg3_release()James Kim
2026-03-25mtd: rawnand: brcmnand: skip DMA during panic writeKamal Dasu
2026-03-25mtd: rawnand: serialize lock/unlock against other NAND operationsKamal Dasu
2026-03-25mtd: Avoid boot crash in RedBoot partition table parserFinn Thain
2026-03-25mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_na...Chen Ni
2026-03-25mtd: rawnand: pl353: make sure optimal timings are appliedOlivier Sobrie
2026-03-04mtd: rawnand: pl353: Fix software ECC supportAndrea Scian
2026-03-04mtd: spinand: Disable continuous read during probeDavid LaPorte
2026-02-26mtd: parsers: ofpart: fix OF node refcount leak in parse_fixed_partitions()Weigang He