summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2021-12-14mtd: rawnand: fsmc: Fix timing computationHerve Codina
2021-12-14mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina
2021-11-18mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: rawnand: orion: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: rawnand: gpio: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: rawnand: xway: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-11-18mtd: core: don't remove debugfs directory if device is in useZev Weiss
2021-11-18mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()Evgeny Novikov
2021-11-18mtd: rawnand: socrates: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-09-22mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET
2021-09-22mtd: mtdconcat: Check _read, _write callbacks existence before assignmentZhihao Cheng
2021-09-22mtd: mtdconcat: Judge callback existence based on the masterZhihao Cheng
2021-09-03mtd: spinand: Fix incorrect parameters for on-die ECCFrieder Schrempf
2021-08-26mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cardsAndreas Persson
2021-07-14mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang
2021-07-14mtd: rawnand: arasan: Ensure proper configuration for the asserted targetMiquel Raynal
2021-07-14mtd: partitions: redboot: seek fis-index-block in the right nodeCorentin Labbe
2021-05-14mtd: rawnand: gpmi: Fix a double free in gpmi_nand_initLv Yunlong
2021-05-14mtd: require write permissions for locking and badblock ioctlsMichael Walle
2021-05-14mtd: maps: fix error return code of physmap_flash_remove()Jia-Ju Bai
2021-05-14mtd: don't lock when recursively deleting partitionsDavid Bauer
2021-05-14mtd: rawnand: qcom: Return actual error code instead of -ENODEVManivannan Sadhasivam
2021-05-14mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam
2021-05-14mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas
2021-05-14mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()Dan Carpenter
2021-05-11mtd: physmap: physmap-bt1-rom: Fix unintentional stack accessGustavo A. R. Silva
2021-05-11mtd: rawnand: atmel: Update ecc_stats.corrected counterKai Stuhlemmer (ebee Engineering)
2021-05-11mtd: spinand: core: add missing MODULE_DEVICE_TABLE()Alexander Lobakin
2021-05-11Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"Tudor Ambarus
2021-05-11mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen
2021-04-21mtd: rawnand: mtk: Fix WAITRDY break condition and timeoutHauke Mehrtens
2021-03-04mtd: spi-nor: hisi-sfc: Put child node np on error pathPan Bian
2021-03-04mtd: spi-nor: core: Add erase size check for erase command initializationTakahiro Kuwano
2021-03-04mtd: spi-nor: core: Fix erase type discovery for overlaid regionTakahiro Kuwano
2021-03-04mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid regionTakahiro Kuwano
2021-03-04mtd: spi-nor: sfdp: Fix last erase region markingTakahiro Kuwano
2021-03-04mtd: parsers: afs: Fix freeing the part name memory in failureManivannan Sadhasivam
2021-03-04mtd: parser: imagetag: fix error codes in bcm963xx_parse_imagetag_partitions()Dan Carpenter
2021-01-27mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engineMiquel Raynal
2021-01-27mtd: rawnand: gpmi: fix dst bit offset when extracting raw payloadSean Nyekjaer
2021-01-09Revert "mtd: spinand: Fix OOB read"Felix Fietkau
2020-12-30mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov
2020-12-30mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I
2020-12-30mtd: core: Fix refcounting for unpartitioned MTDsRichard Weinberger
2020-12-30mtd: parser: cmdline: Fix parsing of part-names with colonsSven Eckelmann
2020-12-30mtd: spinand: Fix OOB readMiquel Raynal