summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
31 hoursMerge tag 'mtd/for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...HEADmasterLinus Torvalds29-309/+779
36 hoursMerge tag 'nand/for-7.1' into mtd/nextMiquel Raynal8-110/+351
36 hoursMerge tag 'spi-nor/for-7.1' into mtd/nextMiquel Raynal6-17/+35
40 hoursMerge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+23
6 daysMIPS/mtd: Handle READY GPIO in generic NAND platform dataLinus Walleij1-1/+23
9 daysmtd: spinand: winbond: Declare the QE bit on W25NxxJWMiquel Raynal1-2/+2
13 daysmtdchar: replace deprecated mmap hook with mmap_prepare, clean upLorenzo Stoakes (Oracle)1-18/+3
2026-03-31mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBAHaoyu Lu1-13/+4
2026-03-30mtd: spi-nor: winbond: Fix locking support for w25q256jwEliav Farber1-0/+1
2026-03-30mtd: spi-nor: sst: Fix write enable before AAI sequenceSanjaikumar V S1-0/+13
2026-03-30mtd: spi-nor: winbond: Fix locking support for w25q64jvmEliav Farber1-0/+1
2026-03-30mtd: spi-nor: winbond: Fix locking support for w25q256jwmEliav Farber1-1/+1
2026-03-25mtd: spinand: winbond: Clarify when to enable the HS bitMiquel Raynal1-5/+8
2026-03-25mtd: rawnand: sunxi: introduce maximize variable user data lengthRichard Genoud1-62/+255
2026-03-25mtd: rawnand: sunxi: fix typos in commentsRichard Genoud1-2/+2
2026-03-25mtd: rawnand: sunxi: change error prone variable nameRichard Genoud1-5/+6
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