summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2013-04-26vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds1-30/+2
2013-04-17mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2013-04-17mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2012-12-04mtd: slram: invalid checking of absolute end addressJiri Engelthaler1-1/+1
2012-10-13mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-10-13mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-10-13mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani1-1/+1
2012-10-13mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-10-13mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan1-8/+11
2012-10-07UBI: fix autoresize handling in R/O modeArtem Bityutskiy1-0/+5
2012-10-02UBI: fix a horrible memory deallocation bugArtem Bityutskiy1-2/+2
2012-07-19mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-07-16mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-06-09mtd: nand: fix scan_read_raw_oobDmitry Maluka1-0/+1
2012-06-01mtd: 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-02UBI: fix eraseblock picking criteriaArtem Bityutskiy1-6/+4
2012-04-02UBI: fix error handling in ubi_scan()Richard Weinberger1-4/+4
2012-01-26UBI: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-26UBI: fix nameless volumes handlingRichard Weinberger1-0/+3
2012-01-26UBI: fix use-after-free on error pathArtem Bityutskiy1-3/+4
2012-01-26UBI: fix missing scrub when there is a bit-flipBhavesh Parekh3-3/+10
2012-01-26mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang1-0/+7
2012-01-26mtd: mtd_blkdevs: don't increase 'open' count on error pathBrian Norris1-1/+2
2012-01-26mtd: mtdoops: skip reading initially bad blocksRoman Tereshonkov1-0/+3
2012-01-26mtdoops: fix the oops_page_used array sizeRoman Tereshonkov1-1/+1
2011-11-11mtd: nand_base: always initialise oob_poi before writing OOB dataTHOMSON, Adam (Adam)1-11/+16
2011-11-11mtd: pxa3xx_nand: Fix blank page ECC mismatchDaniel Mack1-0/+2
2011-11-11mtd: pxa3xx_nand: fix nand detection issueLei Wen1-5/+7
2011-11-11mtd: provide an alias for the redboot module nameAndres Salomon1-0/+3
2011-11-11mtd: mtdchar: add missing initializer on raw writePeter Wippich1-0/+1
2011-06-22powerpc/85xx: fix NAND_CMD_READID read bytes numberShaohui Xie1-3/+3
2011-05-28Merge git://git.infradead.org/mtd-2.6Linus Torvalds130-1592/+995
2011-05-26mtd: Use platform_data to retrieve tmio_nand platform bitsSamuel Ortiz1-1/+1
2011-05-25mtd: kill CONFIG_MTD_PARTITIONSJamie Iles5-27/+8
2011-05-25mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles3-5/+9
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles59-147/+157
2011-05-25mtd: samsung onenand: convert to mtd_device_register()Jamie Iles1-9/+3
2011-05-25mtd: omap2 onenand: convert to mtd_device_register()Jamie Iles1-7/+3
2011-05-25mtd: txx9ndfmc: convert to mtd_device_register()Jamie Iles1-13/+1
2011-05-25mtd: tmio_nand: convert to mtd_device_register()Jamie Iles1-9/+1
2011-05-25mtd: socrates_nand: convert to mtd_device_register()Jamie Iles1-15/+1
2011-05-25mtd: sharpsl: convert to mtd_device_register()Jamie Iles1-10/+2
2011-05-25mtd: s3c2410 nand: convert to mtd_device_register()Jamie Iles1-14/+2
2011-05-25mtd: ppchameleonevb: convert to mtd_device_register()Jamie Iles1-10/+5
2011-05-25mtd: orion_nand: convert to mtd_device_register()Jamie Iles1-13/+1
2011-05-25mtd: omap2: convert to mtd_device_register()Jamie Iles1-7/+3