summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2025-11-29mtd: spinand: add support for FudanMicro FM25S01BI3Mikhail Zhilkin1-0/+72
2025-11-28ubi: fastmap: fix ubi->fm memory leakLiyuan Pang3-8/+16
2025-11-28mtd: ubi: skip programming unused bits in ubi headersCheng Ming Lin1-0/+10
2025-11-28mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errorsHaotian Zhang1-1/+4
2025-11-27mtd: nand: realtek-ecc: Fix Kconfig dependenciesMiquel Raynal1-1/+1
2025-11-27mtd: rawnand: sunxi: #undef field_{get,prep}() before local definitionGeert Uytterhoeven1-0/+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
2025-11-18mtd: spi-nor: micron-st: use SFDP of mt35xu512abaHaibo Chen1-6/+2
2025-11-18mtd: spi-nor: micron-st: move set_octal_dtr to late_init()Haibo Chen1-6/+2
2025-11-18mtd: spi-nor: micron-st: rename the die_late_init functionsHaibo Chen1-35/+35
2025-11-17mtd: spinand: esmt: add support for F50L1G41LCDaniel Golle2-0/+25
2025-11-17mtd: rawnand: lpc32xx_slc: Convert to use devm_gpiod_get_optional()Haotian Zhang1-3/+1
2025-11-17mtd: mtdpart: ignore error -ENOENT from parsers on subpartitionsChristian Marangi1-2/+5
2025-11-17mtd: maps: pcmciamtd: fix potential memory leak in pcmciamtd_detach()Abdun Nihaal1-0/+1
2025-11-10mtd: spi-nor: spansion: SMPT fixups for S25FS-STakahiro Kuwano1-0/+38
2025-11-10mtd: spi-nor: sfdp: introduce smpt_map_id fixup hookTakahiro Kuwano2-0/+15
2025-11-10mtd: spi-nor: sfdp: introduce smpt_read_dummy fixup hookTakahiro Kuwano2-2/+19
2025-11-06mtd: spi-nor: winbond: Add support for W25H02NWxxAM chipsMiquel Raynal1-0/+4
2025-11-06mtd: spi-nor: winbond: Add support for W25H01NWxxAM chipsMiquel Raynal1-0/+4
2025-11-06mtd: spi-nor: winbond: Add support for W25H512NWxxAM chipsMiquel Raynal1-0/+4
2025-11-06mtd: spi-nor: winbond: Add support for W25Q02NWxxIM chipsMiquel Raynal1-0/+4
2025-11-06mtd: spi-nor: winbond: Add support for W25Q01NWxxIM chipsMiquel Raynal1-0/+4
2025-11-06mtd: spi-nor: winbond: Add support for W25Q01NWxxIQ chipsMiquel Raynal1-0/+4
2025-11-03mtd: onenand: Pass correct pointer to IRQ handlerDan Carpenter1-1/+1
2025-11-03mtd: spinand: fmsh: remove QE bit for FM25S01A flashMikhail Kshevetskiy1-1/+1
2025-10-28mtd: intel-dg: wake card on operationsAlexander Usyskin1-12/+62
2025-10-28mtd: rawnand: sunxi: Add support for H616 nand controllerRichard Genoud1-8/+177
2025-10-28mtd: rawnand: sunxi: introduce sram_size in sunxi_nfc_capsRichard Genoud1-5/+7
2025-10-28mtd: rawnand: sunxi: introduce ecc_err_mask in sunxi_nfc_capsRichard Genoud1-2/+6
2025-10-28mtd: rawnand: sunxi: introduce reg_spare_area in sunxi_nfc_capsRichard Genoud1-2/+7
2025-10-28mtd: rawnand: sunxi: introduce reg_pat_id in sunxi_nfc_capsRichard Genoud1-2/+7
2025-10-28mtd: rawnand: sunxi: introduce random en/dir in sunxi_nfc_capsRichard Genoud1-4/+12
2025-10-28mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_capsRichard Genoud1-4/+9
2025-10-28mtd: rawnand: sunxi: add has_ecc_block_512 capabilityRichard Genoud1-2/+12
2025-10-28mtd: rawnand: sunxi: rework pattern found registersRichard Genoud1-5/+31
2025-10-28mtd: rawnand: sunxi: introduce reg_user_data in sunxi_nfc_capsRichard Genoud1-4/+8
2025-10-28mtd: rawnand: sunxi: introduce reg_ecc_err_cnt in sunxi_nfc_capsRichard Genoud1-2/+7
2025-10-28mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_capsRichard Genoud1-4/+16
2025-10-28mtd: rawnand: sunxi: Replace hard coded value by a defineRichard Genoud1-26/+37
2025-10-28mtd: rawnand: sunxi: Remove superfluous register readingsRichard Genoud1-2/+1
2025-10-28mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and removeHaotian Zhang1-0/+2
2025-10-28mtd: rawnand: gpmi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-3/+0
2025-10-28mtd: rawnand: cadence: Add support for NV-DDR interface modeNiravkumar L Rabara1-9/+264
2025-10-28mtd: nand: relax ECC parameter validation checkAryan Srivastava1-5/+8
2025-10-28Revert "mtd: rawnand: marvell: fix layouts"Aryan Srivastava1-5/+8
2025-10-23mtd: rawnand: cadence: fix DMA device NULL pointer dereferenceNiravkumar L Rabara1-1/+2
2025-10-22mtd: rawnand: realtek: Make rtl_ecc_engine_ops constLi Qiang1-1/+1
2025-10-22mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMAGeert Uytterhoeven1-1/+1