summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2026-03-25mtd: rawnand: sunxi: remove dead codeRichard Genoud1-14/+7
2026-03-25mtd: rawnand: sunxi: make the code more self-explanatoryRichard Genoud1-8/+11
2026-03-25mtd: rawnand: sunxi: replace hard coded value by a define - take2Richard Genoud1-2/+2
2026-03-25mtd: rawnand: sunxi: do not count BBM bytes twiceRichard Genoud1-3/+20
2026-03-25mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oobRichard Genoud1-3/+3
2026-03-25mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarificationRichard Genoud1-2/+2
2026-03-18mtd: rawnand: pl353: make sure optimal timings are appliedOlivier Sobrie1-0/+3
2026-03-18mtd: spi-nor: Rename spi_nor_spimem_check_op()Miquel Raynal1-6/+6
2026-03-18mtd: spi-nor: Fix RDCR controller capability core checkMiquel Raynal1-1/+1
2026-03-17mtd: cmdlinepart: use a flexible array memberRosen Penev1-2/+1
2026-03-16mtd: parsers: ofpart: call of_node_get() for dedicated subpartitionsCosmin Tanislav1-1/+1
2026-03-16mtd: parsers: ofpart: call of_node_put() only in ofpart_fail pathCosmin Tanislav1-1/+1
2026-03-16mtd: physmap: Drop leftovers of removed code for Baikal SoCAndy Shevchenko1-4/+0
2026-03-13mtd: spi-nor: swp: check SR_TB flag when getting tb_maskShiji Yang1-1/+3
2026-03-13mtd: spi-nor: micron-st: add SNOR_CMD_PP_8_8_8_DTR sfdp fixup for mt35xu512abaHaibo Chen1-0/+10
2026-03-13mtd: spi-nor: update spi_nor_fixups::post_sfdp() documentationJonas Gorski1-1/+1
2026-03-13mtd: spi-nor: core: correct the op.dummy.nbytes when check read operationsHaibo Chen1-1/+1
2026-03-11mtd: rawnand: ifc: set chip->of_node to nand@0 child node if presentFrank Li1-1/+9
2026-03-11mtd: rawnand: mxc: set chip->of_node to nand@0 child node if presentFrank Li1-1/+9
2026-03-11mtd: rawnand: gpmi: set chip->of_node to nand@0 child node if presentFrank Li1-1/+10
2026-03-11mtd: nand: Use scoped_guard for mutex in nand_resumeRichard Lyu1-9/+10
2026-03-11mtd: rawnand: brcmnand: skip DMA during panic writeKamal Dasu1-4/+2
2026-03-11mtd: rawnand: serialize lock/unlock against other NAND operationsKamal Dasu1-2/+12
2026-03-11mtd: docg3: fix use-after-free in docg3_release()James Kim1-2/+1
2026-03-11mtd: concat: replace alloc + calloc with 1 allocRosen Penev2-11/+2
2026-03-11mtd: virt_concat: use single allocation for nodeRosen Penev1-9/+2
2026-03-11mtd: virt_concat: fix kdoc textLuca Ceresoli1-1/+1
2026-03-11mtd: physmap_of_gemini: Fix disabled pinctrl state checkChen Ni1-1/+1
2026-03-11mtd: physmap: physmap-bt1-rom: Remove not-going-to-be-supported code for Baik...Andy Shevchenko5-155/+0
2026-02-25mtd: rawnand: cafe: Use generic power managementVaibhav Gupta1-2/+5
2026-02-25mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_na...Chen Ni1-1/+1
2026-02-25mtd: Avoid boot crash in RedBoot partition table parserFinn Thain1-3/+3
2026-02-25mtd: nand: realtek-ecc: relax OOB size check to minimumAhmed Naseef1-8/+10
2026-02-25mtd: Add driver for concatenating devicesAmit Kumar Mahapatra5-0/+400
2026-02-25mtd: Move struct mtd_concat definition to header fileAmit Kumar Mahapatra1-12/+0
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook6-6/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds11-24/+12
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-5/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds86-127/+127
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook96-192/+175
2026-02-13Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds27-167/+675
2026-02-13Merge tag 'nand/for-7.0' into mtd/nextMiquel Raynal29-156/+653
2026-02-06mtd: spi-nor: hisi-sfc: fix refcounting bug in hisi_spi_nor_register_all()Dan Carpenter1-1/+0
2026-02-06mtd: spinand: fix NULL pointer dereference in spinand_support_vendor_ops()Md Sadre Alam1-0/+2
2026-02-05mtd: rawnand: pl353: Add message about ECC modeAndrea Scian1-0/+3
2026-02-05mtd: rawnand: pl353: Fix software ECC supportAndrea Scian1-0/+1
2026-02-03mtd: spinand: winbond: Remove unneeded semicolonChen Ni1-1/+1
2026-01-30mtd: spinand: Disable continuous read during probeDavid LaPorte1-0/+8
2026-01-29Merge tag 'mtd/fixes-for-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-01-29mtd: spinand: add Foresee F35SQB002G flash supportMikhail Kshevetskiy1-0/+34