1. b7aa48b [MTD] [CHIPS] Remove MTD_OBSOLETE_CHIPS (jedec, amd_flash, sharp) by David Woodhouse · 17 years ago
  2. ec98c68 Use menuconfig objects: MTD by Jan Engelhardt · 17 years ago
  3. e6be133 [MTD] Fix fwh_lock locking by Shashi Rao · 17 years ago
  4. 0ecbc81 [MTD] [NOR] Support for auto locking flash on power up by Rodolfo Giometti · 17 years ago
  5. 83d4809 [MTD] [NOR] Fix oops in cfi_amdstd_sync by Vijay Sampath · 17 years ago
  6. 4935361 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  7. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  8. d416085 [MTD] [NOR] Intel: remove ugly PROGREGION macros by Artem Bityutskiy · 18 years ago
  9. 992c9d2 [MTD] [NOR] STAA: use writesize instead off eccsize to represent ECC block by Artem Bityutskiy · 18 years ago
  10. 2a5bd59 [MTD] Fix default timeouts for Intel NOR flash by David Woodhouse · 17 years ago
  11. bd3c97a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  12. c9ac597 [MTD] Remove trailing whitespace by David Woodhouse · 18 years ago
  13. 967bf62 [PATCH] Fix Intel/Sharp command set erase suspend bug by Joakim Tjernlund · 18 years ago
  14. 95b93a0 [MTD] replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  15. a86aaa6 [MTD] NOR: leave Intel chips in read-array mode on suspend by David Anders · 18 years ago
  16. f33686b [MTD] JEDEC probe: fix comment typo (devic) by Alexey Dobriyan · 18 years ago
  17. 89072ef [MTD] CHIPS: Support for SST 49LF040B flash chip by Ryan Jackson · 18 years ago
  18. 0950960 Fix several typos in drivers/ by Matt LaPlante · 18 years ago
  19. 187ef15 [MTD] Unlock NOR flash automatically where necessary by Håvard Skinnemoen · 18 years ago
  20. de591da MTD: Fix bug in fixup_convert_atmel_pri by Håvard Skinnemoen · 18 years ago
  21. 0165508 MTD: Add lock/unlock operations for Atmel AT49BV6416 by Haavard Skinnemoen · 18 years ago
  22. 5b0c5c2 MTD: Convert Atmel PRI information to AMD format by Haavard Skinnemoen · 18 years ago
  23. c4e6952 [PATCH] MTD: Add Macronix MX29F040 to JEDEC by Takashi YOSHI · 18 years ago
  24. 46a1652 [MTD] Fixes of performance and stability issues in CFI driver. by Alexey Korolev · 18 years ago
  25. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  26. 17ffc7b [MTD] Initialize 'writesize' by Artem B. Bityutskiy · 18 years ago
  27. 21c8db9 [MTD] Restore MTD_ROM and MTD_RAM types by David Woodhouse · 18 years ago
  28. 783ed81 [MTD] assume mtd->writesize is 1 for NOR flashes by Artem B. Bityutskiy · 18 years ago
  29. 92cbfdc [MTD] replace MTD_RAM with MTD_GENERIC_TYPE by Joern Engel · 18 years ago
  30. e369d62 [MTD] replace MTD_ROM with MTD_GENERIC_TYPE by Joern Engel · 18 years ago
  31. 5fa4339 [MTD] Introduce MTD_BIT_WRITEABLE by Joern Engel · 18 years ago
  32. c8b229d [MTD] Merge STMicro NOR_ECC code with Intel Sibley code by Joern Engel · 18 years ago
  33. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  34. 615191b [MTD] Account for MODULE_SYMBOL_PREFIX when requesting NOR chip driver by David Woodhouse · 18 years ago
  35. 5fc3dbc [MTD] Use __symbol_get() instead of symbol_get() in NOR chip probe by David Woodhouse · 18 years ago
  36. f6a673b [MTD] Fix printk format error in gen_probe.c by David Woodhouse · 18 years ago
  37. c172471 cfi_cmdset_0001: factorize code to wait for flash status by Nicolas Pitre · 18 years ago
  38. 6e7a680 cfi-cmdset-0001: always update the chip status by Nicolas Pitre · 18 years ago
  39. df54b52c CHIPS: Fix potential starvation in cfi_cmdset_0001 by Josh Boyer · 19 years ago
  40. 151e765 [MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd by David Woodhouse · 18 years ago
  41. 0f5ae3d [MTD] Deal correctly with NOR chips which are smaller than the map window by David Woodhouse · 18 years ago
  42. 83ea4ef Export cfi_cmdset_0020 and cfi_cmdset_0002 with EXPORT_SYMBOL_GPL by David Woodhouse · 18 years ago
  43. a15bdee Remove use of inter_module_crap in NOR flash chip drivers. by David Woodhouse · 18 years ago
  44. a6c591e Remove unchecked MTD flags by Jörn Engel · 18 years ago
  45. 3a3f8a1 MTD: remove obsolete Kconfig options by Anders Larsen · 18 years ago
  46. a63ec1b [PATCH] Add chip used in collie to jedec_probe by Pavel Machek · 18 years ago
  47. 87d10f3 [PATCH] drivers/mtd: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  48. 0500abf [PATCH] drivers/mtd/: small cleanups by Adrian Bunk · 18 years ago
  49. 8917f6f Kconfig help: MTD_JEDECPROBE already supports Intel by Adrian Bunk · 18 years ago
  50. c314b6f [PATCH] cfi: init wait queue in chip struct by Simon Vogl · 18 years ago
  51. d86d437 [PATCH] cfi_cmdset_0001: fix range for cache invalidation by Alexey Korolev · 18 years ago
  52. 034d2f5 [PATCH] arm: fix dependencies for MTD_XIP by Al Viro · 19 years ago
  53. fd27919 [PATCH] build kernel/intermodule.c only when required by Adrian Bunk · 19 years ago
  54. 3001aa8 [PATCH] no longer mark MTD_OBSOLETE_CHIPS as BROKEN by Adrian Bunk · 19 years ago
  55. 2b9175c [MTD] Make functions static, include header files with prototypes by Adrian Bunk · 19 years ago
  56. ee2d49d [MTD] chips: make sharps driver usable again by Richard Purdie · 19 years ago
  57. 8bc3b38 [MTD] cfi_cmdset_0001: relax locking rules for multi hardware partition support by Nicolas Pitre · 19 years ago
  58. 987d240 [MTD] CFI: Use 16-bit access to autoselect/read device id data by Todd Poynor · 19 years ago
  59. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  60. b3ce1de Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  61. fa67164 [PATCH] kfree cleanup: drivers/mtd by Jesper Juhl · 19 years ago
  62. c2965f1 [MTD] chips: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  63. 1f948b4 [MTD] chips: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  64. b95f960 [MTD] chips cfi_cmdset_0002: Prevent timeout race by Konstantin Baidarov · 19 years ago
  65. 6f6ed05 [MTD] chips/cfi_cmdset_0001: fix for P30 cfi parsing by Nicolas Pitre · 19 years ago
  66. e102d54 [MTD] writev support for cfi-cmdset-0001 by Nicolas Pitre · 19 years ago
  67. 638d983 {MTD] add support for Intel's "Sibley" flash by Nicolas Pitre · 19 years ago
  68. 4843653 [MTD] cleanups to cfi_cmdset_0001 by Nicolas Pitre · 19 years ago
  69. 2fc2991 Merge branch 'master' of /home/tglx/work/mtd/git/linux-2.6.git/ by Thomas Gleixner · 19 years ago
  70. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  71. 1da2c9a [MTD] Pre-CFI Sharp chip driver: Some speedups and cleanups by Todd Poynor · 19 years ago
  72. d88f977 [MTD] CHIPS: Recognize Spansion CFI 1.4 chips by Todd Poynor · 19 years ago
  73. 6a8b4d3 [MTD] cfi_cmdset_0002: Plugged a mem leak. by Joern Engel · 19 years ago
  74. 1ca7035 [MTD] Make XIP support depend on CONFIG_ARM by Thomas Gleixner · 19 years ago
  75. 97f927a [MTD] XIP cleanup by Thomas Gleixner · 19 years ago
  76. f8eb321 [MTD] cfi_cmdset_0002: Remove bogus include by Thomas Gleixner · 19 years ago
  77. 02b15e3 [MTD] XIP for AMD CFI flash. by Todd Poynor · 19 years ago
  78. 22fd9a8 [MTD] cfi_cmdset_0002: Fix broken status check by Thomas Gleixner · 19 years ago
  79. fb4a90b [MTD] CFI-0002 - Improve error checking by Eric W. Biedermann · 19 years ago
  80. 6da7012 [MTD] CFI flash locking reorg for XIP by Nicolas Pitre · 19 years ago
  81. c25bb1f [MTD] CFI DEBUG_LOCK_BITS fixes for Intel NOR flash: by Todd Poynor · 19 years ago
  82. dce2b4d [MTD] Fix OTP for top-parameter devices by Nicolas Pitre · 19 years ago
  83. 963a6fb [MTD] Add reboot notifier to Intel NOR flash driver by Nicolas Pitre · 19 years ago
  84. 8048d2f [MTD] Avoid compile warnings for Intel CFI flash without OTP support. by Todd Poynor · 19 years ago
  85. 9a6e73e [MTD] cfi_cmdset_0001: Skip delay if Instant Block Locking is set by Todd Poynor · 19 years ago
  86. 50da7f6 [MTD] cfi_cmdset_0001: Fix compiler warnings by Thomas Gleixner · 19 years ago
  87. 09c7933 [MTD] cfi_cmdset_0001: Fix state after sync by Nicolas Pitre · 19 years ago
  88. 3a70025 [MTD] cfi_cmdset_0001: Fix the buggy status check. by Thomas Gleixner · 19 years ago
  89. 332d71f [MTD] Make OTP actually work. by Nicolas Pitre · 19 years ago
  90. 88ec7c5 [MTD] Add SST 39VF1601 (MPF+) ID by Ben Dooks · 19 years ago
  91. 011b2a3 [MTD] Fixup probing logic for single 16bit devices by Ben Dooks · 19 years ago
  92. f77814d [MTD] Support for protection register support on Intel FLASH chips by Nicolas Pitre · 19 years ago
  93. 72b56a2 [MTD] Add OTP basisc by Nicolas Pitre · 19 years ago
  94. 322b12e [MTD] amd_flash: Fix chip ID clash by Jonas Holmberg · 19 years ago
  95. 6170b43 [MTD] Fix MTD device probing by Russell King · 20 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago