aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2005-11-13[MTD] maps: Replace dependency on non existing config optionSean Young
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering
2005-11-09[PATCH] mtd: onenand_base needs sched.hAndrew Morton
2005-11-09[PATCH] mtd: rfd_ftl build fixAndrew Morton
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds
2005-11-07[PATCH] check for failed kmalloc in inftlmount.cGreg Ungerer
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] OneNAND: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] devices: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] maps: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] chips cfi_cmdset_0002: Prevent timeout raceKonstantin Baidarov
2005-11-07[MTD] maps: Add support for the "TQM834x" BoardsMarian Balakowicz
2005-11-07[MTD] maps ixp2000: fix compile warnings in ixp2000 map driverLennert Buytenhek
2005-11-07[MTD] NAND Kconfig: Simplify dependenciesThomas Gleixner
2005-11-07[MTD] maps/plat-ram: Avoid gcc 4.0 warningThomas Gleixner
2005-11-07[MTD] NAND: nand_write_ecc memory and OOB corruptionTodd Poynor
2005-11-07[MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)Vitaly Wool
2005-11-07[MTD] OneNAND/Kconfig: Fix dependenciesThomas Gleixner
2005-11-07Revert "[PATCH] OneNAND: Add simulator"Thomas Gleixner
2005-11-07[MTD] maps/Kconfig: Simplify and update dependenciesSean Young
2005-11-07[MTD] maps/ts5500: Fix partition support. Code cleanupSean Young
2005-11-07[MTD] Tidy up Tims include cleanupThomas Gleixner
2005-11-07[MTD] maps/ixp4xx: kill some warningsDavid Vrabel
2005-11-06[MTD] NAND sharpsl.c: Add support for akita and borzoi modelsRichard Purdie
2005-11-06[MTD] chips/cfi_cmdset_0001: fix for P30 cfi parsingNicolas Pitre
2005-11-06[MTD] NAND s3c2410.c: Fix timing calculation bugsBen Dooks
2005-11-06[MTD] NAND s3c2410.c: Fix missing dev parameter to dev_errBen Dooks
2005-11-06[MTD] maps/plat-ram.c: Initialize owner in device_driver structBen Dooks
2005-11-06[MTD] maps/bast-flash.c: Initialize owner in device_driver structBen Dooks
2005-11-06[MTD] NAND: s3c2410.c Initialize owner in device_driver structBen Dooks
2005-11-06[MTD] mtdpart.c: Allow eraseblock size != power of 2Artem B. Bityutskiy
2005-11-06[MTD] OneNAND: Enhanced support for DDP (Dual Densitiy Packages)Kyungmin Park
2005-11-06[MTD] OneNAND: Power Management (PM) supportKyungmin Park
2005-11-06[MTD] OneNAND: Add missing filesKyungmin Park
2005-11-06[MTD] NAND: s3c2410 use dev_err() to report errors instead of printk()Ben Dooks
2005-11-06[MTD] NAND: Alchemy board driver cleanupPete Popov
2005-11-06[MTD] maps: Add support for MTX-1 Flash deviceJoern Engel
2005-11-06[MTD] NAND: Add suspend/resume functionalityVitaly Wool
2005-11-06[MTD] maps: Add mapping driver for PQ2FADS boards.Todd Poynor
2005-11-06OneNAND: Remove OMAP platform driverKyungmin Park
2005-11-06[MTD] OneNAND: Add generic platform driverKyungmin Park
2005-11-06[MTD] maps/ixp4xx: remove platform specific bitsDavid Vrabel
2005-11-06[MTD] OneNAND: Remove experimental Kconfig dependencyKyungmin Park
2005-11-06[PATCH] OneNAND: Fix bug in write verifyKyungmin Park