summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-097-6/+1Star
* [PATCH] mtd: onenand_base needs sched.hAndrew Morton2005-11-091-0/+2
* [PATCH] mtd: rfd_ftl build fixAndrew Morton2005-11-091-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-11-07127-2527/+6042
|\
| * [MTD] chips: Clean up trailing white spacesThomas Gleixner2005-11-071-1/+1
| * [MTD] OneNAND: Clean up trailing white spacesThomas Gleixner2005-11-071-12/+12
| * [MTD] NAND: Clean up trailing white spacesThomas Gleixner2005-11-0717-695/+695
| * [MTD] devices: Clean up trailing white spacesThomas Gleixner2005-11-0712-156/+156
| * [MTD] maps: Clean up trailing white spacesThomas Gleixner2005-11-0761-470/+470
| * [MTD] chips: Clean up trailing white spacesThomas Gleixner2005-11-0715-493/+493
| * [MTD] core: Clean up trailing white spacesThomas Gleixner2005-11-0716-399/+399
| * [MTD] chips cfi_cmdset_0002: Prevent timeout raceKonstantin Baidarov2005-11-071-9/+9
| * [MTD] maps: Add support for the "TQM834x" BoardsMarian Balakowicz2005-11-073-2/+302
| * [MTD] maps ixp2000: fix compile warnings in ixp2000 map driverLennert Buytenhek2005-11-071-3/+3
| * [MTD] NAND Kconfig: Simplify dependenciesThomas Gleixner2005-11-071-6/+6
| * [MTD] maps/plat-ram: Avoid gcc 4.0 warningThomas Gleixner2005-11-071-2/+2
| * [MTD] NAND: nand_write_ecc memory and OOB corruptionTodd Poynor2005-11-071-0/+1
| * [MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)Vitaly Wool2005-11-071-1/+1
| * [MTD] OneNAND/Kconfig: Fix dependenciesThomas Gleixner2005-11-071-4/+3Star
| * Revert "[PATCH] OneNAND: Add simulator"Thomas Gleixner2005-11-073-474/+0Star
| * [MTD] maps/Kconfig: Simplify and update dependenciesSean Young2005-11-071-29/+32
| * [MTD] maps/ts5500: Fix partition support. Code cleanupSean Young2005-11-071-26/+12Star
| * [MTD] Tidy up Tims include cleanupThomas Gleixner2005-11-073-16/+19
| * [MTD] maps/ixp4xx: kill some warningsDavid Vrabel2005-11-071-14/+12Star
| * [MTD] NAND sharpsl.c: Add support for akita and borzoi modelsRichard Purdie2005-11-061-3/+24
| * [MTD] chips/cfi_cmdset_0001: fix for P30 cfi parsingNicolas Pitre2005-11-061-3/+6
| * [MTD] NAND s3c2410.c: Fix timing calculation bugsBen Dooks2005-11-061-9/+12
| * [MTD] NAND s3c2410.c: Fix missing dev parameter to dev_errBen Dooks2005-11-061-2/+2
| * [MTD] maps/plat-ram.c: Initialize owner in device_driver structBen Dooks2005-11-061-1/+2
| * [MTD] maps/bast-flash.c: Initialize owner in device_driver structBen Dooks2005-11-061-1/+2
| * [MTD] NAND: s3c2410.c Initialize owner in device_driver structBen Dooks2005-11-061-1/+3
| * [MTD] mtdpart.c: Allow eraseblock size != power of 2Artem B. Bityutskiy2005-11-061-4/+5
| * [MTD] OneNAND: Enhanced support for DDP (Dual Densitiy Packages)Kyungmin Park2005-11-061-21/+18Star
| * [MTD] OneNAND: Power Management (PM) supportKyungmin Park2005-11-061-3/+33
| * [MTD] OneNAND: Add missing filesKyungmin Park2005-11-061-0/+246
| * [MTD] NAND: s3c2410 use dev_err() to report errors instead of printk()Ben Dooks2005-11-061-7/+7
| * [MTD] NAND: Alchemy board driver cleanupPete Popov2005-11-062-49/+72
| * [MTD] maps: Add support for MTX-1 Flash deviceJoern Engel2005-11-063-2/+106
| * [MTD] NAND: Add suspend/resume functionalityVitaly Wool2005-11-061-6/+40
| * [MTD] maps: Add mapping driver for PQ2FADS boards.Todd Poynor2005-11-063-2/+97
| * OneNAND: Remove OMAP platform driverKyungmin Park2005-11-063-154/+0Star
| * [MTD] OneNAND: Add generic platform driverKyungmin Park2005-11-063-0/+155
| * [MTD] maps/ixp4xx: remove platform specific bitsDavid Vrabel2005-11-061-16/+1Star
| * [MTD] OneNAND: Remove experimental Kconfig dependencyKyungmin Park2005-11-061-2/+2
| * [PATCH] OneNAND: Fix bug in write verifyKyungmin Park2005-11-061-7/+4Star
| * [PATCH] OneNAND: Add simulatorKyungmin Park2005-11-063-0/+474
| * [PATCH] OneNAND: Update OMAP OneNAND mapping using device driver modelKyungmin Park2005-11-061-182/+89Star
| * [PATCH] OneNAND: Simple Bad Block handling supportKyungmin Park2005-11-062-20/+89
| * [PATCH] OneNAND: Sync. Burst Read supportKyungmin Park2005-11-063-4/+107
| * [MTD] Add initial support for OneNAND flash chipsKyungmin Park2005-11-066-6/+1689