summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-21Merge tag 'nand/for-7.2' into mtd/nextMiquel Raynal1-1/+3
2026-05-27mtd: spi-nor: swp: Add support for the complement featureMiquel Raynal1-0/+1
2026-05-26mtd: spi-nor: debugfs: Add a locked sectors mapMiquel Raynal1-0/+38
2026-05-26mtd: spi-nor: debugfs: Add locking supportMiquel Raynal1-0/+28
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: debugfs: Fix the flags listMiquel Raynal1-0/+1
2026-04-27mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()Tudor Ambarus1-1/+3
2024-02-26mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flagTakahiro Kuwano1-3/+2
2024-02-26mtd: spi-nor: core: get rid of SNOR_LAST_REGION flagTakahiro Kuwano1-9/+7
2024-02-26mtd: spi-nor: core: rework struct spi_nor_erase_regionTakahiro Kuwano1-6/+7
2023-12-06mtd: spi-nor: add erase die (chip) capabilityTudor Ambarus1-1/+1
2023-07-13mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connectedAmit Kumar Mahapatra1-0/+1
2023-04-25Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-0/+2
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano1-0/+1
2023-03-29mtd: spi-nor: Add a RWW flagMiquel Raynal1-0/+1
2023-03-06mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-3/+8
2023-02-06mtd: spi-nor: Sort headers alphabeticallyTudor Ambarus1-1/+1
2022-11-21mtd: spi-nor: remember full JEDEC flash IDMichael Walle1-1/+1
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus1-1/+1
2022-05-12mtd: spi-nor: debugfs: fix format specifierMichael Walle1-1/+1
2022-05-09mtd: spi-nor: expose internal parameters via debugfsMichael Walle1-0/+249