aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-302-7/+7
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-1/+1
* [MTD] Whitespace cleanup in SSFDC driver.David Woodhouse2006-09-231-11/+11
* [MTD] SSFDC translation layer minor cleanupDavid Woodhouse2006-09-231-15/+21
* [MTD] Fix dependencies with CONFIG_MTD=mDavid Woodhouse2006-09-231-2/+2
* Revert "[MTD] blkdev helper code: fix printk format warning"David Woodhouse2006-09-221-1/+1
* [MTD] Add SSFDC (SmartMedia) read-only translation layerClaudio Lanconelli2006-09-223-0/+477
* [MTD] pmc551 pci cleanupJiri Slaby2006-09-221-8/+5
* [MTD] pmc551 use kzallocJiri Slaby2006-09-221-5/+2
* [MTD] pmc551 whitespace cleanupJiri Slaby2006-09-221-567/+596
* [MTD] Remove iq80310 map driverLennert Buytenhek2006-09-223-127/+0
* [MTD NAND] Fix in typo ndfc.c causing wrong ECC layoutFrank Haverkamp2006-09-221-1/+1
* [MTD] physmap: add power management supportLennert Buytenhek2006-09-221-0/+33
* ioremap balanced with iounmap for drivers/mtd subsystemAmol Lad2006-09-2214-15/+118
* [MTD] Switch to pci_get_device and do ref countingAlan Cox2006-09-225-8/+32
* [MTD] blkdev helper code: fix printk format warningRandy Dunlap2006-09-221-1/+1
* [MTD] Fix ixp4xx partition parsing.Brian Walsh2006-09-221-1/+1
* [MTD NAND] Remove old code in au1550nd.cMichal Piotrowski2006-09-221-11/+0
* [MTD] Unlock NOR flash automatically where necessaryHåvard Skinnemoen2006-09-222-0/+11
* [MTD] Use SEEK_{SET,CUR,END} instead of hardcoded values in mtdchar lseek()Josef 'Jeff' Sipek2006-09-171-6/+3
* MTD: Fix bug in fixup_convert_atmel_priHåvard Skinnemoen2006-09-161-1/+1
* [PATCH] [MTD] DEVICES: Fill more device IDs in the structure of m25p80Aubrey Lee2006-09-051-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-08-302-6/+10
|\
| * [PATCH] MTD NAND: Fix ams-delta after core conversionJonathan McDowell2006-08-271-4/+6
| * [PATCH] mtd corruption fixRichard Purdie2006-08-271-2/+4
* | MTD: Add lock/unlock operations for Atmel AT49BV6416Haavard Skinnemoen2006-08-161-0/+90
* | MTD: Convert Atmel PRI information to AMD formatHaavard Skinnemoen2006-08-161-0/+21
* | [PATCH] [MTD] Maps: Add dependency on alternate probe methods to physmapTakashi YOSHII2006-08-151-6/+6
* | [PATCH] MTD: Add Macronix MX29F040 to JEDECTakashi YOSHI2006-08-141-0/+14
* | [MTD] Fixes of performance and stability issues in CFI driver.Alexey Korolev2006-07-151-44/+43
* | block2mtd.c: Make kernel boot command line arguments work (try 4)Ville Herva2006-07-151-30/+63
* | [MTD NAND] Fix lookup error in nand_get_flash_type()David Woodhouse2006-07-151-1/+1
* | remove #error on !PCI from pmc551.cRolf Eike Beer2006-07-151-4/+0
* | MTD: [NAND] Fix the sharpsl driver after breakage from a core conversionRichard Purdie2006-07-151-2/+5
* | [MTD] NAND: OOB buffer offset fixupsVitaly Wool2006-07-111-2/+2
* | [PATCH] [MTD] NAND: fix dead URL in KconfigArtem B. Bityutskiy2006-07-051-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-07-036-332/+216
|\
| * [MTD] NAND: Fix broken sharpsl driverThomas Gleixner2006-06-291-7/+0
| * MTD: fix all kernel-doc warningsRandy Dunlap2006-06-292-10/+9
| * [MTD] DOC: Fixup read functions and do a little cleanupThomas Gleixner2006-06-283-315/+207
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3051-51/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-295-12/+16
|\ \ | |/ |/|
| * [PATCH] 64bit resource: fix up printks for resources in mtd driversGreg Kroah-Hartman2006-06-275-12/+16
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-06-2718-67/+142
|\ \ | |/ |/|
| * [MTD] NAND: Select chip before checking write protect statusThomas Gleixner2006-06-271-3/+3
| * [MTD] CORE mtdchar.c: fix off-by-one error in lseek()Herbert Valerio Riedel2006-06-271-1/+1
| * [MTD] NAND: Fix typo in mtd/nand/ts7250.cPetr Stetiar2006-06-271-1/+1
| * [MTD] Fix off-by-one error in physmap.cSascha Hauer2006-06-271-1/+1
| * [MTD] Remove unused 'nr_banks' variable from ixp2000 map driverLennert Buytenhek2006-06-271-2/+0
| * [MTD NAND] s3c2412 support in s3c2410.cBen Dooks2006-06-271-43/+111