aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-10[MIPS] Remove Momenco Ocelot C supportFranck Bui-Huu1-1/+1
2007-06-01potential parse error in ifdefYoann Padioleau1-1/+1
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin1-4/+2
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-2/+2
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare4-4/+0
2007-05-02kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov1-2/+2
2007-05-02[MTD] block2mtd_paramline[] mustn't be __initdataAdrian Bunk1-1/+1
2007-04-19Use menuconfig objects: MTDJan Engelhardt1-12/+6
2007-04-17[MTD] Driver for AT26Fxxx dataflash devicesHans-Jürgen Koch3-0/+494
2007-02-20[PATCH] [MTD] block2mtd: remove readahead codeJoern Engel1-53/+4
2007-02-20[PATCH] [MTD] block2mtd: remove warningJoern Engel1-3/+3
2007-02-20[PATCH] [MTD] block2mtd: remove castsJoern Engel1-2/+2
2007-02-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-3/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau5-5/+0
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+2
2007-02-09[MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy3-3/+0
2007-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2-5/+5
2006-12-30[PATCH] SPI/MTD: mtd_dataflash oops preventionDavid Brownell1-1/+1
2006-12-30[PATCH] m25p80 build fixes (with MTD debug)David Brownell1-2/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-01[MTD] bugfix: DataFlash is not bit writableHaavard Skinnemoen1-1/+1
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan4-22/+10
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