aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'mtd/fixes-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-23/+224
2026-07-03Revert "mtd: maps: remove uclinux map driver"Miquel Raynal3-0/+125
2026-07-03mtd: onenand: samsung: report DMA completion timeoutsPengpeng Hou1-1/+6
2026-07-03mtd: rawnand: fsl_ifc: return errors for failed page readsPengpeng Hou1-1/+8
2026-07-03mtd: mchp23k256: use SPI match data for chip capsPengpeng Hou1-1/+1
2026-07-03mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeoutPengpeng Hou1-2/+10
2026-07-03mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeoutPengpeng Hou1-2/+10
2026-07-03mtd: fix double free and WARN_ON in add_mtd_device() error pathsXue Lei1-4/+19
2026-07-03mtd: virt-concat: free duplicate generated nameXu Rao1-1/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-29mtd: nand: mtk-ecc: stop on ECC idle timeoutsPengpeng Hou1-4/+12
2026-06-29mtd: mtdswap: remove debugfs stats file on teardownPengpeng Hou1-1/+4
2026-06-29mtd: mtdpart: validate partition bounds in mtd_add_partition()Deepanshu Kartikey1-0/+5
2026-06-29mtd: mtdpart: fix uninitialized erasesize on MTDPART_OFS_RETAIN error pathNikolay Ivchenko1-0/+3
2026-06-29mtd: rawnand: ndfc: add CONFIG_OF dependencyArnd Bergmann1-0/+1
2026-06-29mtd: spinand: initialize ret in regular page readsRuoyu Wang1-1/+1
2026-06-29mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy()Harshit Mogalapalli1-1/+1
2026-06-29mtd: rawnand: ingenic: handle ECC clock enable failuresPengpeng Hou1-1/+6
2026-06-29mtd: nand: ecc-mtk: handle ECC clock enable failuresPengpeng Hou1-1/+7
2026-06-29mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy_joins()Harshit Mogalapalli1-1/+1
2026-06-29mtd: rawnand: ndfc: fix gcc uninitialized varRosen Penev1-1/+1
2026-06-21Merge tag 'mtd/for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds41-1657/+1039
2026-06-21Merge tag 'nand/for-7.2' into mtd/nextMiquel Raynal10-173/+461
2026-06-21Merge tag 'spi-nor/for-7.2' into mtd/nextMiquel Raynal7-90/+497
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-06-12spi: spi-mem: Add a no_cs_assertion capabilityMark Brown2-57/+41
2026-06-11mtd: cfi: Use common error handling code in two functionsMarkus Elfring2-19/+18
2026-06-11mtd: slram: simplify register_device() cleanupRuoyu Wang1-44/+42
2026-06-11mtd: slram: remove failed entries from the device listRuoyu Wang1-6/+16
2026-06-11mtd: rawnand: ndfc: use ioread32be/iowrite32be and allow COMPILE_TESTRosen Penev2-11/+11
2026-05-28mtd: spi-nor: spansion: add die erase support in s28hx-tTakahiro Kuwano1-0/+3
2026-05-28mtd: spi-nor: spansion: use die erase for multi-die devices onlyTakahiro Kuwano1-1/+3
2026-05-27mtd: spi-nor: winbond: Add W25Q02NWxxIM CMP locking supportMiquel Raynal1-1/+3
2026-05-27mtd: spi-nor: winbond: Add W25Q01NWxxIM CMP locking supportMiquel Raynal1-1/+2
2026-05-27mtd: spi-nor: winbond: Add W25Q01NWxxIQ CMP locking supportMiquel Raynal1-1/+3
2026-05-27mtd: spi-nor: winbond: Add W25H02NWxxAM CMP locking supportMiquel Raynal1-1/+23
2026-05-27mtd: spi-nor: winbond: Add W25H01NWxxAM CMP locking supportMiquel Raynal1-1/+2
2026-05-27mtd: spi-nor: winbond: Add W25H512NWxxAM CMP locking supportMiquel Raynal1-1/+2
2026-05-27mtd: spi-nor: swp: Add support for the complement featureMiquel Raynal4-33/+189
2026-05-27mtd: maps: remove obsolete impa7 map driverArnd Bergmann3-123/+0
2026-05-27mtd: maps: remove uclinux map driverArnd Bergmann3-125/+0
2026-05-27mtd: maps: remove AMD Élan specific driversArnd Bergmann3-469/+0
2026-05-27mtd: inftlmount: convert printk(KERN_WARNING) to pr_warnLi Xinyu1-22/+22
2026-05-27mtd: Consistently define pci_device_idsUwe Kleine-König (The Capable Hub)9-55/+30
2026-05-27mtd: rawnand: pl353: fix probe resource allocationBastien Curutchet1-1/+1
2026-05-27mtd: rawnand: qcom: embed nand_controller into qcom_nand_controllerRosen Penev1-10/+6
2026-05-27mtd: rawnand: Pause continuous reads at block boundariesMiquel Raynal1-11/+11
2026-05-27mtd: maps: vmu-flash: fix NULL pointer dereference in initializationFlorian Fuchs1-0/+1
2026-05-27mtd: maps: vmu-flash: fix fault in unaligned fixupFlorian Fuchs1-3/+3
2026-05-27mtd: spinand: macronix: Enable randomizer supportCheng Ming Lin1-10/+28