summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2024-01-0929-398/+516
|\
| * Merge tag 'nand/for-6.8' into mtd/nextMiquel Raynal2023-12-2215-262/+212
| |\
| | * mtd: rawnand: s3c2410: fix Excess struct member description kernel-doc warningsRandy Dunlap2023-12-201-2/+0
| | * mtd: rawnand: diskonchip: fix a potential double free in doc_probeDinghao Liu2023-12-141-4/+6
| | * mtd: rawnand: rockchip: Add missing title to a kernel doc commentMiquel Raynal2023-12-141-0/+1
| | * mtd: rawnand: rockchip: Rename a structureMiquel Raynal2023-12-141-3/+3
| | * mtd: rawnand: pl353: Fix kernel docMiquel Raynal2023-12-141-1/+1
| | * mtd: rawnand: brcmnand: exec_op implementationDavid Regan2023-12-041-223/+168
| | * mtd: rawnand: brcmnand: pass host struct to bcmnand_ctrl_poll_statusDavid Regan2023-12-041-6/+7
| | * mtd: rawnand: NAND controller write protectDavid Regan2023-12-041-0/+4
| | * mtd: rawnand: Add destructive operationBoris Brezillon2023-12-041-2/+4
| | * mtd: rawnand: meson: handle OOB buffer according OOB layoutArseniy Krasnov2023-11-301-2/+2
| | * mtd: rawnand: meson: initialize clock registerArseniy Krasnov2023-11-201-1/+3
| | * mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller responseRonald Monthero2023-11-201-1/+1
| | * mtd: rawnand: txx9ndfmc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-131-3/+2
| | * mtd: rawnand: txx9ndfmc: Drop if block with always false conditionUwe Kleine-König2023-11-131-2/+0
| | * mtd: rawnand: txx9ndfmc: Switch to module_platform_driver()Uwe Kleine-König2023-11-131-5/+5
| | * mtd: rawnand: brcmnand: Convert to platform remove callback returning voidUwe Kleine-König2023-11-137-9/+7
| * | Merge tag 'spi-nor/for-6.8' into mtd/nextMiquel Raynal2023-12-2211-119/+227
| |\ \
| | * | mtd: spi-nor: sfdp: get the 1-1-8 and 1-8-8 protocol from SFDPJaimeLiao2023-12-202-0/+36
| | * | mtd: spi-nor: drop superfluous debug printsTudor Ambarus2023-12-191-18/+0
| | * | mtd: spi-nor: sysfs: hide the flash name if not setJaimeLiao2023-12-191-0/+2
| | * | mtd: spi-nor: mark the flash name as obsoleteTudor Ambarus2023-12-191-1/+1
| | * | mtd: spi-nor: print flash ID instead of nameTudor Ambarus2023-12-191-2/+2
| | * | mtd: spi-nor: micron-st: Add support for mt25qu01gFabio Estevam2023-12-061-0/+25
| | * | mtd: spi-nor: remove NO_CHIP_ERASE flagTudor Ambarus2023-12-062-8/+3
| | * | mtd: spi-nor: micron-st: enable die erase for multi die flashesTudor Ambarus2023-12-062-19/+47
| | * | mtd: spi-nor: spansion: enable die erase for multi die flashesTudor Ambarus2023-12-061-2/+2
| | * | mtd: spi-nor: add erase die (chip) capabilityTudor Ambarus2023-12-063-37/+81
| | * | mtd: spi-nor: use kernel sized types instead of c99 typesTudor Ambarus2023-11-155-31/+27
| | |/
| * | mtd: rawnand: Clarify conditions to enable continuous readsMiquel Raynal2023-12-221-8/+16
| * | mtd: rawnand: Prevent sequential reads with on-die ECC enginesMiquel Raynal2023-12-221-0/+8
| * | mtd: rawnand: Fix core interference with sequential readsMiquel Raynal2023-12-221-0/+14
| * | mtd: rawnand: Prevent crossing LUN boundaries during sequential readsMiquel Raynal2023-12-221-6/+37
| * | mtd: Fix gluebi NULL pointer dereference caused by ftl notifierZhaoLong Wang2023-12-221-2/+2
| * | mtd: maps: vmu-flash: Fix the (mtd core) switch to ref countersMiquel Raynal2023-12-141-1/+1
| * | mtd: ssfdc: Remove an unused variableMiquel Raynal2023-12-141-1/+0
| |/
* | mtd: spi-nor: Stop reporting warning message when soft reset is not suportedChia-Lin Kao (AceLan)2023-11-301-1/+2
* | spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)2023-11-302-2/+2
|/
* Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-11-103-135/+0
|\
| * mtd: parsers: ar7: remove supportWolfram Sang2023-10-193-135/+0
* | Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-059-113/+164
|\ \
| * | ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang2023-10-281-1/+3
| * | ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng2023-10-281-1/+1
| * | ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng2023-10-283-6/+25
| * | ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng2023-10-284-3/+8
| * | ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run outZhihao Cheng2023-10-282-16/+44
| * | ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng2023-10-282-4/+7
| * | ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng2023-10-281-3/+2
| * | ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng2023-10-285-16/+65