1. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  2. b3ce1de Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  3. fa67164 [PATCH] kfree cleanup: drivers/mtd by Jesper Juhl · 19 years ago
  4. 61b03bd [MTD] NAND: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  5. 3096617 [MTD] NAND Kconfig: Simplify dependencies by Thomas Gleixner · 19 years ago
  6. 868801e [MTD] NAND: nand_write_ecc memory and OOB corruption by Todd Poynor · 19 years ago
  7. 49196f3 [MTD] NAND nand_base: Fix shift for bad block check (16bit devices only) by Vitaly Wool · 19 years ago
  8. 87c146d [MTD] NAND sharpsl.c: Add support for akita and borzoi models by Richard Purdie · 19 years ago
  9. cfd320f [MTD] NAND s3c2410.c: Fix timing calculation bugs by Ben Dooks · 19 years ago
  10. d574504 [MTD] NAND s3c2410.c: Fix missing dev parameter to dev_err by Ben Dooks · 19 years ago
  11. 61a72754 [MTD] NAND: s3c2410.c Initialize owner in device_driver struct by Ben Dooks · 19 years ago
  12. 0255fc1 [MTD] NAND: s3c2410 use dev_err() to report errors instead of printk() by Ben Dooks · 19 years ago
  13. ef6f0d1 [MTD] NAND: Alchemy board driver cleanup by Pete Popov · 19 years ago
  14. 962034f [MTD] NAND: Add suspend/resume functionality by Vitaly Wool · 19 years ago
  15. d409466 [MTD] NAND: Use correct mask for OOB size calculation by Thomas Gleixner · 19 years ago
  16. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  17. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  18. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  19. fc611a1 [ARM] Don't include mach-types.h unnecessarily by Russell King · 19 years ago
  20. 62052d4 [PATCH] MTD: Update SharpSL partition definitions by Richard Purdie · 19 years ago
  21. 8446f1d [PATCH] detect soft lockups by Ingo Molnar · 19 years ago
  22. 19870da [MTD] NAND: Fix broken bad block scan for 16 bit devices by Thomas Gleixner · 19 years ago
  23. fb8d82a [MTD] NAND s3c2410: Add missing NULL pointer check by Ben Dooks · 19 years ago
  24. ba9fb37 [MTD] NAND: Remove unmaintained tx49xx board drivers by Thomas Gleixner · 19 years ago
  25. 0c80336 [MTD] NAND: sharpsl.c set correct file permissions by Thomas Gleixner · 19 years ago
  26. bd7bcf5 [MTD] NAND: Add ST chip IDs. by Thomas Gleixner · 19 years ago
  27. a4f957f [MTD] NAND: s3c24xx updates by Ben Dooks · 19 years ago
  28. d7e78d4 [MTD] NAND: Change exports to _GPL by Thomas Gleixner · 19 years ago
  29. c9e05365 [MTD] NAND: Fix broken bad block table scan by Thomas Gleixner · 19 years ago
  30. 0dfc624 [MTD] NAND: Reorganize chip locking by Thomas Gleixner · 19 years ago
  31. f1f67a9 [MTD] NAND: Add Hynix to manufacturer list by Nicolas S. Dade · 19 years ago
  32. 90e260c [MTD] NAND: Honour autoplacement schemes supplied by the caller by Thomas Gleixner · 19 years ago
  33. 0a18cde [MTD] NAND: Fix the broken dynamic array allocations by Jarkko Lavinen · 19 years ago
  34. abc37e6 [MTD] DiskOnChip: Add some comments by Dan Brown · 19 years ago
  35. 7e4a1d3 [MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS. by Dan Brown · 19 years ago
  36. dff59421 [MTD] DiskOnChip: Prevent problems with existing filesystems by Dan Brown · 19 years ago
  37. 82e1d19 [MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections. by Dan Brown · 19 years ago
  38. e5a3e8c [MTD] DiskOnChip: Fix (?) free OOB array info. by Dan Brown · 19 years ago
  39. 22c60f5 [MTD] NAND: Move the NULL check into the calling function by Thomas Gleixner · 19 years ago
  40. bb75ba4 [MTD] NAND: Fix missing NULL pointer check by Dan Brown · 19 years ago
  41. 998cf64 [MTD] NAND: Fix oob available calculation by Thomas Gleixner · 19 years ago
  42. 1a78ff6 [MTD] DiskOnChip: Scan the entire device for Media Headers. by Dan Brown · 19 years ago
  43. 15fc108 [MTD] NAND: Use arrays of needed size instead of constant-sized. by Artem B. Bityuckiy · 19 years ago
  44. 5150228 [MTD] NAND nandsim: Use NAND_SKIP_BBT option by Artem B. Bityuckiy · 19 years ago
  45. 3e4ef3b [MTD] NAND s3c2410: Simplify command handling by Ben Dooks · 19 years ago
  46. 3b946e3 [MTD] NAND: Fixed unused loop variable by Ben Dooks · 19 years ago
  47. 20a6c21 [MTD] NAND: Use cond_resched instead of msleep by Thomas Gleixner · 20 years ago
  48. 3b88775 [MTD] NAND: Check command timeout by Thomas Gleixner · 20 years ago
  49. dfd6129 [MTD] DiskOnChip: Wait for the command to finish. by Thomas Gleixner · 20 years ago
  50. fdf2fd5 [MTD] Sparse fixes by Ben Dooks · 20 years ago
  51. 171650a [MTD] NAND: Fix bad block table scan for small page devices by Artem B. Bityuckiy · 20 years ago
  52. 0ea4a75 [MTD] NAND: Early Manufacturer ID lookup by Kyungmin Park · 20 years ago
  53. eeada24 [MTD] NAND: Read only OOB bytes during bad block scan by Artem B. Bityuckiy · 20 years ago
  54. 41ce921 [MTD] NAND: Allow operation without bad block table by Artem B. Bityuckiy · 20 years ago
  55. 0040bf3 [MTD] NAND: Skip bad block table scan on request by Thomas Gleixner · 20 years ago
  56. f29a4b8 [MTD] DiskOnChip: big endian fix for NFTL devices by Thomas Gleixner · 20 years ago
  57. 3960539 [MTD] DiskOnChip code cleanup by Thomas Gleixner · 20 years ago
  58. 651078b [MTD] DiskOnChip use CONFIG_ options instead of random symbols by Thomas Gleixner · 20 years ago
  59. ed3786a [MTD] rtc_from4 error status check, disable virtual erase blocks by David A. Marlin · 20 years ago
  60. 068e3c0 [MTD] NAND Add optional ECC status check callback by David A. Marlin · 20 years ago
  61. a4ab4c5 [MTD] NAND use symbols instead of literals by David A. Marlin · 20 years ago
  62. 7ba48c4 [MTD] NAND SharpSL fix default partition size by Richard Purdie · 20 years ago
  63. 15266bb [MTD] NAND replace yield by Thomas Gleixner · 20 years ago
  64. 97f1a08 [MTD] Renesas AG-AND device recovery by David A. Marlin · 20 years ago
  65. 30f464b [MTD] NAND workaround for AG-AND disturb issue. AG-AND recovery by David A. Marlin · 20 years ago
  66. 28a48de [MTD] NAND extended commands, badb block table autorefresh by David A. Marlin · 20 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago