summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
* mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin2020-11-101-3/+2
* ubi: check kthread_should_stop() after the setting of task stateZhihao Cheng2020-11-051-0/+13
* mtd: spinand: gigadevice: Add QE BitHauke Mehrtens2020-10-291-5/+5
* mtd: spinand: gigadevice: Only one dummy byte in QUADIOHauke Mehrtens2020-10-291-2/+2
* mtd: rawnand: vf610: disable clk on error handling path in probeEvgeny Novikov2020-10-291-2/+4
* 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
* 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
* mtd: rawnand: gpmi: Fix runtime PM imbalance on errorDinghao Liu2020-10-011-1/+3
* 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: fsl_upm: Remove unused mtd varBoris Brezillon2020-08-211-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: brcmnand: correctly verify erased pagesÁlvaro Fernández Rojas2020-07-221-8/+11
* 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-07-221-1/+1
* mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal2020-06-221-1/+3
* mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: oxnas: Fix the probe error pathMiquel Raynal2020-06-221-4/+4
* mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: orion: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: xway: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: ingenic: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal2020-06-221-5/+2
* mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas2020-06-221-4/+7
* mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal2020-06-221-1/+1
* mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon2020-06-221-2/+8
* mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado2020-05-271-1/+1
* ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger2020-05-271-10/+2
* mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal2020-05-271-0/+4
* mtd: phram: fix a double free issue in error pathWen Yang2020-04-231-6/+9
* mtd: lpddr: Fix a double free in probe()Dan Carpenter2020-04-231-1/+0
* mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf2020-04-231-0/+1
* mtd: rawnand: free the nand_device objectChristophe Kerello2020-04-231-0/+2
* mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf2020-04-171-3/+0
* mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf2020-04-171-7/+7
* mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing2020-02-141-2/+2