aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-1/+1
2006-09-22[MTD] pmc551 pci cleanupJiri Slaby1-8/+5
2006-09-22[MTD] pmc551 use kzallocJiri Slaby1-5/+2
2006-09-22[MTD] pmc551 whitespace cleanupJiri Slaby1-567/+596
2006-09-22[MTD] Switch to pci_get_device and do ref countingAlan Cox1-1/+10
2006-09-05[PATCH] [MTD] DEVICES: Fill more device IDs in the structure of m25p80Aubrey Lee1-6/+6
2006-07-15block2mtd.c: Make kernel boot command line arguments work (try 4)Ville Herva1-30/+63
2006-07-15remove #error on !PCI from pmc551.cRolf Eike Beer1-4/+0
2006-07-03Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-315/+207
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel5-5/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-4/+4
2006-06-28[MTD] DOC: Fixup read functions and do a little cleanupThomas Gleixner3-315/+207
2006-06-27[PATCH] 64bit resource: fix up printks for resources in mtd driversGreg Kroah-Hartman1-4/+4
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy6-1/+7
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse6-6/+6
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy3-0/+3
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel6-6/+6
2006-05-30[MTD] remove a forgotten MTD_XIPJoern Engel1-1/+1
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner3-37/+70
2006-05-29[MTD] Fix debug printk format warning in m25p80 SPI chip driver, again.Andrew Morton1-1/+1
2006-05-25[MTD] Remove the only useless readv implementationThomas Gleixner1-1/+0
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner3-6/+0
2006-05-23[MTD] Remove nand writev supportThomas Gleixner1-64/+0
2006-05-22[MTD] Introduce writesizeJoern Engel3-3/+3
2006-05-21[MTD] Use symbol_request() in old DiskOnChip probe code to find actual driverDavid Woodhouse1-42/+5
2006-05-20git-mtd: symbol_get() fixAndrew Morton1-2/+2
2006-05-17Re-add module description for ms02-nv to KconfigMartin Michlmayr1-0/+5
2006-05-16drivers/mtd/devices/docprobe.c: correct #if'sAdrian Bunk1-3/+3
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse2-4/+4
2006-05-14mtd: fix memory leak in block2mtd_setup()Jesper Juhl1-3/+6
2006-05-14mtd: fix memory leaks in phram_setupJesper Juhl1-2/+6
2006-05-12[MTD] Fix capitalisation in export of old doc2001.c initfuncDavid Woodhouse1-1/+1
2006-05-10[MTD] Fix capitalisation in export of DiskOnChip Millennium initfuncDavid Woodhouse1-1/+1
2006-05-08Fix non-modular case for DiskOnChip probeDavid Woodhouse1-4/+31
2006-05-08Remove inter_module_xxx() from DiskOnChip drivers.David Woodhouse6-64/+18
2006-04-19mtd: improve parameter parsing for block2mtdJoern Engel1-3/+14
2006-04-17Remove unchecked MTD flagsJörn Engel2-3/+2
2006-04-11[PATCH] MTD: m25p80: fix printk format warningRandy Dunlap1-1/+1
2006-04-11[PATCH] Remove blkmtdJoern Engel3-831/+2
2006-03-31[PATCH] mtd: fix broken name_to_dev_t() declarationHerbert Poetzl1-2/+1
2006-03-31[PATCH] drivers/mtd: Use ARRAY_SIZE macroTobias Klauser2-7/+5
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar3-26/+27
2006-03-31[PATCH] sem2mutex: mtd/doc2000.cIngo Molnar1-3/+4
2006-03-31[PATCH] m25p80: printk warning fixAndrew Morton1-1/+1
2006-03-14[PATCH] mtd_dataflash, fix block vs page eraseDavid Brownell1-1/+1
2006-01-16[PATCH] build kernel/intermodule.c only when requiredAdrian Bunk1-0/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven3-3/+3
2006-01-13[PATCH] spi: misc fixesDavid Brownell2-2/+4
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool2-36/+42
2006-01-13[PATCH] spi: M25 series SPI flashMike Lavender3-0/+589