summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-233-5/+2Star
|\|
| * mtdchar build fixAndrew Morton2007-08-121-0/+1
| * [MTD] Makefile fix for mtdsuperSatyam Sharma2007-08-032-5/+1Star
| * [MTD] [NAND] nand_base.c: fix type of eccpos pointerBen Dooks2007-08-021-4/+4
| * [MTD] [NAND] at91_nand rdy_pin fixIvan Kuten2007-08-021-1/+4
| * [MTD] [NAND] fix race in nand_base.cArtem Bityutskiy2007-08-021-0/+4
| * [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-08-021-5/+5
| * [MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita2007-08-021-0/+1
* | [MTD] mtdoops printk warning fixesAndrew Morton2007-08-221-2/+2
* | Revert "[MTD] Driver for AT26Fxxx dataflash devices"David Woodhouse2007-08-043-494/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-013-8/+2Star
|\|
| * [MIPS] Remove Momentum Ocelot support.Ralf Baechle2007-07-312-6/+0Star
| * sun userflash is PCI-dependentAl Viro2007-07-261-1/+1
* | [MTD] [NAND] nand_base.c fix broken linkmaximilian attems2007-08-011-1/+1
* | [MTD] [ONENAND] onenand_sim.c: make struct info staticAdrian Bunk2007-08-011-1/+1
* | [UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-011-9/+8Star
* | [MTD] pmcmsp-flash.c: kmalloc + memset conversion to k[cz]allocMariusz Kozlowski2007-08-011-10/+12
* | [MTD] drivers/mtd/inftlmount.c: kmalloc + memset conversion to kcallocMariusz Kozlowski2007-08-011-2/+1Star
* | [MTD] remove redundant/dead code from physmap_of.cMariusz Kozlowski2007-08-011-5/+0Star
* | [MTD] [NAND] fix race in nand_base.cArtem Bityutskiy2007-07-231-0/+4
* | [MTD] Fix do_div() type warning in mtdconcatDavid Woodhouse2007-07-231-1/+1
* | [MTD] Remove useless references to MIPS_HYDROGEN3 and MIPS_MIRAGE_WHY.Robert P. J. Day2007-07-231-14/+0Star
* | [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-07-231-5/+5
* | [MTD] Remove embedded return in RFD FTL.akpm@linux-foundation.org2007-07-231-5/+3Star
* | [MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita2007-07-231-0/+1
* | [MTD] Clean up duplicate includes in drivers/mtd/Jesper Juhl2007-07-232-2/+0Star
* | [MTD] [NAND] Add NAND manufacturer AMD.Steven J. Hill2007-07-231-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-2317-339/+373
|\|
| * mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
| * UBI: fix compile warningPaul Mundt2007-07-181-0/+1
| * UBI: fix error handling in erase workerArtem Bityutskiy2007-07-181-41/+48
| * UBI: fix commentsArtem Bityutskiy2007-07-181-3/+3
| * UBI: remove unneeded error checksArtem Bityutskiy2007-07-182-13/+2Star
| * UBI: cleanup usage of try_module_getFernando Luis Vázquez Cao2007-07-181-5/+0Star
| * UBI: fix overflow bugVinit Agnihotri2007-07-182-6/+11
| * UBI: bugfix in max_sqnum calculationArtem Bityutskiy2007-07-181-1/+0Star
| * UBI: bugfix in sqnum calculationBrijesh Singh2007-07-181-3/+3
| * UBI: fix signed-unsigned multiplicationBrijesh Singh2007-07-181-1/+1
| * UBI: fix bug in atomic_leb_change()Artem Bityutskiy2007-07-181-1/+1
| * UBI: fix messageVinit Agnihotri2007-07-181-2/+1Star
| * UBI: fix debugging stuffArtem Bityutskiy2007-07-181-4/+16
| * UBI: bugfix in error pathArtem Bityutskiy2007-07-184-10/+7Star
| * UBI: use is_power_of_2()Vignesh Babu2007-07-181-2/+2
| * UBI: fix freeing ubi->vtbl while unloadingVinit Agnihotri2007-07-181-2/+2
| * UBI: bugfix in ubi_leb_change()Artem Bityutskiy2007-07-181-5/+7
| * UBI: kill homegrown endian macrosChristoph Hellwig2007-07-187-132/+132
| * UBI: cleanup ioctl handlingChristoph Hellwig2007-07-181-28/+5Star
| * UBI: error path bugfixArtem Bityutskiy2007-07-181-1/+0Star
| * UBI: minor comma fixArtem Bityutskiy2007-07-181-2/+2
| * UBI: use vmalloc for large buffersArtem Bityutskiy2007-07-189-37/+41