summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor
AgeCommit message (Expand)AuthorFilesLines
2026-06-21Merge tag 'nand/for-7.2' into mtd/nextMiquel Raynal2-11/+15
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-26mtd: spi-nor: debugfs: Add a locked sectors mapMiquel Raynal1-0/+38
2026-05-26mtd: spi-nor: debugfs: Add locking supportMiquel Raynal3-4/+45
2026-05-26mtd: spi-nor: Create a local SR cacheMiquel Raynal3-3/+37
2026-05-26mtd: spi-nor: swp: Cosmetic changesMiquel Raynal1-13/+8
2026-05-26mtd: spi-nor: swp: Simplify checking the locked/unlocked rangeMiquel Raynal1-8/+17
2026-05-26mtd: spi-nor: swp: Create helpers for building the SR registerMiquel Raynal1-32/+51
2026-05-26mtd: spi-nor: swp: Create a TB intermediate variableMiquel Raynal1-1/+2
2026-05-26mtd: spi-nor: swp: Rename a maskMiquel Raynal1-12/+12
2026-05-26mtd: spi-nor: swp: Create a helper that writes SR, CR and checksMiquel Raynal2-0/+66
2026-05-26mtd: spi-nor: swp: Use a pointer for SR instead of a single byteMiquel Raynal1-23/+25
2026-05-26mtd: spi-nor: swp: Clarify a commentMiquel Raynal1-1/+1
2026-05-26mtd: spi-nor: swp: Explain the MEMLOCK ioctl implementation behaviourMiquel Raynal1-3/+8
2026-05-26mtd: spi-nor: debugfs: Enhance outputMiquel Raynal1-1/+1
2026-05-26mtd: spi-nor: debugfs: Align variable access with the rest of the fileMiquel Raynal1-1/+1
2026-05-26mtd: spi-nor: Make sure the QE bit is kept enabled if usefulMiquel Raynal1-2/+2
2026-05-26mtd: spi-nor: Drop duplicate Kconfig dependencyMiquel Raynal1-1/+0
2026-05-26mtd: spi-nor: swp: Improve locking user experienceMiquel Raynal1-2/+9
2026-05-26mtd: spi-nor: debugfs: Fix the flags listMiquel Raynal1-0/+1
2026-05-04Merge tag 'mtd/spi-mem-cont-read-for-7.2' into nand/nextMiquel Raynal1-10/+12
2026-05-04spi: spi-mem: Transform the read operation templateMiquel Raynal1-10/+12
2026-04-27mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()Tudor Ambarus1-1/+3
2026-04-17Merge tag 'mtd/for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds6-17/+35
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-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-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-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-2/+2
2026-02-06mtd: spi-nor: hisi-sfc: fix refcounting bug in hisi_spi_nor_register_all()Dan Carpenter1-1/+0
2026-01-19mtd: spi-nor: hisi-sfc: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2025-11-18mtd: spi-nor: core: Check read CR supportJakub Czapiga1-0/+10
2025-11-18mtd: spi-nor: micron-st: add TODO for fixing mt35xu02gcbaHaibo Chen1-0/+10
2025-11-18mtd: spi-nor: micron-st: add mt35xu01gbba supportHaibo Chen1-0/+11