aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2-2/+2
2006-12-11[MTD] Nuke IVR leftoversRalf Baechle3-209/+0
2006-12-10[MTD] ESB2ROM uses PCIRandy Dunlap1-1/+1
2006-12-08[MTD] of_device-based physmap driverVitaly Wool3-0/+265
2006-11-30[MTD] Remove trailing whitespaceDavid Woodhouse3-3/+3
2006-11-30Fix typos in doc and commentsJan Engelhardt1-1/+1
2006-11-30Fix misc Kconfig typosMatt LaPlante1-1/+1
2006-11-29[MTD] return error code from get_mtd_device()Artem Bityutskiy1-1/+2
2006-11-29[MTD] fix map probe name for cstm_mips_ixxYoichi Yuasa1-1/+1
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan9-25/+10
2006-11-28[MTD] Fix printk format warning in physmap. (resources again)Randy Dunlap1-1/+1
2006-11-28[MTD] [MAPS] Support for BIOS flash chips on the nvidia ck804 southbridgeDave Olsen3-0/+366
2006-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2006-10-21[MTD] MAPS: Remove ITE 8172G and Globespan IVR MTD supportYoichi Yuasa1-120/+1
2006-10-21[MTD] MAPS: esb2rom: use hotplug safe interfacesAlan Cox1-3/+4
2006-10-21[MTD] MAPS: Support for BIOS flash chips on Intel ESB2 southbridgeLew Glendenning3-0/+459
2006-10-21[MTD] MAPS: Add parameter to amd76xrom to override rom window sizeRyan Jackson1-6/+28
2006-10-10[PATCH] mtd: remove several bogus casts to void * in iounmap() argumentAl Viro1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-10-02[MTD] Cleanup of 'ioremap balanced with iounmap for drivers/mtd subsystem'Amol Lad5-12/+12
2006-09-22[MTD] Remove iq80310 map driverLennert Buytenhek3-127/+0
2006-09-22[MTD] physmap: add power management supportLennert Buytenhek1-0/+33
2006-09-22ioremap balanced with iounmap for drivers/mtd subsystemAmol Lad12-15/+108
2006-09-22[MTD] Switch to pci_get_device and do ref countingAlan Cox4-7/+22
2006-09-22[MTD] Fix ixp4xx partition parsing.Brian Walsh1-1/+1
2006-08-15[PATCH] [MTD] Maps: Add dependency on alternate probe methods to physmapTakashi YOSHII1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel35-35/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds4-8/+12
2006-06-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-3/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in mtd driversGreg Kroah-Hartman4-8/+12
2006-06-27[MTD] Fix off-by-one error in physmap.cSascha Hauer1-1/+1
2006-06-27[MTD] Remove unused 'nr_banks' variable from ixp2000 map driverLennert Buytenhek1-2/+0
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-06-25[MTD] sun_uflash: Port to new EBUS device layer.David S. Miller1-100/+95
2006-06-09kconfig: remove leading whitespace in menu promptsRoman Zippel1-1/+1
2006-06-09[MTD] Prepare physmap for 64-bit-resourcesAndrew Morton1-3/+3
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner1-1/+1
2006-05-17LASAT depends on MTD_CFIMartin Michlmayr1-2/+2
2006-05-17[PCMCIA MTD] Fix leak and crash on rebootSean Young1-0/+1
2006-05-14[MTD] Remove gratuitous inclusion of ARM-only header from physmap.cDavid Woodhouse1-1/+0
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse3-4/+4
2006-05-12Trivial typo fixes in Kconfig files (MTD).Egry Gábor1-1/+1
2006-05-12[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in KconfigJean-Luc Leger1-1/+0
2006-05-07[MTD] Convert physmap to platform driverLennert Buytenhek2-70/+188
2006-04-29mtd: SC520CDP should depend on MTD_CONCATDaniel Drake1-1/+1
2006-04-11[PATCH] mtd, nettel: fix build error and implicit declarationJesper Juhl1-0/+2
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-67/+48
2006-03-31[PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtdPetri T. Koistinen1-1/+1
2006-03-31[PATCH] Dead code in mtd/maps/pci.cEric Sesterhenn1-3/+0
2006-03-31[PATCH] drivers/mtd: Use ARRAY_SIZE macroTobias Klauser17-32/+22