aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/bbm.h
AgeCommit message (Collapse)AuthorFilesLines
2007-02-07[MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park1-0/+7
Provide the bad block scan with its own read function so that important error messages that are not from the the bad block scan, can always be printed. Signed-off-by: Adrian Hunter <[email protected]> Signed-off-by: Kyungmin Park <[email protected]>
2006-06-29MTD: kernel-doc fixes + additionsRandy Dunlap1-16/+19
Fix some kernel-doc typos/spellos. Use kernel-doc syntax in places where it was almost used. Correct/add struct, struct field, and function param names where needed. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
2005-11-07[MTD] includes: Clean up trailing white spacesThomas Gleixner1-1/+1
Signed-off-by: Thomas Gleixner <[email protected]>
2005-11-06[MTD] OneNAND: Add missing filesKyungmin Park1-0/+122
Simple bad block table source and header files Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>