summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2025-10-28mtd: rawnand: sunxi: add has_ecc_block_512 capabilityRichard Genoud-2/+12
2025-10-28mtd: rawnand: sunxi: rework pattern found registersRichard Genoud-5/+31
2025-10-28mtd: rawnand: sunxi: introduce reg_user_data in sunxi_nfc_capsRichard Genoud-4/+8
2025-10-28mtd: rawnand: sunxi: introduce reg_ecc_err_cnt in sunxi_nfc_capsRichard Genoud-2/+7
2025-10-28mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_capsRichard Genoud-4/+16
2025-10-28mtd: rawnand: sunxi: Replace hard coded value by a defineRichard Genoud-26/+37
2025-10-28mtd: rawnand: sunxi: Remove superfluous register readingsRichard Genoud-2/+1
2025-10-28mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and removeHaotian Zhang-0/+2
2025-10-28mtd: rawnand: gpmi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-3/+0
2025-10-28mtd: rawnand: cadence: Add support for NV-DDR interface modeNiravkumar L Rabara-9/+264
2025-10-28mtd: nand: relax ECC parameter validation checkAryan Srivastava-5/+8
2025-10-28Revert "mtd: rawnand: marvell: fix layouts"Aryan Srivastava-5/+8
2025-10-23mtd: rawnand: cadence: fix DMA device NULL pointer dereferenceNiravkumar L Rabara-1/+2
2025-10-22mtd: rawnand: realtek: Make rtl_ecc_engine_ops constLi Qiang-1/+1
2025-10-22mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMAGeert Uytterhoeven-1/+1
2025-10-22mtd: nand: realtek-ecc: Fix a IS_ERR() vs NULL bug in probeDan Carpenter-2/+2
2025-10-22mtdchar: fix integer overflow in read/write ioctlsDan Carpenter-2/+4
2025-10-04Merge tag 'mtd/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-2308/+2155
2025-10-03Merge tag 'nand/for-6.18' into mtd/nextMiquel Raynal-2275/+1932
2025-10-03Merge tag 'spi-nor/for-6.18' into mtd/nextMiquel Raynal-2/+143
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+4
2025-09-29mtd: rawnand: sunxi: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: rawnand: stm32_fmc2: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: rawnand: rockchip: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: rawnand: pl353: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: rawnand: omap2: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: rawnand: atmel: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: onenand: omap2: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: hyperbus: hbmc-am654: drop unused module aliasJohan Hovold-1/+0
2025-09-29mtd: jedec_probe: use struct_size() helper for cfiq allocationRahul Kumar-1/+1
2025-09-29mtd: cfi: use struct_size() helper for cfiq allocationGopi Krishna Menon-1/+1
2025-09-29mtd: nand: raw: gpmi: fix clocks when CONFIG_PM=NMaarten Zanders-3/+11
2025-09-29mtd: rawnand: omap2: fix device leak on probe failureJohan Hovold-5/+21
2025-09-29mtd: rawnand: atmel: Fix error handling path in atmel_nand_controller_add_nandsErick Karanja-2/+2
2025-09-29mtd: nand: realtek-ecc: Add Realtek external ECC engine supportMarkus Stockhausen-0/+473
2025-09-29mtd: spinand: repeat reading in regular mode if continuous reading failsMikhail Kshevetskiy-4/+21
2025-09-29mtd: spinand: try a regular dirmap if creating a dirmap for continuous readin...Mikhail Kshevetskiy-8/+35
2025-09-29mtd: spinand: fix direct mapping creation sizesMikhail Kshevetskiy-7/+7
2025-09-18mtd: rawnand: fsmc: Default to autodetect buswidthLinus Walleij-1/+5
2025-09-18mtd: nand: move nand_check_erased_ecc_chunk() to nand/coreMarkus Stockhausen-131/+131
2025-09-18mtd: nand: ecc-mxic: Lower log level during initMiquel Raynal-7/+7
2025-09-11mtd: core: skip badblocks increment for blocks already known badWang Zhaolong-1/+10
2025-09-11mtd: use vmalloc_array and vcalloc to simplify codeQianfeng Rong-12/+10
2025-09-11mtd: core: expose ooblayout information via debugfsGabor Juhos-0/+50
2025-09-11mtd: lpddr: Remove space before newlineColin Ian King-7/+7
2025-09-11mtd: jedec_probe: Remove space before newlineColin Ian King-1/+1
2025-09-10mtd: rawnand: loongson: Add Loongson-2K1000 NAND controller supportBinbin Zhou-0/+49
2025-09-10mtd: rawnand: loongson: Add Loongson-2K0500 NAND controller supportBinbin Zhou-2/+53
2025-09-10mtd: rawnand: loongson: Add nand chip select supportBinbin Zhou-26/+90
2025-09-10mtd: rawnand: loongson: Add 6-byte NAND ID reading supportKeguang Zhang-6/+23