summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: mtdoops: Don't write panic data twiceMark Tomlinson2020-10-291-5/+6
* mtd: lpddr: fix excessive stack usage with clangArnd Bergmann2020-10-291-16/+19
* mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2020-10-141-7/+15
* mtd: parser: cmdline: Support MTD names containing one or more colonsBoris Brezillon2020-10-011-3/+20
* mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu2020-10-011-0/+1
* mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao2020-10-011-1/+0
* mtd: properly check all write ioctls for permissionsGreg Kroah-Hartman2020-08-211-9/+47
* mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas2020-07-221-2/+3
* mtd: nand: denali: add missing nand_release() call in denali_remove()Boris Brezillon2020-05-101-2/+9
* mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian2020-05-021-1/+5
* mtd: phram: fix a double free issue in error pathWen Yang2020-04-241-6/+9
* mtd: lpddr: Fix a double free in probe()Dan Carpenter2020-04-241-1/+0
* mtd: spear_smi: Fix Write Burst modeMiquel Raynal2019-12-211-1/+37
* mtd: Remove a debug trace in mtdpart.cBoris Brezillon2019-12-051-1/+0
* mtd: Check add_mtd_device() ret codeBoris Brezillon2019-12-052-6/+32
* ubi: Do not drop UBI device reference before usingPan Bian2019-12-051-1/+1
* ubi: Put MTD device after it is not usedPan Bian2019-12-051-1/+1
* mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado2019-11-251-22/+5
* mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor2019-11-251-2/+2
* mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()Tokunori Ikegami2019-10-051-6/+12
* mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger2019-02-201-8/+7
* 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: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan2018-08-061-7/+10
* ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer2018-07-251-20/+57
* ubi: Fix Fastmap's update_vol()Richard Weinberger2018-07-251-0/+1
* ubi: Fix races around ubi_refill_pools()Richard Weinberger2018-07-254-14/+30
* ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2018-07-252-4/+27
* ubi: Rework Fastmap attach base codeRichard Weinberger2018-07-254-42/+162
* ubi: Introduce vol_ignored()Richard Weinberger2018-07-252-6/+33
* 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-111-1/+91
* 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
* gpmi-nand: Handle ECC Errors in erased pagesMarkus Pargmann2018-05-161-5/+73
* mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-05-021-3/+6
* mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund2018-05-021-0/+17
* mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-05-021-5/+11
* ubi: Reject MLC NANDRichard Weinberger2018-04-241-0/+11
* ubi: Fix error for write accessRomain Izard2018-04-241-1/+1