summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann2018-11-211-1/+1
* mtd: spi-nor: Add support for is25wp series chipsKimmo Rautkoski2018-11-101-0/+6
* mtdchar: fix overflows in adjustment of `count`Jann Horn2018-09-261-3/+7
* mtd/maps: fix solutionengine.c printk format warningsRandy Dunlap2018-09-261-3/+3
* mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun2018-09-191-2/+6
* mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam2018-08-151-0/+3
* mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan2018-08-031-7/+10
* mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit2018-07-221-1/+2
* mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami2018-07-111-10/+12
* mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami2018-07-111-0/+10
* mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami2018-07-111-3/+3
* mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser2018-07-111-1/+4
* ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger2018-07-031-1/+89
* ubi: fastmap: Cancel work upon detachRichard Weinberger2018-07-032-3/+4
* mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund2018-07-031-0/+2
* mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund2018-07-031-1/+1
* mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chipsJoakim Tjernlund2018-07-031-3/+3
* mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()Joakim Tjernlund2018-07-031-4/+5
* mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami2018-07-031-1/+1
* mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-05-011-3/+6
* mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund2018-05-011-0/+17
* mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-05-011-5/+11
* ubi: Reject MLC NANDRichard Weinberger2018-04-241-0/+11
* ubi: Fix error for write accessRomain Izard2018-04-241-1/+1
* ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger2018-04-241-1/+0
* mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal2018-04-131-0/+21
* mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada2018-04-131-0/+5
* mtd: nand: gpmi: Fix gpmi_nand_init() error pathBoris Brezillon2018-04-131-4/+6
* ubi: fastmap: Fix slab corruptionRabin Vincent2018-04-131-4/+29
* mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij2018-04-081-0/+2
* mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0Jagdish Gediya2018-03-281-5/+1
* mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya2018-03-281-13/+10
* mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya2018-03-281-2/+3
* mtdchar: fix usage of mtd_ooblayout_ecc()OuYang ZhiZhong2018-03-281-2/+2
* mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya2018-03-221-0/+7
* mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal2018-03-221-2/+7
* ubi: Fix race condition between ubi volume creation and udevClay McClure2018-03-181-5/+10
* mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh2018-03-031-1/+1
* mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer2018-03-031-3/+3
* mtd: nand: vf610: set correct ooblayoutStefan Agner2018-02-221-4/+2
* ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen2018-02-171-16/+26
* ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer2018-02-171-20/+57
* mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal2018-02-171-1/+7
* mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal2018-02-171-1/+4
* mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu2018-02-171-10/+3
* mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-031-0/+4
* mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon2018-01-101-0/+1
* mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li2017-11-301-2/+11
* mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor2017-11-301-3/+6
* mtd: nand: omap2: Fix subpage writeRoger Quadros2017-11-301-115/+224