summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2006-05-23[MTD] Add support for NDFC NAND controllerThomas Gleixner3-0/+324
2006-05-23[MTD] Simplify NAND lockingThomas Gleixner1-38/+43
2006-05-23[MTD] Improve software ECC calculationThomas Gleixner2-134/+96
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel1-1/+1
2006-05-22[MTD] Introduce writesizeJoern Engel6-59/+59
2006-05-21[MTD] Add Amstrad Delta NAND supportJonathan McDowell3-0/+245
2006-05-16NAND: Fix NAND ECC errors on AMD Au1550Sergei Shtylyov1-0/+139
2006-05-16NAND: AMD Au1550 driver reads write-only registerSergei Shtylyov1-4/+2
2006-05-16[MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncsDavid Woodhouse7-17/+7
2006-05-16[MTD] Add help text for MTD_NAND_CS553X option.David Woodhouse1-2/+11
2006-05-14[MTD NAND] Modify check for modules registering NAND devices without ->ownerDavid Woodhouse1-6/+11
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse3-3/+3
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse14-4/+27
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse17-1292/+1217
2006-05-13[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chipsDavid Woodhouse1-2/+2
2006-05-13[MTD NAND] Update CS553x NAND driver: Hardware ECC support, optimisations.David Woodhouse1-27/+75
2006-05-13[MTD NAND] Use vmalloc for buffer when scanning for bad blocks.David Woodhouse1-3/+3
2006-05-12Trivial typo fixes in Kconfig files (MTD).Egry Gábor1-1/+1
2006-05-11[MTD] Basic NAND driver for AMD/NatSemi CS5535/CS5536 Geode companion chipDavid Woodhouse3-0/+298
2006-04-30ts72xx NAND driverLennert Buytenhek3-0/+215
2006-04-18MTD: Correct Poodle partition sizeRichard Purdie1-1/+1
2006-03-31[PATCH] LED: add NAND MTD activity LED triggerRichard Purdie1-1/+25
2006-03-31[PATCH] drivers/mtd: Use ARRAY_SIZE macroTobias Klauser1-3/+1
2006-03-31[PATCH] MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate'sAdrian Bunk1-9/+8
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl3-3/+3
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King1-2/+0
2005-11-29[MTD] Make functions static, include header files with prototypesAdrian Bunk1-1/+1
2005-11-17[ARM] Drivers should not make use of architecture private __ioremapRussell King1-1/+1
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-38/+39
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-38/+39
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2-1/+1
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds17-765/+849
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl1-3/+2
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner17-695/+695
2005-11-07[MTD] NAND Kconfig: Simplify dependenciesThomas Gleixner1-6/+6
2005-11-07[MTD] NAND: nand_write_ecc memory and OOB corruptionTodd Poynor1-0/+1
2005-11-07[MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)Vitaly Wool1-1/+1
2005-11-06[MTD] NAND sharpsl.c: Add support for akita and borzoi modelsRichard Purdie1-3/+24
2005-11-06[MTD] NAND s3c2410.c: Fix timing calculation bugsBen Dooks1-9/+12
2005-11-06[MTD] NAND s3c2410.c: Fix missing dev parameter to dev_errBen Dooks1-2/+2
2005-11-06[MTD] NAND: s3c2410.c Initialize owner in device_driver structBen Dooks1-1/+3
2005-11-06[MTD] NAND: s3c2410 use dev_err() to report errors instead of printk()Ben Dooks1-7/+7
2005-11-06[MTD] NAND: Alchemy board driver cleanupPete Popov2-49/+72
2005-11-06[MTD] NAND: Add suspend/resume functionalityVitaly Wool1-6/+40
2005-11-06[MTD] NAND: Use correct mask for OOB size calculationThomas Gleixner1-2/+2
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-1/+1
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1