summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2019-08-13mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian1-1/+5
2019-07-10mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing1-1/+1
2019-07-10mtd: docg3: Fix kasprintf() usageRichard Weinberger1-2/+8
2019-07-10mtd: docg3: Don't leak docg3->bbt in error pathRichard Weinberger1-2/+4
2019-05-02mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger1-7/+6
2019-02-11mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann1-1/+1
2019-02-11mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the busAhmad Fatoum1-4/+10
2019-02-11mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_readYogesh Gaur1-2/+2
2018-12-17mtd: fsl-quadspi: fix macro collision problems with READ/WRITEHan Xu1-10/+10
2018-12-17mtdchar: fix overflows in adjustment of `count`Jann Horn1-3/+7
2018-12-17mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dtMartin Kaiser1-2/+2
2018-11-20mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund1-0/+2
2018-11-20mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund1-1/+1
2018-11-20mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chipsJoakim Tjernlund1-3/+3
2018-11-20mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()Joakim Tjernlund1-4/+5
2018-11-20mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser1-1/+4
2018-11-20mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami1-10/+12
2018-11-20mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami1-0/+10
2018-11-20mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami1-3/+3
2018-11-20mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami1-1/+1
2018-11-20Revert "mtd: nand: omap2: Fix subpage write"Ben Hutchings1-225/+115
2018-10-21mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund1-3/+6
2018-10-21mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund1-0/+17
2018-10-21mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund1-5/+11
2018-10-21ubi: Reject MLC NANDRichard Weinberger1-0/+11
2018-10-21ubi: Fix error for write accessRomain Izard1-1/+1
2018-06-17mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij1-0/+2
2018-06-17mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun1-2/+6
2018-06-17ubi: Fix race condition between ubi volume creation and udevClay McClure1-5/+10
2018-06-17mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal1-1/+4
2018-02-13mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor1-3/+6
2018-02-13mtd: nand: omap2: Fix subpage writeRoger Quadros1-115/+225
2017-11-11mtd: maps: rbtx4939-flash: delete an unused variable in rbtx4939_flash_removeAtsushi Nemoto1-2/+0
2017-11-11mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann1-3/+1
2017-11-11mtd: nandsim: remove debugfs entries in error pathUwe Kleine-König1-0/+1
2017-08-26mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni1-4/+5
2017-07-18ubi/upd: Always flush after prepared for an updateSebastian Siewior1-4/+4
2017-03-16mtd: nand: xway: disable module supportHauke Mehrtens1-1/+1
2017-02-23ubi: Fix Fastmap's update_vol()Richard Weinberger1-0/+1
2017-02-23ubi: Fix races around ubi_refill_pools()Richard Weinberger3-13/+29
2017-02-23ubi: Deal with interrupted erasures in WLRichard Weinberger1-2/+19
2017-02-23UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon1-3/+4
2016-11-20mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan1-0/+3
2016-11-20ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2-4/+26
2016-11-20ubi: Make volume resize power cut awareRichard Weinberger1-7/+18
2016-11-20ubi: Fix race condition between ubi device creation and udevIosif Harutyunov1-1/+4
2016-11-20mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-11-20mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter1-3/+3
2016-08-23ubi: Make recover_peb power cut awareRichard Weinberger1-5/+14
2016-08-23UBI: Fix static volume checks when Fastmap is usedRichard Weinberger3-2/+22