summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2020-05-02mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian1-1/+5
2020-04-23mtd: phram: fix a double free issue in error pathWen Yang1-6/+9
2020-04-23mtd: lpddr: Fix a double free in probe()Dan Carpenter1-1/+0
2020-04-23mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf1-0/+1
2020-04-17mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf1-3/+0
2020-04-17mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf1-7/+7
2020-02-15mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing1-2/+2
2020-02-15mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor1-41/+41
2020-02-11ubi: Fix an error pointer dereference in error handling codeDan Carpenter1-9/+12
2020-02-11ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer1-1/+1
2020-01-23mtd: devices: fix mchp23k256 read and writeAngelo Dureghello1-8/+12
2020-01-17mtd: spi-nor: fix silent truncation in spi_nor_read_raw()Sergei Shtylyov1-1/+1
2020-01-17mtd: spi-nor: fix silent truncation in spi_nor_read()Sergei Shtylyov1-1/+1
2020-01-17mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi1-1/+2
2019-12-17mtd: spear_smi: Fix Write Burst modeMiquel Raynal1-1/+37
2019-12-05mtd: spi-nor: cast to u64 to avoid uint overflowshuijin.park1-1/+1
2019-12-05mtd: rawnand: atmel: fix possible object reference leakWen Yang1-6/+15
2019-12-05mtd: rawnand: atmel: Fix spelling mistake in error messageMiquel Raynal1-1/+1
2019-12-05mtd: Remove a debug trace in mtdpart.cBoris Brezillon1-1/+0
2019-12-05mtd: Check add_mtd_device() ret codeBoris Brezillon2-6/+32
2019-12-05mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon1-1/+1
2019-12-05ubi: Do not drop UBI device reference before usingPan Bian1-1/+1
2019-12-05ubi: Put MTD device after it is not usedPan Bian1-1/+1
2019-11-24mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur1-15/+8
2019-11-24mtd: spi-nor: cadence-quadspi: Use proper enum for dma_[un]map_singleNathan Chancellor1-2/+2
2019-11-24mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado1-22/+5
2019-11-24mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor1-2/+2
2019-11-20mtd: rawnand: qcom: don't include dma-direct.hChristoph Hellwig1-1/+0
2019-11-20mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versionsKurt Kanzenbach1-7/+26
2019-11-20mtd: rawnand: fsl_ifc: check result of SRAM initializationKurt Kanzenbach1-4/+13
2019-11-20mtd: rawnand: marvell: use regmap_update_bits() for syscon accessThomas Petazzoni1-12/+11
2019-10-01mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()Tokunori Ikegami1-6/+12
2019-09-19mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li1-11/+10
2019-08-06mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch1-3/+11
2019-07-26mtd: spinand: read returns badly if the last page has bitflipsliaoweixiong1-1/+1
2019-07-26mtd: rawnand: mtk: Correct low level time calculation of r/w cycleXiaolei Li1-3/+21
2019-06-11mtd: spinand: macronix: Fix ECC Status ReadEmil Lenngren1-1/+7
2019-05-22mtd: spi-nor: intel-spi: Avoid crossing 4K address boundary on read/writeAlexander Sverdlin1-0/+8
2019-02-15mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger1-7/+6
2019-02-15mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon1-2/+2
2019-02-15mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon1-22/+20
2019-02-15mtd: Make sure mtd->erasesize is valid even if the partition is of size 0Boris Brezillon1-0/+4
2019-01-17mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter1-10/+10
2019-01-09mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon1-1/+1
2019-01-09mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal1-3/+14
2019-01-09mtd: atmel-quadspi: disallow building on ebsa110Arnd Bergmann1-1/+1
2018-12-13mtd: spi-nor: Fix Cadence QSPI page fault kernel panicThor Thayer1-3/+16
2018-12-13mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson1-16/+16
2018-12-08mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf1-1/+2
2018-11-27mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold1-4/+7