summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2014-04-02mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2014-01-03mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2014-01-03mtd: m25p80: fix allocation sizeBrian Norris1-12/+7
2014-01-03mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+14
2013-04-25mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2013-01-03mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+9
2012-12-06mtd: slram: invalid checking of absolute end addressJiri Engelthaler1-1/+1
2012-12-06mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()Sachin Kamat1-1/+1
2012-10-30mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-6/+3
2012-10-17mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-10-17mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-10-17mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-10-17mtd: mtdpart: break it as soon as we parse out the partitionsHuang Shijie1-1/+4
2012-10-17mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan1-8/+11
2012-10-17UBI: erase free PEB with bitflip in EC headerMatthieu CASTET1-1/+1
2012-10-17UBI: fix autoresize handling in R/O modeArtem Bityutskiy1-0/+5
2012-10-17mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani1-1/+1
2012-09-19UBI: fix a horrible memory deallocation bugArtem Bityutskiy1-2/+2
2012-07-25mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-07-12mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-06-10mtd: of_parts: fix breakage in KconfigFrank Svendsboe1-1/+1
2012-06-10mtd: nand: fix scan_read_raw_oobDmitry Maluka1-0/+1
2012-05-31mtd: sm_ftl: fix typo in major number.Maxim Levitsky1-1/+1
2012-04-13mtd: m25p80: set writebufsizeBrian Norris1-0/+1
2012-04-13mtd: lart: initialize writebufsizeArtem Bityutskiy1-0/+1
2012-04-13mtd: block2mtd: initialize writebufsizeArtem Bityutskiy1-0/+1
2012-04-13mtd: sst25l: initialize writebufsizeArtem Bityutskiy1-0/+1
2012-04-13mtd: nand: gpmi: use correct member for checking NAND_BBT_USE_FLASHWolfram Sang1-1/+1
2012-04-13mtd: mips: lantiq: reintroduce support for cmdline partitionsDaniel Schwierzeck1-1/+2
2012-04-13mtd: ixp4xx: oops in ixp4xx_flash_probeMarc Kleine-Budde1-1/+4
2012-04-02UBI: fix eraseblock picking criteriaArtem Bityutskiy1-6/+4
2012-04-02UBI: fix error handling in ubi_scan()Richard Weinberger1-4/+4
2012-02-13Revert "mtd: atmel_nand: optimize read/write buffer functions"Artem Bityutskiy1-4/+41
2012-02-13mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23Huang Shijie1-4/+14
2012-01-25UBI: make vid_hdr non-staticRichard Weinberger1-1/+1
2012-01-25UBI: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-25UBI: fix nameless volumes handlingRichard Weinberger1-0/+3
2012-01-25UBI: fix use-after-free on error pathArtem Bityutskiy1-3/+4
2012-01-25UBI: fix missing scrub when there is a bit-flipBhavesh Parekh3-3/+10
2012-01-25mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang1-0/+7
2012-01-25mtd: mtd_blkdevs: don't increase 'open' count on error pathBrian Norris1-1/+2
2012-01-25mtd: mtdoops: skip reading initially bad blocksRoman Tereshonkov1-0/+3
2012-01-25mtdoops: fix the oops_page_used array sizeRoman Tereshonkov1-1/+1
2011-12-19mtd: plat_ram: call mtd_device_register only if partition data existsIlya Yanok1-4/+8
2011-12-07mtd: pxa2xx-flash.c: It used to fall back to provided table.Jonathan Cameron1-1/+1
2011-12-05mtd: gpmi: add missing include 'module.h'Wolfram Sang1-1/+1
2011-12-02mtd: ndfc: fix typo in structure dereferenceTony Breeds1-1/+1
2011-11-07MTD: MAPS: bcm963xx-flash.c: explicitly include module.hJonas Gorski1-0/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds129-3621/+7007
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-0/+15