summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2015-01-26mtd: tests: abort torturetest on erase errorsBrian Norris1-1/+3
2015-01-26UBI: Fix double free after do_sync_erase()Richard Weinberger1-7/+3
2015-01-26UBI: Fix invalid vfree()Richard Weinberger1-4/+6
2014-11-13UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud1-0/+1
2014-09-18mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros1-1/+1
2014-09-18mtd/ftl: fix the double free of the buffers allocated in build_maps()Kevin Hao1-1/+0
2014-07-29mtd: devices: elm: fix elm_context_save() and elm_context_restore() functionsTed Juan1-0/+2
2014-07-17mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta1-1/+1
2014-07-17mtd: eLBC NAND: fix subpage write supportPekon Gupta1-0/+14
2014-05-15mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter1-7/+4
2014-05-15mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter1-1/+1
2014-05-15mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-02-14mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2013-12-20Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compa...Ezequiel Garcia1-4/+0
2013-12-04mtd: gpmi: fix the NULL pointerHuang Shijie1-7/+7
2013-12-04mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2013-12-04mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu1-1/+0
2013-12-04mtd: m25p80: fix allocation sizeBrian Norris1-13/+7
2013-12-04mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse1-1/+1
2013-10-25mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia1-1/+6
2013-09-27mtd: m25p80: Fix 4 byte addressing mode for Micron devices.Elie De Brauwer1-2/+15
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris1-5/+3
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia1-7/+0
2013-09-16Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2-4/+4
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds85-3175/+2563
2013-08-31mtd: chips: Add support for PMC SPI Flash chips in m25p80.cMichel Stempin1-0/+10
2013-08-31mtd: ofpart: use for_each_child_of_node() macroWei Yongjun1-4/+2
2013-08-31mtd: mtdswap: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-08-31mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter1-5/+1
2013-08-31mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun1-0/+1
2013-08-31mtd: bcm47xxsflash: writing supportRafał Miłecki1-4/+126
2013-08-31mtd: bcm47xxsflash: implement erasing supportRafał Miłecki1-2/+41
2013-08-31mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exitLibo Chen1-19/+1
2013-08-31mtd: bcm47xxsflash: convert kzalloc to avoid invalid accessLibo Chen1-12/+4
2013-08-31mtd: remove alauda driverJussi Kivilinna3-731/+0
2013-08-31mtd: nand: mxc_nand: mark 'const' properlyJingoo Han1-1/+1
2013-08-31mtd: maps: cfi_flagadm: add missing __iomem annotationJingoo Han1-5/+5
2013-08-31mtd: spear_smi: add missing __iomem annotationJingoo Han1-4/+4
2013-08-31mtd: r852: Staticize local symbolsJingoo Han1-22/+22
2013-08-31mtd: nandsim: Staticize local symbolsJingoo Han1-2/+2
2013-08-31mtd: impa7: add missing __iomem annotationJingoo Han1-5/+5
2013-08-31mtd: sm_ftl: Staticize local symbolsJingoo Han1-10/+10
2013-08-31mtd: m25p80: add support for mr25h10Markus Niebel1-0/+1
2013-08-31mtd: m25p80: make CONFIG_M25PXX_USE_FAST_READ safe to enableSascha Hauer1-6/+9
2013-08-31mtd: m25p80: Pass flags through CAT25_INFO macroSascha Hauer1-8/+8
2013-08-31mtd: m25p80: remove unnecessary ifdefSascha Hauer1-2/+0
2013-08-31mtd: MTD_NAND_DENALI should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-08-31mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall1-12/+0
2013-08-31mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu1-1/+2