summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET2021-09-221-1/+3
* mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang2021-07-201-1/+3
* mtd: rawnand: gpmi: Fix a double free in gpmi_nand_initLv Yunlong2021-05-221-1/+1
* mtd: require write permissions for locking and badblock ioctlsMichael Walle2021-05-221-4/+4
* mtd: rawnand: qcom: Return actual error code instead of -ENODEVManivannan Sadhasivam2021-05-221-5/+2
* mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam2021-05-221-0/+3
* mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas2021-05-221-0/+6
* mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()Dan Carpenter2021-05-221-0/+2
* mtd: rawnand: atmel: Update ecc_stats.corrected counterKai Stuhlemmer (ebee Engineering)2021-05-221-2/+4
* mtd: spinand: core: add missing MODULE_DEVICE_TABLE()Alexander Lobakin2021-05-221-0/+2
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-111-1/+1
* mtd: spi-nor: hisi-sfc: Put child node np on error pathPan Bian2021-03-041-1/+3
* spi: cadence-quadspi: Abort read if dummy cycles required are too manyPratyush Yadav2021-03-041-1/+1
* Revert "mtd: spinand: Fix OOB read"Felix Fietkau2021-01-091-4/+0
* mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I2020-12-301-0/+2
* 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
* ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng2020-11-051-0/+13
* mtd: mtdoops: Don't write panic data twiceMark Tomlinson2020-10-291-5/+6
* mtd: lpddr: fix excessive stack usage with clangArnd Bergmann2020-10-291-16/+19
* mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal2020-10-141-1/+1
* ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao2020-10-011-2/+13
* mtd: parser: cmdline: Support MTD names containing one or more colonsBoris Brezillon2020-10-011-3/+20
* mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu2020-10-011-0/+1
* ubi: Fix producing anchor PEBsSascha Hauer2020-10-015-43/+41
* mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao2020-10-011-1/+0
* mtd: rawnand: qcom: avoid write to unavailable registerSivaprakash Murugesan2020-08-191-1/+6
* mtd: properly check all write ioctls for permissionsGreg Kroah-Hartman2020-08-111-9/+47
* mtd: rawnand: oxnas: Release all devices in the _remove() pathMiquel Raynal2020-07-221-2/+6
* mtd: rawnand: oxnas: Unregister all devices on errorMiquel Raynal2020-07-221-0/+8
* mtd: rawnand: oxnas: Keep track of registered devicesMiquel Raynal2020-07-221-4/+4
* mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas2020-07-221-2/+3
* mtd: rawnand: timings: Fix default tR_max and tCCS_min timingsMiquel Raynal2020-07-221-3/+2
* mtd: rawnand: marvell: Fix probe error pathMiquel Raynal2020-07-221-9/+14
* mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal2020-07-221-1/+1
* mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal2020-06-301-1/+1
* mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: oxnas: Fix the probe error pathMiquel Raynal2020-06-251-4/+4
* mtd: rawnand: oxnas: Add of_node_put()Nishka Dasgupta2020-06-251-3/+5
* mtd: rawnand: orion: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: xway: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal2020-06-251-1/+1
* mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal2020-06-251-5/+2
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2020-06-2547-73/+64
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2020-06-2549-59/+58
* mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal2020-06-221-1/+3
* mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas2020-06-221-4/+7