aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-11-0717-765/+849
|\
| * [MTD] NAND: Clean up trailing white spacesThomas Gleixner2005-11-0717-695/+695
| * [MTD] NAND Kconfig: Simplify dependenciesThomas Gleixner2005-11-071-6/+6
| * [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] NAND sharpsl.c: Add support for akita and borzoi modelsRichard Purdie2005-11-061-3/+24
| * [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] NAND: s3c2410.c Initialize owner in device_driver structBen Dooks2005-11-061-1/+3
| * [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] NAND: Add suspend/resume functionalityVitaly Wool2005-11-061-6/+40
| * [MTD] NAND: Use correct mask for OOB size calculationThomas Gleixner2005-11-061-2/+2
* | [PATCH] kfree cleanup: drivers/mtdJesper Juhl2005-11-071-3/+2
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-1/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | [PATCH] fix missing includesTim Schmielau2005-10-301-0/+1
|/
* [ARM] Don't include mach-types.h unnecessarilyRussell King2005-09-291-1/+0
* [PATCH] MTD: Update SharpSL partition definitionsRichard Purdie2005-09-171-2/+8
* [PATCH] detect soft lockupsIngo Molnar2005-09-071-0/+1
* [MTD] NAND: Fix broken bad block scan for 16 bit devicesThomas Gleixner2005-07-162-22/+20
* [MTD] NAND s3c2410: Add missing NULL pointer checkBen Dooks2005-07-061-2/+3
* [MTD] NAND: Remove unmaintained tx49xx board driversThomas Gleixner2005-07-064-838/+0
* [MTD] NAND: sharpsl.c set correct file permissionsThomas Gleixner2005-07-061-0/+0
* [MTD] NAND: Add ST chip IDs. Thomas Gleixner2005-06-291-2/+11
* [MTD] NAND: s3c24xx updatesBen Dooks2005-06-292-35/+152
* [MTD] NAND: Change exports to _GPLThomas Gleixner2005-06-291-3/+3
* [MTD] NAND: Fix broken bad block table scanThomas Gleixner2005-06-291-10/+43
* [MTD] NAND: Reorganize chip lockingThomas Gleixner2005-06-291-28/+29
* [MTD] NAND: Add Hynix to manufacturer listNicolas S. Dade2005-05-271-0/+1
* [MTD] NAND: Honour autoplacement schemes supplied by the callerThomas Gleixner2005-05-231-2/+8
* [MTD] NAND: Fix the broken dynamic array allocationsJarkko Lavinen2005-05-231-5/+5
* [MTD] DiskOnChip: Add some commentsDan Brown2005-05-231-1/+11
* [MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.Dan Brown2005-05-231-3/+1
* [MTD] DiskOnChip: Prevent problems with existing filesystemsDan Brown2005-05-231-2/+2
* [MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.Dan Brown2005-05-231-4/+3
* [MTD] DiskOnChip: Fix (?) free OOB array info.Dan Brown2005-05-231-2/+2
* [MTD] NAND: Move the NULL check into the calling functionThomas Gleixner2005-05-231-8/+8
* [MTD] NAND: Fix missing NULL pointer checkDan Brown2005-05-231-7/+7
* [MTD] NAND: Fix oob available calculationThomas Gleixner2005-05-231-7/+4
* [MTD] DiskOnChip: Scan the entire device for Media Headers. Dan Brown2005-05-231-22/+28
* [MTD] NAND: Use arrays of needed size instead of constant-sized.Artem B. Bityuckiy2005-05-231-5/+5
* [MTD] NAND nandsim: Use NAND_SKIP_BBT optionArtem B. Bityuckiy2005-05-231-29/+12
* [MTD] NAND s3c2410: Simplify command handlingBen Dooks2005-05-231-106/+12
* [MTD] NAND: Fixed unused loop variableBen Dooks2005-05-231-2/+2
* [MTD] NAND: Use cond_resched instead of msleepThomas Gleixner2005-05-231-2/+2
* [MTD] NAND: Check command timeoutThomas Gleixner2005-05-231-11/+26
* [MTD] DiskOnChip: Wait for the command to finish.Thomas Gleixner2005-05-231-2/+9
* [MTD] Sparse fixesBen Dooks2005-05-231-9/+11
* [MTD] NAND: Fix bad block table scan for small page devicesArtem B. Bityuckiy2005-05-231-29/+30