summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang2021-07-141-1/+3
* mtd: rawnand: arasan: Ensure proper configuration for the asserted targetMiquel Raynal2021-07-141-33/+57
* mtd: partitions: redboot: seek fis-index-block in the right nodeCorentin Labbe2021-07-141-1/+6
* mtd: rawnand: gpmi: Fix a double free in gpmi_nand_initLv Yunlong2021-05-141-1/+1
* mtd: require write permissions for locking and badblock ioctlsMichael Walle2021-05-141-4/+4
* mtd: maps: fix error return code of physmap_flash_remove()Jia-Ju Bai2021-05-141-1/+3
* mtd: don't lock when recursively deleting partitionsDavid Bauer2021-05-141-1/+1
* mtd: rawnand: qcom: Return actual error code instead of -ENODEVManivannan Sadhasivam2021-05-141-5/+2
* mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam2021-05-141-0/+3
* mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas2021-05-141-0/+6
* mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()Dan Carpenter2021-05-141-0/+2
* mtd: physmap: physmap-bt1-rom: Fix unintentional stack accessGustavo A. R. Silva2021-05-111-1/+1
* mtd: rawnand: atmel: Update ecc_stats.corrected counterKai Stuhlemmer (ebee Engineering)2021-05-111-2/+4
* mtd: spinand: core: add missing MODULE_DEVICE_TABLE()Alexander Lobakin2021-05-111-0/+2
* Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"Tudor Ambarus2021-05-111-3/+0
* mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen2021-05-111-0/+33
* mtd: rawnand: mtk: Fix WAITRDY break condition and timeoutHauke Mehrtens2021-04-211-2/+2
* mtd: spi-nor: hisi-sfc: Put child node np on error pathPan Bian2021-03-041-1/+3
* mtd: spi-nor: core: Add erase size check for erase command initializationTakahiro Kuwano2021-03-041-0/+1
* mtd: spi-nor: core: Fix erase type discovery for overlaid regionTakahiro Kuwano2021-03-041-4/+5
* mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid regionTakahiro Kuwano2021-03-041-1/+1
* mtd: spi-nor: sfdp: Fix last erase region markingTakahiro Kuwano2021-03-041-2/+1
* mtd: parsers: afs: Fix freeing the part name memory in failureManivannan Sadhasivam2021-03-041-3/+1
* mtd: parser: imagetag: fix error codes in bcm963xx_parse_imagetag_partitions()Dan Carpenter2021-03-041-0/+4
* mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engineMiquel Raynal2021-01-271-4/+3
* mtd: rawnand: gpmi: fix dst bit offset when extracting raw payloadSean Nyekjaer2021-01-271-1/+1
* Revert "mtd: spinand: Fix OOB read"Felix Fietkau2021-01-091-4/+0
* mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov2020-12-301-1/+1
* mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I2020-12-301-0/+2
* mtd: core: Fix refcounting for unpartitioned MTDsRichard Weinberger2020-12-301-0/+4
* mtd: parser: cmdline: Fix parsing of part-names with colonsSven Eckelmann2020-12-301-1/+13
* mtd: spinand: Fix OOB readMiquel Raynal2020-12-301-0/+4
* mtd: rawnand: gpmi: Fix the random DMA timeout issueHan Xu2020-12-301-9/+21
* mtd: rawnand: meson: Fix a resource leak in initDan Carpenter2020-12-301-1/+4
* mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong2020-12-301-2/+6
* mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle2020-12-303-3/+53
* mtd: spi-nor: atmel: remove global protection flagMichael Walle2020-12-301-19/+9
* mtd: spi-nor: ignore errors in spi_nor_unlock_all()Michael Walle2020-12-301-10/+13
* mtd: spi-nor: sst: fix BPn bits for the SST25VF064CMichael Walle2020-12-301-1/+2
* mtd: rawnand: xway: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: socrates: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: plat_nand: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: pasemi: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: orion: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: mpc5121: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: gpio: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: au1550: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: ams-delta: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-201-4/+17
* mtd: rawnand: sharpsl: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-201-8/+24