index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MTD] NAND: s3c2410 use dev_err() to report errors instead of printk()
Ben Dooks
2005-11-06
1
-7
/
+7
*
[MTD] NAND: Alchemy board driver cleanup
Pete Popov
2005-11-06
2
-49
/
+72
*
[MTD] NAND: Add suspend/resume functionality
Vitaly Wool
2005-11-06
1
-6
/
+40
*
[MTD] NAND: Use correct mask for OOB size calculation
Thomas Gleixner
2005-11-06
1
-2
/
+2
*
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
2005-10-31
1
-1
/
+1
|
\
|
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-1
/
+1
*
|
[PATCH] fix missing includes
Tim Schmielau
2005-10-31
1
-0
/
+1
|
/
*
[ARM] Don't include mach-types.h unnecessarily
Russell King
2005-09-29
1
-1
/
+0
*
[PATCH] MTD: Update SharpSL partition definitions
Richard Purdie
2005-09-17
1
-2
/
+8
*
[PATCH] detect soft lockups
Ingo Molnar
2005-09-08
1
-0
/
+1
*
[MTD] NAND: Fix broken bad block scan for 16 bit devices
Thomas Gleixner
2005-07-16
2
-22
/
+20
*
[MTD] NAND s3c2410: Add missing NULL pointer check
Ben Dooks
2005-07-06
1
-2
/
+3
*
[MTD] NAND: Remove unmaintained tx49xx board drivers
Thomas Gleixner
2005-07-06
4
-838
/
+0
*
[MTD] NAND: sharpsl.c set correct file permissions
Thomas Gleixner
2005-07-06
1
-0
/
+0
*
[MTD] NAND: Add ST chip IDs.
Thomas Gleixner
2005-06-29
1
-2
/
+11
*
[MTD] NAND: s3c24xx updates
Ben Dooks
2005-06-29
2
-35
/
+152
*
[MTD] NAND: Change exports to _GPL
Thomas Gleixner
2005-06-29
1
-3
/
+3
*
[MTD] NAND: Fix broken bad block table scan
Thomas Gleixner
2005-06-29
1
-10
/
+43
*
[MTD] NAND: Reorganize chip locking
Thomas Gleixner
2005-06-29
1
-28
/
+29
*
[MTD] NAND: Add Hynix to manufacturer list
Nicolas S. Dade
2005-05-27
1
-0
/
+1
*
[MTD] NAND: Honour autoplacement schemes supplied by the caller
Thomas Gleixner
2005-05-23
1
-2
/
+8
*
[MTD] NAND: Fix the broken dynamic array allocations
Jarkko Lavinen
2005-05-23
1
-5
/
+5
*
[MTD] DiskOnChip: Add some comments
Dan Brown
2005-05-23
1
-1
/
+11
*
[MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.
Dan Brown
2005-05-23
1
-3
/
+1
*
[MTD] DiskOnChip: Prevent problems with existing filesystems
Dan Brown
2005-05-23
1
-2
/
+2
*
[MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.
Dan Brown
2005-05-23
1
-4
/
+3
*
[MTD] DiskOnChip: Fix (?) free OOB array info.
Dan Brown
2005-05-23
1
-2
/
+2
*
[MTD] NAND: Move the NULL check into the calling function
Thomas Gleixner
2005-05-23
1
-8
/
+8
*
[MTD] NAND: Fix missing NULL pointer check
Dan Brown
2005-05-23
1
-7
/
+7
*
[MTD] NAND: Fix oob available calculation
Thomas Gleixner
2005-05-23
1
-7
/
+4
*
[MTD] DiskOnChip: Scan the entire device for Media Headers.
Dan Brown
2005-05-23
1
-22
/
+28
*
[MTD] NAND: Use arrays of needed size instead of constant-sized.
Artem B. Bityuckiy
2005-05-23
1
-5
/
+5
*
[MTD] NAND nandsim: Use NAND_SKIP_BBT option
Artem B. Bityuckiy
2005-05-23
1
-29
/
+12
*
[MTD] NAND s3c2410: Simplify command handling
Ben Dooks
2005-05-23
1
-106
/
+12
*
[MTD] NAND: Fixed unused loop variable
Ben Dooks
2005-05-23
1
-2
/
+2
*
[MTD] NAND: Use cond_resched instead of msleep
Thomas Gleixner
2005-05-23
1
-2
/
+2
*
[MTD] NAND: Check command timeout
Thomas Gleixner
2005-05-23
1
-11
/
+26
*
[MTD] DiskOnChip: Wait for the command to finish.
Thomas Gleixner
2005-05-23
1
-2
/
+9
*
[MTD] Sparse fixes
Ben Dooks
2005-05-23
1
-9
/
+11
*
[MTD] NAND: Fix bad block table scan for small page devices
Artem B. Bityuckiy
2005-05-23
1
-29
/
+30
*
[MTD] NAND: Early Manufacturer ID lookup
Kyungmin Park
2005-05-23
2
-12
/
+11
*
[MTD] NAND: Read only OOB bytes during bad block scan
Artem B. Bityuckiy
2005-05-23
1
-14
/
+38
*
[MTD] NAND: Allow operation without bad block table
Artem B. Bityuckiy
2005-05-23
1
-2
/
+3
*
[MTD] NAND: Skip bad block table scan on request
Thomas Gleixner
2005-05-23
1
-1
/
+5
*
[MTD] DiskOnChip: big endian fix for NFTL devices
Thomas Gleixner
2005-05-23
1
-1
/
+5
*
[MTD] DiskOnChip code cleanup
Thomas Gleixner
2005-05-23
1
-16
/
+3
*
[MTD] DiskOnChip use CONFIG_ options instead of random symbols
Thomas Gleixner
2005-05-23
1
-5
/
+5
*
[MTD] rtc_from4 error status check, disable virtual erase blocks
David A. Marlin
2005-05-23
1
-5
/
+89
*
[MTD] NAND Add optional ECC status check callback
David A. Marlin
2005-05-23
1
-11
/
+54
*
[MTD] NAND use symbols instead of literals
David A. Marlin
2005-05-23
1
-7
/
+7
[next]