summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing2019-07-091-1/+1
* mtd: docg3: Fix kasprintf() usageRichard Weinberger2019-07-091-2/+8
* mtd: docg3: Don't leak docg3->bbt in error pathRichard Weinberger2019-07-091-2/+4
* mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger2019-05-021-7/+6
* mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann2019-02-111-1/+1
* mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the busAhmad Fatoum2019-02-111-4/+10
* mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_readYogesh Gaur2019-02-111-2/+2
* mtd: fsl-quadspi: fix macro collision problems with READ/WRITEHan Xu2018-12-161-10/+10
* mtdchar: fix overflows in adjustment of `count`Jann Horn2018-12-161-3/+7
* mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dtMartin Kaiser2018-12-161-2/+2
* mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund2018-11-201-0/+2
* mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund2018-11-201-1/+1
* mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chipsJoakim Tjernlund2018-11-201-3/+3
* mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()Joakim Tjernlund2018-11-201-4/+5
* mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser2018-11-201-1/+4
* mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami2018-11-201-10/+12
* mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami2018-11-201-0/+10
* mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami2018-11-201-3/+3
* mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami2018-11-201-1/+1
* Revert "mtd: nand: omap2: Fix subpage write"Ben Hutchings2018-11-201-225/+115
* mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-10-211-3/+6
* mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund2018-10-211-0/+17
* mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-10-211-5/+11
* ubi: Reject MLC NANDRichard Weinberger2018-10-211-0/+11
* ubi: Fix error for write accessRomain Izard2018-10-211-1/+1
* mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij2018-06-161-0/+2
* mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun2018-06-161-2/+6
* ubi: Fix race condition between ubi volume creation and udevClay McClure2018-06-161-5/+10
* mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal2018-06-161-1/+4
* mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor2018-02-131-3/+6
* mtd: nand: omap2: Fix subpage writeRoger Quadros2018-02-131-115/+225
* mtd: maps: rbtx4939-flash: delete an unused variable in rbtx4939_flash_removeAtsushi Nemoto2017-11-111-2/+0
* mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann2017-11-111-3/+1
* mtd: nandsim: remove debugfs entries in error pathUwe Kleine-König2017-11-111-0/+1
* mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni2017-08-261-4/+5
* ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-07-181-4/+4
* mtd: nand: xway: disable module supportHauke Mehrtens2017-03-161-1/+1
* ubi: Fix Fastmap's update_vol()Richard Weinberger2017-02-231-0/+1
* ubi: Fix races around ubi_refill_pools()Richard Weinberger2017-02-233-13/+29
* ubi: Deal with interrupted erasures in WLRichard Weinberger2017-02-231-2/+19
* UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2017-02-231-3/+4
* mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan2016-11-201-0/+3
* ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2016-11-202-4/+26
* ubi: Make volume resize power cut awareRichard Weinberger2016-11-201-7/+18
* ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2016-11-201-1/+4
* mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-11-201-1/+1
* mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter2016-11-201-3/+3
* ubi: Make recover_peb power cut awareRichard Weinberger2016-08-221-5/+14
* UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2016-08-223-2/+22
* UBI: fix missing brace control flowBrian Norris2016-08-221-1/+2