summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2023-12-19mtd: spi-nor: mark the flash name as obsoleteTudor Ambarus-1/+1
2023-12-19mtd: spi-nor: print flash ID instead of nameTudor Ambarus-2/+2
2023-12-14mtd: maps: vmu-flash: Fix the (mtd core) switch to ref countersMiquel Raynal-1/+1
2023-12-14mtd: ssfdc: Remove an unused variableMiquel Raynal-1/+0
2023-12-14mtd: rawnand: diskonchip: fix a potential double free in doc_probeDinghao Liu-4/+6
2023-12-14mtd: rawnand: rockchip: Add missing title to a kernel doc commentMiquel Raynal-0/+1
2023-12-14mtd: rawnand: rockchip: Rename a structureMiquel Raynal-3/+3
2023-12-14mtd: rawnand: pl353: Fix kernel docMiquel Raynal-1/+1
2023-12-06mtd: spi-nor: micron-st: Add support for mt25qu01gFabio Estevam-0/+25
2023-12-06mtd: spi-nor: remove NO_CHIP_ERASE flagTudor Ambarus-8/+3
2023-12-06mtd: spi-nor: micron-st: enable die erase for multi die flashesTudor Ambarus-19/+47
2023-12-06mtd: spi-nor: spansion: enable die erase for multi die flashesTudor Ambarus-2/+2
2023-12-06mtd: spi-nor: add erase die (chip) capabilityTudor Ambarus-37/+81
2023-12-04mtd: rawnand: brcmnand: exec_op implementationDavid Regan-223/+168
2023-12-04mtd: rawnand: brcmnand: pass host struct to bcmnand_ctrl_poll_statusDavid Regan-6/+7
2023-12-04mtd: rawnand: NAND controller write protectDavid Regan-0/+4
2023-12-04mtd: rawnand: Add destructive operationBoris Brezillon-2/+4
2023-11-30mtd: spi-nor: Stop reporting warning message when soft reset is not suportedChia-Lin Kao (AceLan)-1/+2
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)-2/+2
2023-11-30mtd: rawnand: meson: handle OOB buffer according OOB layoutArseniy Krasnov-2/+2
2023-11-20mtd: rawnand: meson: initialize clock registerArseniy Krasnov-1/+3
2023-11-20mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller responseRonald Monthero-1/+1
2023-11-15mtd: spi-nor: use kernel sized types instead of c99 typesTudor Ambarus-31/+27
2023-11-13mtd: rawnand: txx9ndfmc: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-11-13mtd: rawnand: txx9ndfmc: Drop if block with always false conditionUwe Kleine-König-2/+0
2023-11-13mtd: rawnand: txx9ndfmc: Switch to module_platform_driver()Uwe Kleine-König-5/+5
2023-11-13mtd: rawnand: brcmnand: Convert to platform remove callback returning voidUwe Kleine-König-9/+7
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-135/+0
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-113/+164
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-986/+1797
2023-11-04Merge tag 'nand/for-6.7' into mtd/nextMiquel Raynal-15/+304
2023-11-04Merge tag 'spi-nor/for-6.7' into mtd/nextMiquel Raynal-873/+1407
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2023-10-31Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-12/+0
2023-10-28ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang-1/+3
2023-10-28ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng-1/+1
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng-6/+25
2023-10-28ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng-3/+8
2023-10-28ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng-16/+44
2023-10-28ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng-4/+7
2023-10-28ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng-3/+2
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng-16/+65
2023-10-28ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng-11/+5
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng-51/+7
2023-10-28ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng-5/+5
2023-10-28ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashZhihao Cheng-18/+9
2023-10-28ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockZhihao Cheng-10/+15
2023-10-28mtd: block2mtd: Convert to bdev_open_by_dev/path()Jan Kara-22/+29
2023-10-27mtd: cfi_cmdset_0001: Byte swap OTP infoLinus Walleij-2/+18
2023-10-27mtd: rawnand: meson: check return value of devm_kasprintf()Yi Yang-0/+3