summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-07-11mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami1-10/+12
2018-07-11mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami1-0/+10
2018-07-11mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami1-3/+3
2018-07-11mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser1-1/+4
2018-07-11ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger1-1/+91
2018-07-03ubi: fastmap: Cancel work upon detachRichard Weinberger2-3/+4
2018-07-03mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund1-0/+2
2018-07-03mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund1-1/+1
2018-07-03mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chipsJoakim Tjernlund1-3/+3
2018-07-03mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()Joakim Tjernlund1-4/+5
2018-07-03mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami1-1/+1
2018-05-16gpmi-nand: Handle ECC Errors in erased pagesMarkus Pargmann1-5/+73
2018-05-02mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund1-3/+6
2018-05-02mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund1-0/+17
2018-05-02mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund1-5/+11
2018-04-24ubi: Reject MLC NANDRichard Weinberger1-0/+11
2018-04-24ubi: Fix error for write accessRomain Izard1-1/+1
2018-04-24ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger1-1/+0
2018-04-08mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij1-0/+2
2018-03-28mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya1-2/+3
2018-03-22mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal1-2/+7
2018-03-18ubi: Fix race condition between ubi volume creation and udevClay McClure1-5/+10
2018-03-03mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer1-3/+3
2018-02-25mtd: cfi: enforce valid geometry configurationArnd Bergmann1-0/+4
2018-02-25mtd: sh_flctl: pass FIFO as physical addressArnd Bergmann1-2/+3
2018-02-25mtd: maps: add __init attributeJulia Lawall3-6/+6
2018-02-25mtd: ichxrom: maybe-uninitialized with gcc-4.9Arnd Bergmann1-2/+4
2018-02-16ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen1-16/+26
2018-02-16mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal1-1/+7
2018-02-16mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal1-1/+4
2018-02-16mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu1-10/+3
2018-02-03mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2017-12-05mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor1-3/+6
2017-07-05mtd: bcm47xxpart: don't fail because of bit-flipsRafał Miłecki1-16/+22
2017-07-05mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) onlyRafał Miłecki1-2/+2
2017-06-29mtd: spi-nor: fix spansion quad enableJoël Esponde1-0/+7
2017-05-08mtd: avoid stack overflow in MTD CFI codeArnd Bergmann1-0/+1
2017-04-27ubi/upd: Always flush after prepared for an updateSebastian Siewior1-4/+4
2017-04-18mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki1-6/+4
2017-03-18mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann1-3/+1
2017-01-26mtd: nand: xway: disable module supportHauke Mehrtens1-1/+1
2016-11-10ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon1-5/+5
2016-11-10UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon1-3/+4
2016-10-28ubi: Deal with interrupted erasures in WLRichard Weinberger1-2/+19
2016-10-07mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan1-0/+3
2016-09-30mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter1-3/+3
2016-09-30mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter1-1/+3
2016-08-20ubi: Fix race condition between ubi device creation and udevIosif Harutyunov1-1/+4
2016-08-20ubi: Fix early loggingRichard Weinberger1-4/+4
2016-08-20ubi: Make volume resize power cut awareRichard Weinberger1-7/+18